bump net9.0 -> net10.0 #25
Open
Annotations
1 error and 26 warnings
|
Build Windows sample
Process completed with exit code 1.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v3, actions/setup-java@v3, actions/upload-artifact@v4, microsoft/setup-msbuild@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build Windows sample:
sample/ViewModels/MainViewModel.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build Windows sample:
sample/App.xaml.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build Windows sample:
sample/ViewModels/MainViewModel.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build Windows sample:
sample/App.xaml.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build Android Test Runner:
tests/ui/shared/TestPageBase.cs#L103
Unreachable code detected
|
|
Build Android Test Runner:
tests/ui/shared/TestPageBase.cs#L91
Unreachable code detected
|
|
Build Android Test Runner:
tests/ui/shared/TestPageBase.cs#L96
Dereference of a possibly null reference.
|
|
Build Android Test Runner:
tests/ui/shared/TestPageBase.cs#L66
The variable 'e' is declared but never used
|
|
Build Android Test Runner:
tests/ui/shared/ContextMenuSampleTest.cs#L82
Possible null reference argument for parameter 'element' in 'void TestPageBase.ClickAndHold(Actions actions, AppiumElement element)'.
|
|
Build Android Test Runner:
tests/ui/shared/ContextMenuSampleTest.cs#L36
Dereference of a possibly null reference.
|
|
Build Android APK
The TargetFrameworkVersion (Android API level 36) is higher than the targetSdkVersion (35). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match.
|
|
Build Android APK:
sample/ViewModels/MainViewModel.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build Android APK:
sample/App.xaml.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build Android APK:
src/Droid/ContextMenuContainerRenderer.cs#L349
Dereference of a possibly null reference.
|
|
Build Android APK:
src/Droid/ContextMenuContainerRenderer.cs#L248
Possible null reference argument for parameter 'context' in 'PopupMenu.PopupMenu(Context context, View anchor)'.
|
|
Build package:
src/Shared/ContextMenuItem.cs#L14
Missing XML comment for publicly visible type or member 'ContextMenuItem.TextProperty'
|
|
Build package:
src/Shared/ContextMenuItem.cs#L12
Missing XML comment for publicly visible type or member 'ContextMenuItem'
|
|
Build package:
src/Shared/ContextMenuItem.cs#L10
Missing XML comment for publicly visible type or member 'ItemTapped'
|
|
Build package:
src/Shared/ContextMenuContainerExtensions.cs#L13
Missing XML comment for publicly visible type or member 'ContextMenuContainerExtensions.ConfigureContextMenuContainer(MauiAppBuilder)'
|
|
Build package:
src/Shared/ContextMenuContainerExtensions.cs#L11
Missing XML comment for publicly visible type or member 'ContextMenuContainerExtensions.HasMenuOptions(ContextMenuContainer)'
|
|
Build package:
src/Shared/ContextMenuContainerExtensions.cs#L9
Missing XML comment for publicly visible type or member 'ContextMenuContainerExtensions'
|
|
Build package:
src/Shared/ContextMenuContainer.cs#L25
Missing XML comment for publicly visible type or member 'ContextMenuContainer.OnBindingContextChanged()'
|
|
Build package:
src/Shared/ContextMenuContainer.cs#L19
Missing XML comment for publicly visible type or member 'ContextMenuContainer.MenuItems'
|
|
Build package:
src/Shared/ContextMenuContainer.cs#L11
Missing XML comment for publicly visible type or member 'ContextMenuContainer.MenuItemsProperty'
|
|
Build package:
src/Shared/ContextMenuContainer.cs#L9
Missing XML comment for publicly visible type or member 'ContextMenuContainer'
|
Loading