Skip to content

Clean README.md

Clean README.md #19

Triggered via push July 15, 2025 18:46
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: push
build-test-and-deploy
28s
build-test-and-deploy
Fit to window
Zoom out
Zoom in

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.