Skip to content

Replace per-test database reseeding with a snapshot restore in backen… #59

Replace per-test database reseeding with a snapshot restore in backen…

Replace per-test database reseeding with a snapshot restore in backen… #59

Triggered via push June 23, 2026 15:41
Status Success
Total duration 5m 21s
Artifacts

code-style.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SonarCloud Analysis: application/shared-kernel/SharedKernel/EntityFramework/SharedKernelDbContext.cs#L77
Loop should be simplified by calling Select(entityType => entityType.ClrType))
SonarCloud Analysis: application/shared-kernel/SharedKernel/SinglePageApp/HostScopedSinglePageApp.cs#L13
Constructor has 8 parameters, which is greater than the 7 authorized.
SonarCloud Analysis: application/shared-kernel/SharedKernel/OpenIdConnect/ReturnPathHelper.cs#L49
Make sure creating this cookie without the "HttpOnly" flag is safe.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Authentication/TokenGeneration/AuthenticationTokenService.cs#L47
Make sure creating this cookie without the "HttpOnly" flag is safe.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Authentication/MockEasyAuth/MockEasyAuthMiddleware.cs#L97
Make sure creating this cookie without the "HttpOnly" flag is safe.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Configuration/SharedInfrastructureConfiguration.cs#L329
Change return type to 'void'; not a single caller uses the returned value.
SonarCloud Analysis: application/shared-kernel/SharedKernel/Configuration/SharedInfrastructureConfiguration.cs#L300
Change return type to 'void'; not a single caller uses the returned value.
SonarCloud Analysis: application/shared-kernel/SharedKernel/StronglyTypedIds/StronglyTypedId.cs#L12
When implementing IComparable<T>, you should also override <, <=, >, and >=.