Support many more deserialization types #28
Annotations
10 warnings
Build:
Fauna/Types/Ref.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Fauna/Types/Ref.cs#L6
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
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.
|
Build:
Fauna/Serialization/Serializer.Deserialize.cs#L15
Converting null literal or possible null value to non-nullable type.
|
Build:
Fauna/Serialization/Serializer.Deserialize.cs#L15
Possible null reference return.
|
Build:
Fauna/Serialization/Serializer.Deserialize.cs#L35
Converting null literal or possible null value to non-nullable type.
|
Build:
Fauna/Serialization/Serializer.Deserialize.cs#L35
Possible null reference return.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
The logs for this run have expired and are no longer available.
Loading