You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BanCastMethodAnalyzer.cs(20,6): warning RS1038: This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (/~https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
BigIntegerUsageAnalyzer.cs(22,6): warning RS1038: This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (/~https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Did you found these warnings? @Jim8y
I haven’t found a good way to fix them, and found most of the Analyzers were written by you @Jim8y, so do you have any idea to fix these warnings ?
The text was updated successfully, but these errors were encountered:
nan01ab
changed the title
Many Comipler wanings
Many Comipler Warings
Jan 30, 2025
nan01ab
changed the title
Many Comipler Warings
Many Comipler Warnings
Jan 30, 2025
Such as:
Did you found these warnings? @Jim8y
I haven’t found a good way to fix them, and found most of the Analyzers were written by you @Jim8y, so do you have any idea to fix these warnings ?
The text was updated successfully, but these errors were encountered: