Todo Sample CD #145
Annotations
2 errors and 16 warnings
The run was canceled by @ysmoradi.
|
|
|
|
TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
|
TodoSample/src/Client/TodoSample.Client.Core/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
|
TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'TodoSample.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
|
TodoSample/src/Client/TodoSample.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'TodoSample.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
|
TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L41
'Device' is obsolete
|
TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L41
'Device.InvokeOnMainThreadAsync(Action)' is obsolete: 'Use BindableObject.Dispatcher.DispatchAsync() instead.'
|
TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L44
Dereference of a possibly null reference.
|
TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L43
This call site is reachable on: 'iOS' 14.0 and later, 'maccatalyst' 14.0 and later. 'UIApplication.SetStatusBarStyle(UIStatusBarStyle, bool)' is obsoleted on: 'ios' 9.0 and later (Use 'UIViewController.PreferredStatusBarStyle' instead.), 'maccatalyst' 9.0 and later (Use 'UIViewController.PreferredStatusBarStyle' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
|
|
|
|
|
This job was cancelled
Loading