Skip to content

1.0.5.18

1.0.5.18 #21

Triggered via push October 10, 2023 12:59
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/TestAny.Essentials.Core/TestAnyAppConfig.cs#L57
Cannot convert null literal to non-nullable reference type.
build: src/TestAny.Essentials.Core/TestAnyTestContextHelper.cs#L18
Non-nullable field '_contextCollection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/TestAny.Essentials.Core/Dtos/Api/ProxyDefinitionModel.cs#L17
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TestAny.Essentials.Core/Dtos/Api/ProxyDefinitionModel.cs#L17
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TestAny.Essentials.Core/Dtos/Api/ProxyDefinitionModel.cs#L17
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TestAny.Essentials.Core/Dtos/Api/ParameterCollection.cs#L13
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build: src/TestAny.Essentials.Core/Dtos/Api/ParameterCollection.cs#L22
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build: src/TestAny.Essentials.Core/Dtos/Api/ParameterCollection.cs#L26
Possible null reference assignment.
build: src/TestAny.Essentials.Core/Dtos/Api/MultipartFormDataProperty.cs#L17
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TestAny.Essentials.Core/Dtos/Api/MultipartFormDataProperty.cs#L18
Non-nullable property 'PropertyValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.