Skip to content

Version sizing

Version sizing #1124

Triggered via push February 10, 2025 14:53
Status Failure
Total duration 1m 9s
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/NotificationsConfig.cs#L7
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/NotificationsConfig.cs#L7
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/NotificationsConfig.cs#L7
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/NotificationsConfig.cs#L7
Non-nullable property 'AzureConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/NotificationsConfig.cs#L7
Non-nullable property 'AzureHubName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/DbConfig.cs#L21
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/DbConfig.cs#L21
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/DbConfig.cs#L21
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/DbConfig.cs#L21
Non-nullable property 'Database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Config/Configs/DbConfig.cs#L11
Non-nullable field 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.