Skip to content

fix: Bump the non-major-deps group with 13 updates #351

fix: Bump the non-major-deps group with 13 updates

fix: Bump the non-major-deps group with 13 updates #351

Status Success
Total duration 1m 42s
Artifacts

ci-cd.yml

on: push
CI: Restore, Build & Test
1m 35s
CI: Restore, Build & Test
CD: Pack & Publish
0s
CD: Pack & Publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L396
'IDynamoDBContext.FromQueryAsync<T>(QueryOperationConfig, DynamoDBOperationConfig)' is obsolete: 'Use the FromQueryAsync overload that takes QueryConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to FromQueryAsync.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L325
'IDynamoDBContext.FromQueryAsync<T>(QueryOperationConfig, DynamoDBOperationConfig)' is obsolete: 'Use the FromQueryAsync overload that takes QueryConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to FromQueryAsync.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L260
'IDynamoDBContext.FromQueryAsync<T>(QueryOperationConfig, DynamoDBOperationConfig)' is obsolete: 'Use the FromQueryAsync overload that takes QueryConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to FromQueryAsync.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L233
'IDynamoDBContext.FromQueryAsync<T>(QueryOperationConfig, DynamoDBOperationConfig)' is obsolete: 'Use the FromQueryAsync overload that takes QueryConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to FromQueryAsync.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L225
'IDynamoDBContext.LoadAsync<T>(object, object, DynamoDBOperationConfig, CancellationToken)' is obsolete: 'Use the LoadAsync overload that takes LoadConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to LoadAsync.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L199
'IDynamoDBContext.FromQueryAsync<T>(QueryOperationConfig, DynamoDBOperationConfig)' is obsolete: 'Use the FromQueryAsync overload that takes QueryConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to FromQueryAsync.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L190
'IDynamoDBContext.LoadAsync<T>(object, object, DynamoDBOperationConfig, CancellationToken)' is obsolete: 'Use the LoadAsync overload that takes LoadConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to LoadAsync.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L164
'IDynamoDBContext.FromQueryAsync<T>(QueryOperationConfig, DynamoDBOperationConfig)' is obsolete: 'Use the FromQueryAsync overload that takes QueryConfig instead, since DynamoDBOperationConfig contains properties that are not applicable to FromQueryAsync.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L127
'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.'
CI: Restore, Build & Test: src/AspNetCore.Identity.AmazonDynamoDB/Stores/DynamoDbUserStore.cs#L52
'DynamoDBContext.DynamoDBContext(IAmazonDynamoDB)' is obsolete: 'Use the DynamoDBContextBuilder to construct a DynamoDBContext with the recommended configuration.'