Skip to content

1.0.6

1.0.6 #30

Triggered via push May 1, 2024 10:41
Status Success
Total duration 2m 12s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/TestAny.Essentials.Core/TestAnyAppConfig.cs#L57
Cannot convert null literal to non-nullable reference type.
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/ClientCertificatePathData.cs#L11
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TestAny.Essentials.Core/Dtos/Api/ClientCertificatePathData.cs#L12
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.