Skip to content

Unit tests

Unit tests #182

Triggered via push February 9, 2026 17:54
Status Failure
Total duration 30s
Artifacts

pull-request.yml

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

Annotations

10 errors and 10 warnings
Unit tests (10.0.x): TestLibrary/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 (10.0.x): TestLibrary/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateBatchWrite<T>()'
Unit tests (10.0.x): TestLibrary/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateMultiTableBatchGet(params IBatchGet[])'
Unit tests (10.0.x): TestLibrary/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateBatchGet<T>(BatchGetConfig)'
Unit tests (10.0.x): TestLibrary/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 (10.0.x): TestLibrary/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.CreateBatchGet<T>()'
Unit tests (10.0.x): TestLibrary/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.FromDocuments<T>(IEnumerable<Document>, FromDocumentConfig)'
Unit tests (10.0.x): TestLibrary/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.FromDocument<T>(Document, FromDocumentConfig)'
Unit tests (10.0.x): TestLibrary/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.ToDocument<T>(T, ToDocumentConfig)'
Unit tests (10.0.x): TestLibrary/DynamoDBContextDecorator.generated.cs#L5
'DynamoDBContextDecorator' does not implement interface member 'IDynamoDBContext.RegisterTableDefinition(Table)'
Unit tests (10.0.x)
'IDynamoDBContext.SaveAsync(Type, object, DynamoDBOperationConfig, CancellationToken)' is obsolete: 'Use the SaveAsync overload that takes SaveConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to SaveAsync.'
Unit tests (10.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 (10.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 (10.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 (10.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 (10.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 (10.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 (10.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 (10.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 (10.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.'