Admin Sample CD #111
Annotations
15 warnings
|
|
|
|
|
|
|
|
AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
|
AdminPanel/src/Client/AdminPanel.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?>>)'.
|
AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'AdminPanel.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
|
AdminPanel/src/Client/AdminPanel.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'AdminPanel.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
|
AdminPanel/src/AdminPanel.Server/Components/EmailTokenTemplate.razor#L15
Possible null reference argument for parameter 'arguments' in 'LocalizedString IStringLocalizer.this[string name, params object[] arguments]'.
|
AdminPanel/src/AdminPanel.Server/Program.Services.cs#L352
Possible null reference argument for parameter 'userName' in 'void SmtpHealthCheckOptions.LoginWith(string userName, string password)'.
|
AdminPanel/src/AdminPanel.Server/Program.Services.cs#L352
Possible null reference argument for parameter 'password' in 'void SmtpHealthCheckOptions.LoginWith(string userName, string password)'.
|
This job succeeded
Loading