Clean README.md #19
Annotations
10 warnings
|
build-test-and-deploy:
KCSCommunity.Application/Features/Roles/Commands/UpdateUsersInRole/UpdateUsersInRoleCommandHandler.cs#L78
Possible null reference argument for parameter 'role' in 'Task<IdentityResult> UserManager<ApplicationUser>.RemoveFromRoleAsync(ApplicationUser user, string role)'.
|
|
build-test-and-deploy:
KCSCommunity.Application/Features/Roles/Commands/UpdateUsersInRole/UpdateUsersInRoleCommandHandler.cs#L73
Possible null reference argument for parameter 'role' in 'Task<IdentityResult> UserManager<ApplicationUser>.AddToRoleAsync(ApplicationUser user, string role)'.
|
|
build-test-and-deploy:
KCSCommunity.Infrastructure/Services/Fido2PasskeyService.cs#L101
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build-test-and-deploy:
KCSCommunity.Infrastructure/Services/Fido2PasskeyService.cs#L81
Cannot convert null literal to non-nullable reference type.
|
|
build-test-and-deploy:
KCSCommunity.Infrastructure/Services/InMemoryLockService.cs#L26
Dereference of a possibly null reference.
|
|
build-test-and-deploy:
KCSCommunity.Application/Features/Roles/Commands/UpdateUsersInRole/UpdateUsersInRoleCommandHandler.cs#L78
Possible null reference argument for parameter 'role' in 'Task<IdentityResult> UserManager<ApplicationUser>.RemoveFromRoleAsync(ApplicationUser user, string role)'.
|
|
build-test-and-deploy:
KCSCommunity.Application/Features/Roles/Commands/UpdateUsersInRole/UpdateUsersInRoleCommandHandler.cs#L73
Possible null reference argument for parameter 'role' in 'Task<IdentityResult> UserManager<ApplicationUser>.AddToRoleAsync(ApplicationUser user, string role)'.
|
|
build-test-and-deploy:
KCSCommunity.Infrastructure/Services/Fido2PasskeyService.cs#L101
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build-test-and-deploy:
KCSCommunity.Infrastructure/Services/Fido2PasskeyService.cs#L81
Cannot convert null literal to non-nullable reference type.
|
|
build-test-and-deploy:
KCSCommunity.Infrastructure/Services/InMemoryLockService.cs#L26
Dereference of a possibly null reference.
|