Skip to content

Fix ElementAt suggestion with field reference (#68) #4

Fix ElementAt suggestion with field reference (#68)

Fix ElementAt suggestion with field reference (#68) #4

Triggered via push September 29, 2025 09:14
Status Success
Total duration 44s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
publish: src/AwesomeAssertions.Analyzers/Tips/AsyncVoid.cs#L74
'AsyncVoidCodeFix' registers one or more code fixes, but does not override the method 'CodeFixProvider.GetFixAllProvider'. Override this method and provide a non-null FixAllProvider for FixAll support, potentially 'WellKnownFixAllProviders.BatchFixer', or 'null' to explicitly disable FixAll support.
publish: src/AwesomeAssertions.Analyzers/Tips/AsyncVoid.cs#L14
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)
publish: src/AwesomeAssertions.Analyzers/Tips/AwesomeAssertionsAnalyzer.cs#L12
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)
publish: src/AwesomeAssertions.Analyzers/Tips/AssertAnalyzer.cs#L35
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)
publish: src/AwesomeAssertions.Analyzers/Tips/NunitCodeFixProvider.cs#L674
Parameter 'constraint' is unread.
publish
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.