Skip to content

Refactor form dialogs with DialogForm and add Button isPending prop #85

Refactor form dialogs with DialogForm and add Button isPending prop

Refactor form dialogs with DialogForm and add Button isPending prop #85

Triggered via pull request April 25, 2026 00:53
Status Success
Total duration 6m 6s
Artifacts

main.yml

on: pull_request
Build and Test
3m 0s
Build and Test
Code Style and Linting
4m 31s
Code Style and Linting
Database Staging  /  Plan
2m 59s
Database Staging / Plan
Database Staging  /  Deploy
0s
Database Staging / Deploy
API Staging  /  Deploy
API Staging / Deploy
Workers Staging  /  Deploy
Workers Staging / Deploy
Database Production  /  Plan
Database Production / Plan
Database Production  /  Deploy
Database Production / Deploy
API Production  /  Deploy
API Production / Deploy
Workers Production  /  Deploy
Workers Production / Deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L188
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/AppGateway/ApiAggregation/ApiAggregationService.cs#L79
Loops should be simplified using the "Where" LINQ method
Build and Test: application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L80
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L43
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L210
Either log this exception and handle it, or rethrow it with some contextual information.
Build and Test: application/shared-kernel/SharedKernel/EntityFramework/SharedKernelDbContext.cs#L77
Loop should be simplified by calling Select(entityType => entityType.ClrType))
Build and Test: application/shared-kernel/SharedKernel/OpenIdConnect/ReturnPathHelper.cs#L49
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L92
Pass a timeout to limit the execution time.
Build and Test: application/shared-kernel/SharedKernel/Authentication/TokenGeneration/AuthenticationTokenService.cs#L47
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/shared-kernel/SharedKernel/StronglyTypedIds/StronglyTypedId.cs#L12
When implementing IComparable<T>, you should also override <, <=, >, and >=.