Bump Microsoft.AspNetCore.Components from 6.0.8 to 6.0.24 in /src/Blazor.AdminLte.Site.Shared #183
Annotations
30 warnings
|
|
|
|
|
|
|
|
|
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Helpers/EmailAttribute.cs#L82
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Helpers/EmailAttribute.cs#L103
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Models/Accounts/AuthenticateResponse.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Models/Accounts/AuthenticateResponse.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Models/Accounts/AuthenticateResponse.cs#L10
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Models/Accounts/AuthenticateResponse.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Models/Accounts/AuthenticateResponse.cs#L12
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Models/Accounts/AuthenticateResponse.cs#L16
Non-nullable property 'JwtToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Models/Accounts/AuthenticateResponse.cs#L19
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/backend/Blazor.AdminLte.UserApi.Abstractions/Models/Accounts/AuthenticateRequest.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Blazor.AdminLte/Alerts/Toaster/Toasts.razor.cs#L97
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Blazor.AdminLte/Alerts/Toaster/Toasts.razor.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Blazor.AdminLte/Files/FileChunkDto.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Blazor.AdminLte/Files/FileUploader.razor.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Blazor.AdminLte/Alerts/Toaster/Toast.razor.cs#L38
The variable 'ex' is declared but never used
|
src/Blazor.AdminLte/Alerts/Toaster/Toasts.razor.cs#L97
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Blazor.AdminLte/Alerts/Toaster/Toasts.razor.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Blazor.AdminLte/Files/FileChunkDto.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Blazor.AdminLte/Files/FileUploader.razor.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Blazor.AdminLte/Alerts/Toaster/Toast.razor.cs#L38
The variable 'ex' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading