Initial error handling #34
Annotations
20 warnings
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/Exceptions/FaunaContendedTransactionException.cs#L10
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
dotnet-test (8.0.x):
Fauna/Exceptions/FaunaContendedTransactionException.cs#L13
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
dotnet-test (8.0.x):
Fauna/Exceptions/FaunaInvalidRequestException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
dotnet-test (8.0.x):
Fauna/Exceptions/FaunaInvalidRequestException.cs#L12
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
dotnet-test (8.0.x):
Fauna/Exceptions/FaunaQueryCheckException.cs#L6
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
dotnet-test (8.0.x):
Fauna/Exceptions/FaunaQueryCheckException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
dotnet-test (8.0.x):
Fauna/Exceptions/FaunaQueryRuntimeException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
dotnet-test (8.0.x):
Fauna/Exceptions/FaunaQueryRuntimeException.cs#L12
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
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/Exceptions/FaunaThrottlingException.cs#L10
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
dotnet-test (6.0.x):
Fauna/Exceptions/FaunaThrottlingException.cs#L13
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
dotnet-test (6.0.x):
Fauna/Exceptions/FaunaQueryRuntimeException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
dotnet-test (6.0.x):
Fauna/Exceptions/FaunaQueryRuntimeException.cs#L12
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
dotnet-test (6.0.x):
Fauna/Exceptions/FaunaQueryCheckException.cs#L6
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
dotnet-test (6.0.x):
Fauna/Exceptions/FaunaQueryCheckException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
dotnet-test (6.0.x):
Fauna/Exceptions/FaunaInvalidRequestException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
dotnet-test (6.0.x):
Fauna/Exceptions/FaunaInvalidRequestException.cs#L12
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|