-
-
Notifications
You must be signed in to change notification settings - Fork 21.7k
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
C#: Add analyzer release tracking #80343
C#: Add analyzer release tracking #80343
Conversation
@@ -380,19 +398,21 @@ ISymbol exportedMemberSymbol | |||
category: "Usage", |
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 feel like GD0303
shouldn't be a diagnostic, since it's not an user error. It definitely shouldn't be Usage since it's not caused by incorrect usage of API, it's a developer error caused by incorrect implementation of the analyzer.
Previous discussion: #64731 (comment).
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Common.cs
Outdated
Show resolved
Hide resolved
737b11f
to
f2a880a
Compare
ab92106
to
35ef0fc
Compare
Fixes diagnostic RS2008.
35ef0fc
to
f685c69
Compare
GD0001 and GD0002 will continue to raise warnings (RS2003) until the following PR is merged. Or we can remove them from the tracking here, and have the other PR introduce them retroactively. |
Thanks! |
Fixes diagnostic RS2008.