Bump Microsoft.CodeAnalysis.CSharp, Microsoft.CodeAnalysis.CSharp.Workspaces and Microsoft.NETFramework.ReferenceAssemblies #573
Annotations
1 error and 10 warnings
Analyze (csharp)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Analyze (csharp):
Analyzers/Akade.IndexedSet.Analyzers/ConcurrentSetUsageAnalyzers.cs#L11
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)
|
Analyze (csharp):
Analyzers/Akade.IndexedSet.Analyzers/IndexNamingRulesAnalyzer.cs#L11
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)
|
Analyze (csharp):
SourceGenerator/Akade.IndexedSet.InternalSourceGenerator/ConcurrentSetSourceGenerator.cs#L10
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)
|
Analyze (csharp):
Akade.IndexedSet.Tests/CommonIndexTests/BaseIndexTest.Contains.cs#L17
Test method 'Contains_returns_empty_set_if_set_is_empty' signature is invalid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0003)
|
Analyze (csharp):
Akade.IndexedSet.Tests/CommonIndexTests/BaseIndexTest.Contains.cs#L7
Test method 'Contains_based_methods_should_throw_if_not_supported' signature is invalid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0003)
|
Analyze (csharp):
Akade.IndexedSet.Tests/CommonIndexTests/BaseIndexTest.Contains.cs#L27
Test method 'Contains_returns_empty_set_if_no_matching_key_is_available' signature is invalid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0003)
|
Analyze (csharp):
Akade.IndexedSet.Tests/CommonIndexTests/BaseIndexTest.Contains.cs#L37
Test method 'Contains_returns_matching_item' signature is invalid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0003)
|
Analyze (csharp):
Akade.IndexedSet.Tests/CommonIndexTests/BaseIndexTest.Contains.cs#L49
Test method 'Contains_returns_multiple_matching_item' signature is invalid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0003)
|
Analyze (csharp):
Akade.IndexedSet.Tests/CommonIndexTests/BaseIndexTest.Contains.cs#L65
Test method 'FuzzyContains_based_methods_should_throw_if_not_supported' signature is invalid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0003)
|
Analyze (csharp):
Akade.IndexedSet.Tests/CommonIndexTests/BaseIndexTest.Contains.cs#L75
Test method 'FuzzyContains_returns_empty_set_if_set_is_empty' signature is invalid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0003)
|