Upgrade to .NET 9.0 across project files and workflows #111
Annotations
7 errors and 2 warnings
|
unit_tests
Process completed with exit code 1.
|
|
unit_tests
See https://aka.ms/xa5207 for more details.
|
|
unit_tests
You can install the missing API level by running `dotnet build -t:InstallAndroidDependencies -f net9.0-android "-p:AndroidSdkDirectory=/home/runner/android-sdk"`, or change the project to target an API version that is installed.
|
|
unit_tests
Could not find android.jar for API level 35. This means the Android SDK platform for API level 35 is not installed; it was expected to be in `/home/runner/android-sdk/platforms/android-35/android.jar`.
|
|
unit_tests
See https://aka.ms/xa5207 for more details.
|
|
unit_tests
You can install the missing API level by running `dotnet build -t:InstallAndroidDependencies -f net9.0-android "-p:AndroidSdkDirectory=/home/runner/android-sdk"`, or change the project to target an API version that is installed.
|
|
unit_tests
Could not find android.jar for API level 35. This means the Android SDK platform for API level 35 is not installed; it was expected to be in `/home/runner/android-sdk/platforms/android-35/android.jar`.
|
|
unit_tests
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.51" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
|
unit_tests
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.51" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|