feat(authentication): use separate user ID claim type for Cookie auth… #87
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/CrowdParlay.Users.Domain/Entities/ExternalLogin.cs#L8
Non-nullable property 'ProviderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Domain/Entities/ExternalLogin.cs#L9
Non-nullable property 'Identity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Domain/Entities/ExternalLoginProvider.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Domain/Entities/ExternalLoginProvider.cs#L6
Non-nullable property 'LogoUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Application/Models/GoogleUserInfo.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Application/Models/GoogleUserInfo.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Application/Models/GoogleUserInfo.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Application/Models/GoogleUserInfo.cs#L9
Non-nullable property 'AvatarUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Application/Models/GoogleUserInfo.cs#L10
Non-nullable property 'GivenName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CrowdParlay.Users.Application/Models/GoogleUserInfo.cs#L11
Non-nullable property 'FamilyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading