Skip to content

Add Android project #88

Add Android project

Add Android project #88

Triggered via push November 24, 2024 09:59
Status Failure
Total duration 6m 10s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
build (Release)
Assets file 'D:\a\vocup\vocup\src\Vocup\obj\project.assets.json' doesn't have a target for 'net9.0/win-x86'. Ensure that restore has run and that you have included 'net9.0' in the TargetFrameworks for your project. You may also need to include 'win-x86' in your project's RuntimeIdentifiers.
build (Release)
Assets file 'D:\a\vocup\vocup\src\Vocup\obj\project.assets.json' doesn't have a target for 'net9.0/win-x64'. Ensure that restore has run and that you have included 'net9.0' in the TargetFrameworks for your project. You may also need to include 'win-x64' in your project's RuntimeIdentifiers.
build (Release)
Assets file 'D:\a\vocup\vocup\src\Vocup\obj\project.assets.json' doesn't have a target for 'net9.0/win-arm64'. Ensure that restore has run and that you have included 'net9.0' in the TargetFrameworks for your project. You may also need to include 'win-arm64' in your project's RuntimeIdentifiers.
build (Release)
Process completed with exit code 1.
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)