Fix: Prevent ProtoDummies from being packaged and released to NuGet #251
Annotations
4 warnings
|
build:
RG.CodeAnalyzer/RG.CodeAnalyzer/RGDiagnosticAnalyzer.cs#L2198
Do not invoke Compilation.GetSemanticModel() method within a diagnostic analyzer
|
|
build:
RG.CodeAnalyzer/RG.CodeAnalyzer/RGDiagnosticAnalyzer.cs#L13
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)
|
|
build:
RG.CodeAnalyzer/RG.CodeAnalyzer/RGDiagnosticAnalyzer.cs#L2198
Do not invoke Compilation.GetSemanticModel() method within a diagnostic analyzer
|
|
build:
RG.CodeAnalyzer/RG.CodeAnalyzer/RGDiagnosticAnalyzer.cs#L13
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)
|