Skip to content

Merge pull request #320 from BoBoBaSs84/dependabot/github_actions/act… #129

Merge pull request #320 from BoBoBaSs84/dependabot/github_actions/act…

Merge pull request #320 from BoBoBaSs84/dependabot/github_actions/act… #129

Triggered via push December 11, 2023 05:06
Status Success
Total duration 3m 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Domain/Errors/ErrorOr.cs#L142
Missing XML comment for publicly visible type or member 'ErrorOr'
build: src/Domain/Errors/ErrorOr.cs#L144
Missing XML comment for publicly visible type or member 'ErrorOr.From<TValue>(TValue)'
build: src/Domain/Errors/IErrorOr.cs#L3
Missing XML comment for publicly visible type or member 'IErrorOr'
build: src/Infrastructure/Extensions/ServiceCollectionExtensions.cs#L149
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: src/Infrastructure/Services/AuthenticationService.cs#L80
Possible null reference argument for parameter 'role' in 'Task<IdentityResult> UserManager<UserModel>.AddToRoleAsync(UserModel user, string role)'.
build: src/Infrastructure/Services/AuthenticationService.cs#L234
Possible null reference argument for parameter 'role' in 'Task<IdentityResult> UserManager<UserModel>.RemoveFromRoleAsync(UserModel user, string role)'.
build: src/Infrastructure/Services/AuthenticationService.cs#L296
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
build: tests/ApplicationTests/Services/AuthenticationServiceTests.AddUserToRole.cs#L76
Dereference of a possibly null reference.
build: tests/ApplicationTests/Services/AuthenticationServiceTests.Authenticate.cs#L38
Converting null literal or possible null value to non-nullable type.