Skip to content

🧹 Cleaning client-side libraries #104

🧹 Cleaning client-side libraries

🧹 Cleaning client-side libraries #104

Triggered via push March 9, 2024 00:20
Status Success
Total duration 3m 44s
Artifacts
Build and Deploy Job
3m 33s
Build and Deploy Job
Close Pull Request Job
0s
Close Pull Request Job
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Deploy Job: src/AnimeFeedManager.WebApp.Authentication/AppServiceAuthRemoteAuthenticatorView.cs#L126
Cannot convert null literal to non-nullable reference type.
Build and Deploy Job: 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.
Build and Deploy Job: src/AnimeFeedManager.WebApp.Authentication/AppServiceAuthRemoteAuthenticationService.cs#L39
Converting null literal or possible null value to non-nullable type.
Build and Deploy Job: src/AnimeFeedManager.WebApp.Authentication/AppServiceAuthRemoteAuthenticationService.cs#L40
Possible null reference argument for parameter 'data' in 'void AppServiceAuthMemoryStorage.SetAuthenticationData(AuthenticationData data)'.
Build and Deploy Job: src/AnimeFeedManager.WebApp.Authentication/AppServiceAuthRemoteAuthenticationService.cs#L60
Cannot convert null literal to non-nullable reference type.
Build and Deploy Job: src/AnimeFeedManager.WebApp.Authentication/StaticWebAppsAuthenticationStateProvider.cs#L22
Converting null literal or possible null value to non-nullable type.
Build and Deploy Job: src/AnimeFeedManager.WebApp.Authentication/StaticWebAppsAuthenticationStateProvider.cs#L36
Converting null literal or possible null value to non-nullable type.
Build and Deploy Job: 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.