Skip to content

Upgrade to .NET 10 #117

Upgrade to .NET 10

Upgrade to .NET 10 #117

Triggered via push March 3, 2026 23:59
Status Success
Total duration 3m 50s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-maui: Naveasy/Core/NavigationService.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build-maui: Naveasy/Common/MvvmHelpers.cs#L111
'IInitializedAsync.OnInitializedAsync(INavigationParameters)' is obsolete: 'This method will be removed on future versions. Please implement Naveasy.IInitializeAsync and use Task OnInitialize(INavigationParameters parameters).'
build-maui: Naveasy/Common/MvvmHelpers.cs#L111
'IInitializedAsync' is obsolete: 'This interface will be removed on future versions. Use Naveasy.IInitializeAsync instead.'
build-maui: Naveasy/Common/MvvmHelpers.cs#L110
'IInitialized.OnInitialized(INavigationParameters)' is obsolete: 'This method will be removed on future versions. Please implement Naveasy.IInitializeAsync and use Task OnInitialize(INavigationParameters parameters).'
build-maui: Naveasy/Common/MvvmHelpers.cs#L110
'IInitialized' is obsolete: 'This interface will be removed on future versions. Use Naveasy.IInitialize instead.'
build-maui: Naveasy/IPageDialogService.cs#L53
'Page.DisplayActionSheet(string, string, string, FlowDirection, params string[])' is obsolete: 'Use DisplayActionSheetAsync instead'
build-maui: Naveasy/IPageDialogService.cs#L47
'Page.DisplayActionSheet(string, string, string, params string[])' is obsolete: 'Use DisplayActionSheetAsync instead'
build-maui: Naveasy/IPageDialogService.cs#L42
'Page.DisplayAlert(string, string, string, FlowDirection)' is obsolete: 'Use DisplayAlertAsync instead'
build-maui: Naveasy/IPageDialogService.cs#L37
'Page.DisplayAlert(string, string, string)' is obsolete: 'Use DisplayAlertAsync instead'
build-maui: Naveasy/IPageDialogService.cs#L32
'Page.DisplayAlert(string, string, string, string, FlowDirection)' is obsolete: 'Use DisplayAlertAsync instead'