Skip to content

Move SerializationContext to Client and streamline serialization a bit #43

Move SerializationContext to Client and streamline serialization a bit

Move SerializationContext to Client and streamline serialization a bit #43

Triggered via pull request January 2, 2024 22:23
Status Success
Total duration 1m 11s
Artifacts

pr_validate.yml

on: pull_request
Matrix: dotnet-test

Annotations

20 warnings
dotnet-test (6.0.x): Fauna/Types/Ref.cs#L5
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/Ref.cs#L6
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/Serialization/Serializer.Deserialize.cs#L15
Converting null literal or possible null value to non-nullable type.
dotnet-test (6.0.x): Fauna/Serialization/Serializer.Deserialize.cs#L15
Possible null reference return.
dotnet-test (6.0.x): Fauna/Serialization/Serializer.Deserialize.cs#L35
Converting null literal or possible null value to non-nullable type.
dotnet-test (6.0.x): Fauna/Serialization/Serializer.Deserialize.cs#L35
Possible null reference return.
dotnet-test (6.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L11
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/Exceptions/AbortException.Tests.cs#L72
Dereference of a possibly null reference.
dotnet-test (6.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L86
Dereference of a possibly null reference.
dotnet-test (8.0.x): Fauna/Types/Ref.cs#L5
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/Ref.cs#L6
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/Serializer.Deserialize.cs#L15
Converting null literal or possible null value to non-nullable type.
dotnet-test (8.0.x): Fauna/Serialization/Serializer.Deserialize.cs#L15
Possible null reference return.
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/Serialization/Serializer.Deserialize.cs#L35
Converting null literal or possible null value to non-nullable type.
dotnet-test (8.0.x): Fauna/Serialization/Serializer.Deserialize.cs#L35
Possible null reference return.
dotnet-test (8.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L11
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#L72
Dereference of a possibly null reference.
dotnet-test (8.0.x): Fauna.Test/Exceptions/AbortException.Tests.cs#L86
Dereference of a possibly null reference.