Skip to content

chore: update GitHub Actions to use Ubuntu 22.04 with dotnet v6 #321

chore: update GitHub Actions to use Ubuntu 22.04 with dotnet v6

chore: update GitHub Actions to use Ubuntu 22.04 with dotnet v6 #321

Triggered via pull request March 7, 2025 12:14
@Meir017Meir017
synchronize #402
devops/fix-ci
Status Success
Total duration 2m 16s
Artifacts

benchmark.yml

on: pull_request
Performance regression check
2m 10s
Performance regression check
Fit to window
Zoom out
Zoom in

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.