build(deps): bump github/codeql-action from 2 to 3 #134
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.
|
build:
tests/ApplicationTests/Services/AuthenticationServiceTests.Authenticate.cs#L42
Possible null reference assignment.
|