Skip to content

Merge branch 'dev-updates' #29

Merge branch 'dev-updates'

Merge branch 'dev-updates' #29

Triggered via push August 13, 2023 05:38
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MultiIdentityProvider/WebApi/Startup.cs#L41
Possible null reference assignment.
build: MultiIdentityProvider/WebApi/Startup.cs#L70
Converting null literal or possible null value to non-nullable type.
build: MultiIdentityProvider/RazorOpenIddictClient/ApiClient/ApiService.cs#L28
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: MultiIdentityProvider/RazorOpenIddictClient/ApiClient/ApiService.cs#L56
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: MultiIdentityProvider/RazorAzureADClient/WebApi/WebApiValuesService.cs#L26
Argument of type 'string?[]' cannot be used for parameter 'scopes' of type 'IEnumerable<string>' in 'Task<string> ITokenAcquisition.GetAccessTokenForUserAsync(IEnumerable<string> scopes, string? tenantId = null, string? userFlow = null, ClaimsPrincipal? user = null, TokenAcquisitionOptions? tokenAcquisitionOptions = null)' due to differences in the nullability of reference types.
build: MultiIdentityProvider/RazorAzureADClient/WebApi/WebApiValuesService.cs#L28
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: MultiIdentityProvider/IdentityProvider/Areas/Identity/Pages/Account/LoginFido2Mfa.cshtml.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: MultiIdentityProvider/IdentityProvider/Fido2/Fido2Store.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.