Skip to content

Merge branch 'release/0.17.0' #240

Merge branch 'release/0.17.0'

Merge branch 'release/0.17.0' #240

Triggered via push January 4, 2024 16:33
Status Success
Total duration 1m 34s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build for .NET 6.0.201
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build for .NET 6.0.201: src/NStore.Persistence.Tests/DefaultSnapshotStoreTests.cs#L32
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.Tests/DefaultSnapshotStoreTests.cs#L53
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.Tests/DefaultSnapshotStoreTests.cs#L54
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.Tests/DefaultSnapshotStoreTests.cs#L40
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.Tests/DefaultSnapshotStoreTests.cs#L43
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.MsSql.Tests/AsyncContextMsSqlContextTests.cs#L33
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.MsSql.Tests/AsyncContextMsSqlContextTests.cs#L35
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.Tests/ConcurrencyTests.cs#L35
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.Tests/ConcurrencyTests.cs#L38
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
Build for .NET 6.0.201: src/NStore.Persistence.Tests/ConcurrencyTests.cs#L39
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.