Skip to content

🧹chore: remove unreachable null checks & fix failing application tests #11

🧹chore: remove unreachable null checks & fix failing application tests

🧹chore: remove unreachable null checks & fix failing application tests #11

Triggered via push January 23, 2026 13:37
Status Success
Total duration 53s
Artifacts

dotnet.yml

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

Annotations

4 warnings
build-and-test: Finance.Contracts/Requests/Auth/RefreshTokenRequest.cs#L6
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: Finance.Contracts/Requests/Auth/RefreshTokenRequest.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: Finance.Contracts/Requests/Auth/RefreshTokenRequest.cs#L6
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: Finance.Contracts/Requests/Auth/RefreshTokenRequest.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.