Release Worflow #1
Triggered via release
February 9, 2025 12:59
Notorious-Coding
created
8c98204
Status
Failure
Total duration
27s
Artifacts
–
Annotations
1 error and 10 warnings
publish
Process completed with exit code 2.
|
publish:
NotoriousTest.SampleProject/Configuration.cs#L10
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
NotoriousTest/Web/Infrastructures/WebApplicationInfrastructure.cs#L42
Possible null reference argument for parameter 'obj' in 'Dictionary<string, string> ObjectExtensions.ToDictionary(object obj, string name = "")'.
|
publish:
NotoriousTest/Common/Infrastructures/Sync/ConfiguredInfrastructure.cs#L10
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L18
Argument of type 'Dictionary<string, string?>' cannot be used for parameter 'dictionary' of type 'IDictionary<string, string>' in 'void ObjectExtensions.Flatten(IDictionary<string, string> dictionary, object? obj, string prefix)' due to differences in the nullability of reference types.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L20
Nullability of reference types in value of type 'Dictionary<string, string?>' doesn't match target type 'Dictionary<string, string>'.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L30
Cannot convert null literal to non-nullable reference type.
|
publish:
NotoriousTest/Common/Helpers/ObjectExtensions.cs#L39
Possible null reference argument for parameter 'value' in 'void IDictionary<string, string>.Add(string key, string value)'.
|
publish:
NotoriousTest.UnitTests/SyncEnvironmentUnitTests.cs#L221
Non-nullable property 'Key1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
NotoriousTest.UnitTests/SyncEnvironmentUnitTests.cs#L222
Non-nullable property 'Key2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
NotoriousTest.UnitTests/SyncEnvironmentUnitTests.cs#L13
Non-nullable field '_uniqueInfrastructureTestCasesInfrastructure' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|