Skip to content

Less broken

Less broken #1111

Triggered via push February 1, 2025 20:15
Status Failure
Total duration 1m 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
No files were found with the provided path: **/test_results.trx. No artifacts will be uploaded.
build: Config/Configs/RedisConfig.cs#L7
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/RedisConfig.cs#L5
Non-nullable property 'Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/ConfigLoader.cs#L39
Dereference of a possibly null reference.
build: Config/ConfigLoader.cs#L48
Possible null reference assignment.
build: Config/ConfigLoader.cs#L77
Dereference of a possibly null reference.
build: Config/ConfigLoader.cs#L84
Dereference of a possibly null reference.
build: Config/ConfigLoader.cs#L91
Dereference of a possibly null reference.
build: Config/ConfigLoader.cs#L98
Dereference of a possibly null reference.
build: Config/Configs/PaypalConfig.cs#L13
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/PaypalConfig.cs#L13
Non-nullable property 'AppSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.