Add Android project #88
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)
|