Skip to content

test projects updated to use .NET 7 instead of .NET 6 #45

test projects updated to use .NET 7 instead of .NET 6

test projects updated to use .NET 7 instead of .NET 6 #45

Triggered via push July 15, 2023 09:45
Status Success
Total duration 2m 22s
Artifacts

build-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: 01-Core/Jinget.Core/Utilities/Expressions/ExpressionUtility.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Tests/Jinget.WebAPI.Tests/SampleModel.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tests/Jinget.WebAPI.Tests/SampleModel.cs#L9
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: 02-Handlers/Jinget.Handlers.ExternalServiceHandlers/ServiceHandler/Factory/HttpClientFactory.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Tests/Jinget.Core.Tests/Utilities/Expressions/ExpressionUtilityTests.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Tests/Jinget.Core.Tests/Utilities/Expressions/ExpressionUtilityTests.cs#L87
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Tests/Jinget.Core.Tests/Utilities/Expressions/ExpressionUtilityTests.cs#L111
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/SampleType/SampleSOAPRequest.cs#L66
Non-nullable property 'Add' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/SampleType/SampleSOAPRequest.cs#L42
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/SampleType/SampleSOAPRequest.cs#L47
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.