Upgrade to .NET 10 #117
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'
|