Skip to content

Merge branch 'main' of https://github.com/VahidFarahmandian/jinget #37

Merge branch 'main' of https://github.com/VahidFarahmandian/jinget

Merge branch 'main' of https://github.com/VahidFarahmandian/jinget #37

Triggered via push July 1, 2023 16:57
Status Success
Total duration 46s
Artifacts

build-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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: 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/SampleGetResponse.cs#L17
Non-nullable property 'street' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/SampleType/SampleGetResponse.cs#L18
Non-nullable property 'suite' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/SampleType/SampleGetResponse.cs#L19
Non-nullable property 'city' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/SampleType/SampleGetResponse.cs#L20
Non-nullable property 'zipcode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/SampleType/SampleGetResponse.cs#L21
Non-nullable property 'geo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.