Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to not globally suppress CS1591 #12188

Merged
merged 1 commit into from
Jan 12, 2023
Merged

Conversation

ViktorHofer
Copy link
Member

For historical reasons Arcade suppresses CS1591 which warns when an XML doc is missing from a publicly accessible member: Missing XML comment for publicly visible type or member 'Type_or_Member'. Many repos in the stack actually want to get errors. To not break existing consumers, add an opt-out switch.

To double check:

For historical reasons Arcade suppresses CS1591 which warns when an XML doc is missing from a publicly accessible member: `Missing XML comment for publicly visible type or member 'Type_or_Member'`. Many repos in the stack actually want to get errors. To not break existing consumers, add an opt-out switch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants