Skip to content

Initial error handling #34

Initial error handling

Initial error handling #34

Triggered via pull request December 19, 2023 13:15
Status Success
Total duration 1m 16s
Artifacts

pr_validate.yml

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

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)'.