Add lightweight transactional outbox sample - #3
Merged
Annotations
10 warnings
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L85
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L125
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L81
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L121
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L53
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L52
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L51
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L47
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L130
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
distributed-systems/transactional-outbox-ef-core/tests/TransactionalOutboxMinimal.Tests/OutboxFlowTests.cs#L88
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
background
wait
wait-all
cancel
parallel
Loading