Skip to content

Update README.md

Update README.md #21

Triggered via push July 1, 2023 15:00
Status Success
Total duration 44s
Artifacts

release-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.
release: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/JingetServiceHandlerTests.cs#L14
Nullability of reference types in type of parameter 'sender' of 'lambda expression' doesn't match the target delegate 'EventHandler<HttpResponseMessage>' (possibly because of nullability attributes).
release: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/JingetServiceHandlerTests.cs#L18
Nullability of reference types in type of parameter 'sender' of 'lambda expression' doesn't match the target delegate 'EventHandler<string>' (possibly because of nullability attributes).
release: Tests/Jinget.Handlers.ExternalServiceHandlers.Tests/DefaultServiceHandler/JingetServiceHandlerTests.cs#L22
Nullability of reference types in type of parameter 'sender' of 'lambda expression' doesn't match the target delegate 'EventHandler<Exception>' (possibly because of nullability attributes).