Skip to content

Merge pull request #324 from BoBoBaSs84/dependabot/github_actions/git… #135

Merge pull request #324 from BoBoBaSs84/dependabot/github_actions/git…

Merge pull request #324 from BoBoBaSs84/dependabot/github_actions/git… #135

Triggered via push December 14, 2023 05:32
Status Success
Total duration 3m 40s
Artifacts

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/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: src/Infrastructure/Extensions/ServiceCollectionExtensions.cs#L149
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
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.