Skip to content

Unit tests

Unit tests #143

Status Failure
Total duration 44s
Artifacts

pull-request.yml

on: push
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateBatchWrite<T>(DynamoDBOperationConfig)'. 'DynamoDBContextDecorator.CreateBatchWrite<T>(DynamoDBOperationConfig)' cannot implement 'IDynamoDBContext.CreateBatchWrite<T>(DynamoDBOperationConfig)' because it does not have the matching return type of 'IBatchWrite<T>'.
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateBatchWrite<T>()'
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateMultiTableBatchGet(params IBatchGet[])'
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateBatchGet<T>(BatchGetConfig)'
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateBatchGet<T>(DynamoDBOperationConfig)'. 'DynamoDBContextDecorator.CreateBatchGet<T>(DynamoDBOperationConfig)' cannot implement 'IDynamoDBContext.CreateBatchGet<T>(DynamoDBOperationConfig)' because it does not have the matching return type of 'IBatchGet<T>'.
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateBatchGet<T>()'
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.FromDocuments<T>(IEnumerable<Document>, FromDocumentConfig)'
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.FromDocument<T>(Document, FromDocumentConfig)'
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.ToDocument<T>(T, ToDocumentConfig)'
Unit tests (8.0.x): DecoratorGenerator.UnitTests/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.RegisterTableDefinition(Table)'
Unit tests (8.0.x)
'IDynamoDBContext.SaveAsync<T>(T, DynamoDBOperationConfig, CancellationToken)' is obsolete: 'Use the SaveAsync overload that takes SaveConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to SaveAsync.'
Unit tests (8.0.x)
'IDynamoDBContext.CreateTransactWrite<T>(DynamoDBOperationConfig)' is obsolete: 'Use the CreateTransactWrite overload that takes TransactWriteConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to CreateTransactWrite.'
Unit tests (8.0.x)
'IDynamoDBContext.CreateTransactGet<T>(DynamoDBOperationConfig)' is obsolete: 'Use the CreateTransactGet overload that takes TransactGetConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to BatchGet.'
Unit tests (8.0.x)
'IDynamoDBContext.CreateBatchWrite(Type, DynamoDBOperationConfig)' is obsolete: 'Use the CreateBatchWrite overload that takes BatchWriteConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to BatchWrite.'
Unit tests (8.0.x)
'IDynamoDBContext.CreateBatchWrite<T>(DynamoDBOperationConfig)' is obsolete: 'Use the CreateBatchWrite overload that takes BatchWriteConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to BatchWrite.'
Unit tests (8.0.x)
'IDynamoDBContext.CreateBatchGet<T>(DynamoDBOperationConfig)' is obsolete: 'Use the CreateBatchGet overload that takes BatchGetConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to BatchGet.'
Unit tests (8.0.x)
'IDynamoDBContext.FromDocuments<T>(IEnumerable<Document>, DynamoDBOperationConfig)' is obsolete: 'Use the FromDocuments overload that takes FromDocumentConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to FromDocuments.'
Unit tests (8.0.x)
'IDynamoDBContext.FromDocument<T>(Document, DynamoDBOperationConfig)' is obsolete: 'Use the FromDocument overload that takes FromDocumentConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to FromDocument.'
Unit tests (8.0.x)
'IDynamoDBContext.ToDocument<T>(T, DynamoDBOperationConfig)' is obsolete: 'Use the ToDocument overload that takes ToDocumentConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to ToDocument.'
Unit tests (8.0.x)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Unit tests (8.0.x)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.