Skip to content

Initial serialization for query fragments #6

Initial serialization for query fragments

Initial serialization for query fragments #6

Triggered via pull request December 13, 2023 11:07
Status Success
Total duration 35s
Billable time 1m
Artifacts

pr_validate.yml

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

Annotations

10 warnings
dotnet-test (8.0.x): Fauna/Response/QueryResponse.cs#L37
Possible null reference assignment.
dotnet-test (8.0.x): Fauna/Response/QueryResponse.cs#L35
Non-nullable property 'Data' 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/Serialization/Utf8FaunaWriter.Tests.cs#L12
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#L13
Non-nullable field '_stream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test (8.0.x): Fauna.Test/Serialization/Serializer.Tests.cs#L142
Dereference of a possibly null reference.
dotnet-test (8.0.x): Fauna.Test/Serialization/Serializer.Tests.cs#L160
Dereference of a possibly null reference.
dotnet-test (8.0.x): Fauna/Response/QueryResponse.cs#L37
Possible null reference assignment.
dotnet-test (8.0.x): Fauna/Response/QueryResponse.cs#L35
Non-nullable property 'Data' 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.