Skip to content
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

Many Compiler Warnings #1289

Open
nan01ab opened this issue Jan 30, 2025 · 1 comment
Open

Many Compiler Warnings #1289

nan01ab opened this issue Jan 30, 2025 · 1 comment

Comments

@nan01ab
Copy link
Contributor

nan01ab commented Jan 30, 2025

Such as:

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 ?

@nan01ab nan01ab changed the title Many Comipler wanings Many Comipler Warings Jan 30, 2025
@nan01ab nan01ab changed the title Many Comipler Warings Many Comipler Warnings Jan 30, 2025
@Jim8y
Copy link
Contributor

Jim8y commented Jan 30, 2025

I will handle them.

@nan01ab nan01ab changed the title Many Comipler Warnings Many Compiler Warnings Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants