Skip to content

Update to .NET 9.0

Update to .NET 9.0 #81

Triggered via push November 16, 2024 16:59
Status Success
Total duration 7m 31s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build (Debug): tests/Vocup.UnitTests/SettingsTests.cs#L18
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build (Release): tests/Vocup.UnitTests/SettingsTests.cs#L18
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)