Todo Sample CD #186
Annotations
2 errors and 16 warnings
|
|
TodoSample/src/Shared/Controllers/Attributes.cs#L41
XML comment has cref attribute 'RetryDelegatingHandler' that could not be resolved
|
TodoSample/src/Shared/Controllers/Attributes.cs#L51
XML comment has cref attribute 'AuthDelegatingHandler' that could not be resolved
|
TodoSample/src/Shared/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/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
|
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.
|
|
|
|
|
|
|
This job succeeded
Loading