🛠️ Scoping authentication scripts security own pages #100
Annotations
10 warnings
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/AppServiceAuthRemoteAuthenticatorView.cs#L126
Cannot convert null literal to non-nullable reference type.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/AppServiceAuthMemoryStorage.cs#L11
Non-nullable property 'AuthenticationData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/AppServiceAuthRemoteAuthenticatorView.cs#L216
Non-nullable property 'SelectedProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/Models/ClientPrincipal.cs#L8
Non-nullable property 'IdentityProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/Models/ClientPrincipal.cs#L9
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/Models/ClientPrincipal.cs#L10
Non-nullable property 'UserDetails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/Models/ClientPrincipal.cs#L11
Non-nullable property 'UserRoles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/Models/AuthData.cs#L8
Non-nullable property 'ClientPrincipal' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/StaticWebAppsAuthenticationStateProvider.cs#L22
Converting null literal or possible null value to non-nullable type.
|
Test Using Dotnet:
src/AnimeFeedManager.WebApp.Authentication/AppServiceAuthRemoteAuthenticationService.cs#L39
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading