Openaischeme #3
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/Program.cs#L26
The type 'CleanAspire.ClientApp.Configurations.ClientAppSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'CleanAspire.ClientApp.Configurations.ClientAppSettings?' doesn't match 'class' constraint.
|
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/Pages/Home.razor#L262
Non-nullable property 'OrderNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|