Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add style option (and UI) for preferring file scoped namespaces #55043
Add style option (and UI) for preferring file scoped namespaces #55043
Changes from 14 commits
43a164b
3a1c6fb
f8b8854
4e04d3a
e1ca37a
da4a837
fe29b72
89f76f3
ec9a8c1
1cdf32d
6143064
eab3b8f
ce024a7
92e56ae
69eaa73
275a415
cac2b64
ac76a27
4ddf9be
1c48e49
23594c9
8283983
80f944b
4c7b9db
6f78817
95b9cd5
08ec0a7
10cecf5
d6e325c
fb592a0
7291263
3a6d042
a530117
594d1be
1656aa7
fe53780
1186364
a0e35ea
4a09306
13533a0
a72e35e
34541ed
91cd171
3cc0cc9
403ac97
4411dab
3097152
fd48f8e
45e7a90
42261eb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm worried the
severity
variable here only reflects theoption = value:severity
syntax but not reflecting thedotnet_diagnostic.ID.severity = severity
syntax.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this follows what we do with use-expression-body. i'm going to stick with this pattern under teh presumption that it's correct. if not, we shoudl fix it for all of these. i do not want to have multiple different patterns at the same time :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tagging @mavasani to confirm if there is a problem here in which case I'll file an issue.