Update README.md #14
Annotations
10 warnings
build:
src/CleanAspire.Domain/Entities/AuditTrail.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.ClientApp/_Imports.razor#L28
'MudEnumSelect<TEnum>.Logger' hides inherited member 'MudComponentBase.Logger'. Use the new keyword if hiding was intended.
|
build:
src/CleanAspire.ClientApp/Services/UserInfo.cs#L5
Non-nullable property 'Userid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.ClientApp/Services/UserInfo.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.ClientApp/Services/UserInfo.cs#L7
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.ClientApp/Services/UserInfo.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.ClientApp/Services/UserInfo.cs#L10
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.ClientApp/Services/UserInfo.cs#L11
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CleanAspire.ClientApp/Services/DialogServiceHelper.cs#L30
'IDialogService.Show<TComponent>(string?, DialogParameters, DialogOptions?)' is obsolete: 'Use ShowAsync instead. This will be removed in future major version.'
|
build:
src/CleanAspire.ClientApp/Services/Identity/CookieAuthenticationStateProvider.cs#L35
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|