chore: update GitHub Actions to use Ubuntu 22.04 with dotnet v6 #321
benchmark.yml
on: pull_request
Performance regression check
2m 10s
Annotations
3 warnings
Performance regression check:
src/FluentAssertions.Analyzers.BenchmarkTests/obj/Release/net6.0/TestPlatformEntryPoint.cs#L10
Method 'TestingPlatformEntryPoint.Main(string[])' will not be used as an entry point because a synchronous entry point 'Program.Main()' was found.
|
Performance regression check:
src/FluentAssertions.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.
|
Performance regression check:
src/FluentAssertions.Analyzers/Tips/NunitCodeFixProvider.cs#L674
Parameter 'constraint' is unread.
|