Tests & cleanup #10

Merged
bpeskiewicz merged 15 commits from feature/cs into main 2026-04-24 19:01:01 +00:00
Owner
No description provided.
Changed the Combine method to use Math.Max to select the worst (highest)
status code when both results fail, instead of always using the first
error's status code. This better represents the combined error severity.
Remove null-forgiving operators (!) from ErrorDetails access in AuthController.
While the compiler still generates nullability warnings due to interface design
limitations, the operators are logically unnecessary as ErrorDetails is guaranteed
to be non-null when IsFailure is true.
refactor: centralize signed download links and tighten result/path coverage
Some checks failed
Run Tests / test (pull_request) Failing after 1m20s
Run Tests / lint (pull_request) Successful in 1m23s
6a56c4a03a
Fix nullable and analyzer warnings in tests
Some checks failed
Run Tests / lint (pull_request) Successful in 1m15s
Run Tests / test (pull_request) Successful in 2m3s
Build and Release / build-and-push (push) Failing after 33s
444e66b9ec
bpeskiewicz force-pushed feature/cs from 444e66b9ec
Some checks failed
Run Tests / lint (pull_request) Successful in 1m15s
Run Tests / test (pull_request) Successful in 2m3s
Build and Release / build-and-push (push) Failing after 33s
to 5f1c14b758
All checks were successful
Run Tests / lint (pull_request) Successful in 1m23s
Run Tests / test (pull_request) Successful in 1m56s
2026-04-24 18:58:22 +00:00
Compare
bpeskiewicz deleted branch feature/cs 2026-04-24 19:01:02 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bpeskiewicz/file-gateway!10
No description provided.