code clean up #52
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
AzureB2CUI/CallUserApi/UserApiService.cs#L27
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.
|
AzureB2CUI/CallAdminApi/AdminApiService.cs#L28
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.
|
RegisterUsersAzureB2CMsGraph/Authz/IsAdminHandlerUsingAzureGroups.cs#L11
Possible null reference assignment.
|
RegisterUsersAzureB2CMsGraph/Authz/IsAdminHandlerUsingAzureGroups.cs#L9
Non-nullable field '_adminGroupId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
RegisterUsersAzureB2CMsGraph/Pages/CreateAzureB2CUser.cshtml.cs#L18
Possible null reference assignment.
|
RegisterUsersAzureB2CMsGraph/Pages/CreateAzureB2CUser.cshtml.cs#L14
Non-nullable property 'AadB2CIssuerDomain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RegisterUsersAzureB2CMsGraph/Pages/InviteUser.cshtml.cs#L21
Possible null reference assignment.
|
RegisterUsersAzureB2CMsGraph/Pages/InviteUser.cshtml.cs#L17
Non-nullable property 'AadB2CIssuerDomain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RegisterUsersAzureB2CMsGraph/Pages/Shared/_LoginPartial.cshtml#L3
Dereference of a possibly null reference.
|
OnboardingAzureB2CCustomInvite/Migrations/20220312075831_init.cs#L7
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
The logs for this run have expired and are no longer available.
Loading