Skip to content

Channel migration system #1112

Channel migration system

Channel migration system #1112

Triggered via push February 3, 2025 20:01
Status Failure
Total duration 1m 17s
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/VapidConfig.cs#L10
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/VapidConfig.cs#L10
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/VapidConfig.cs#L10
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/VapidConfig.cs#L7
Non-nullable field 'Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Config/Configs/VapidConfig.cs#L8
Non-nullable field '_details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
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/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.
build: Config/Configs/PaypalConfig.cs#L13
Non-nullable property 'MerchantId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.