Skip to content

readme updated

readme updated #38

Triggered via push July 1, 2023 17:06
Status Success
Total duration 52s
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#L6
Non-nullable property 'name' 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#L7
Non-nullable property 'username' 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#L8
Non-nullable property 'email' 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#L9
Non-nullable property 'address' 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#L10
Non-nullable property 'phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.