Skip to content

Conversation

Youssef1313
Copy link
Member

No description provided.

@Youssef1313 Youssef1313 requested a review from a team as a code owner August 31, 2025 05:38
@dotnet-policy-service dotnet-policy-service bot added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Aug 31, 2025
@Youssef1313 Youssef1313 force-pushed the more-resources-cleanup branch from 41df0c8 to 47ae2db Compare August 31, 2025 05:41
@@ -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">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERR_NotYetImplementedInRoslyn

This one should probably be preserved.

Copy link
Member Author

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?

Copy link
Contributor

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">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERR_ExpressionTreeContainsUtf8StringLiterals

Is this really not used?

Copy link
Member Author

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)

@AlekseyTs
Copy link
Contributor

See #80097 (comment) as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants