-
Notifications
You must be signed in to change notification settings - Fork 4.2k
More MS.CA.CSharp resource cleanup #80100
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
base: main
Are you sure you want to change the base?
Conversation
41df0c8
to
47ae2db
Compare
@@ -3920,9 +3917,6 @@ You should consider suppressing the warning only if you're sure that you don't w | |||
<data name="ERR_NamedArgumentForArray" xml:space="preserve"> | |||
<value>An array access may not have a named argument specifier</value> | |||
</data> | |||
<data name="ERR_NotYetImplementedInRoslyn" xml:space="preserve"> |
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.
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.
It's not present in the enum, why to keep the unused resource around?
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.
It's not present in the enum, why to keep the unused resource around?
If it is not present in the enum, then removing is fine
@@ -7384,9 +7321,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ | |||
<data name="IDS_FeatureUtf8StringLiterals" xml:space="preserve"> | |||
<value>UTF-8 string literals</value> | |||
</data> | |||
<data name="ERR_ExpressionTreeContainsUtf8StringLiterals" xml:space="preserve"> |
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.
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 can't see any mentions of it in the enum (not even commented out line)
See #80097 (comment) as well. |
No description provided.