Skip to content

Add new auto-generated project_structure.md, update README.md #18

Add new auto-generated project_structure.md, update README.md

Add new auto-generated project_structure.md, update README.md #18

Triggered via push July 15, 2025 18:14
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: push
build-test-and-deploy
50s
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.