Add some basic how-to in the readme #70
Annotations
10 warnings
Build:
Fauna/Types/NamedDocumentRef.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Fauna/Types/NamedDocumentRef.cs#L17
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Fauna/Types/DocumentRef.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Fauna/Types/DocumentRef.cs#L16
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.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/Client.Tests.cs#L152
Dereference of a possibly null reference.
|
Build:
Fauna.Test/Client.Tests.cs#L124
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
Fauna.Test/Client.Tests.cs#L189
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading