Skip to content

HttpClient use and resource handling enhancements #74

HttpClient use and resource handling enhancements

HttpClient use and resource handling enhancements #74

Triggered via pull request January 9, 2024 09:52
Status Success
Total duration 1m 18s
Artifacts

pr_validate.yml

on: pull_request
Matrix: dotnet-test
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
dotnet-test (6.0.x): Fauna/Types/NamedDocumentRef.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (6.0.x): Fauna/Types/NamedDocumentRef.cs#L17
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (6.0.x): Fauna/Types/DocumentRef.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (6.0.x): Fauna/Types/DocumentRef.cs#L16
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (6.0.x): Fauna/Serialization/Attributes/FieldAttribute.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (6.0.x): Fauna.Test/Serialization/Utf8FaunaWriter.Tests.cs#L11
Non-nullable field '_writer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test (6.0.x): Fauna.Test/Serialization/Utf8FaunaWriter.Tests.cs#L12
Non-nullable field '_stream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test (6.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L70
Dereference of a possibly null reference.
dotnet-test (6.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L84
Dereference of a possibly null reference.
dotnet-test (6.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (8.0.x): Fauna/Types/NamedDocumentRef.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (8.0.x): Fauna/Types/NamedDocumentRef.cs#L17
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (8.0.x): Fauna/Types/DocumentRef.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (8.0.x): Fauna/Types/DocumentRef.cs#L16
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (8.0.x): Fauna/Serialization/Attributes/FieldAttribute.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (8.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-test (8.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L70
Dereference of a possibly null reference.
dotnet-test (8.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L84
Dereference of a possibly null reference.
dotnet-test (8.0.x): Fauna.Test/Serialization/Utf8FaunaWriter.Tests.cs#L11
Non-nullable field '_writer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test (8.0.x): Fauna.Test/Serialization/Utf8FaunaWriter.Tests.cs#L12
Non-nullable field '_stream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.