Skip to content

Bump version in docs conf.py

1cc4784
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Release version 3.0.0-alpha.2 #21

Bump version in docs conf.py
1cc4784
Select commit
Loading
Failed to load commit list.
GitHub Actions / Integration Tests Report succeeded Mar 13, 2025 in 0s

56 passed, 0 failed and 0 skipped

Tests passed successfully

✅ src/OpenDDD.Tests/TestResults/TestResults.trx

56 tests were completed in 174s with 56 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
OpenDDD.Tests.Integration.Infrastructure.Events.Azure.AzureServiceBusMessagingProviderTests 9✅ 73s
OpenDDD.Tests.Integration.Infrastructure.Events.InMemory.InMemoryMessagingProviderTests 5✅ 6s
OpenDDD.Tests.Integration.Infrastructure.Events.Kafka.KafkaMessagingProviderTests 9✅ 60s
OpenDDD.Tests.Integration.Infrastructure.Events.RabbitMq.RabbitMqMessagingProviderTests 9✅ 12s
OpenDDD.Tests.Integration.Infrastructure.Repository.EfCore.Postgres.PostgresEfCoreRepositoryTests 6✅ 340ms
OpenDDD.Tests.Integration.Infrastructure.Repository.EfCore.Sqlite.SqliteEfCoreRepositoryTests 6✅ 1s
OpenDDD.Tests.Integration.Infrastructure.Repository.OpenDdd.InMemory.InMemoryOpenDddRepositoryTests 6✅ 33ms
OpenDDD.Tests.Integration.Infrastructure.Repository.OpenDdd.Postgres.PostgresOpenDddRepositoryTests 6✅ 60ms

✅ OpenDDD.Tests.Integration.Infrastructure.Events.Azure.AzureServiceBusMessagingProviderTests

✅ AtLeastOnceGurantee_ShouldDeliverToLateSubscriber_WhenSubscribedBefore
✅ AtLeastOnceGurantee_ShouldNotDeliverToLateSubscriber_WhenNotSubscribedBefore
✅ AtLeastOnceGurantee_ShouldRedeliverLater_WhenMessageNotAcked
✅ AutoCreateTopic_ShouldCreateTopicOnPublish_WhenSettingEnabled
✅ AutoCreateTopic_ShouldCreateTopicOnSubscribe_WhenSettingEnabled
✅ AutoCreateTopic_ShouldNotCreateTopicOnPublish_WhenSettingDisabled
✅ AutoCreateTopic_ShouldNotCreateTopicOnSubscribe_WhenSettingDisabled
✅ CompetingConsumers_ShouldDeliverOnlyOnce_WhenMultipleConsumersInGroup
✅ CompetingConsumers_ShouldDistributeMessages_WhenMultipleConsumersInGroup

✅ OpenDDD.Tests.Integration.Infrastructure.Events.InMemory.InMemoryMessagingProviderTests

✅ AtLeastOnceGuarantee_ShouldDeliverToLateSubscriber_WhenSubscribedBefore
✅ AtLeastOnceGuarantee_ShouldNotDeliverToLateSubscriber_WhenNotSubscribedBefore
✅ AtLeastOnceGuarantee_ShouldRedeliverLater_WhenMessageNotAcked
✅ CompetingConsumers_ShouldDeliverOnlyOnce_WhenMultipleConsumersInGroup
✅ CompetingConsumers_ShouldDistributeMessages_WhenMultipleConsumersInGroup

✅ OpenDDD.Tests.Integration.Infrastructure.Events.Kafka.KafkaMessagingProviderTests

✅ AtLeastOnceGurantee_ShouldDeliverToLateSubscriber_WhenSubscribedBefore
✅ AtLeastOnceGurantee_ShouldNotDeliverToLateSubscriber_WhenNotSubscribedBefore
✅ AtLeastOnceGurantee_ShouldRedeliverLater_WhenMessageNotAcked
✅ AutoCreateTopic_ShouldCreateTopicOnPublish_WhenSettingEnabled
✅ AutoCreateTopic_ShouldCreateTopicOnSubscribe_WhenSettingEnabled
✅ AutoCreateTopic_ShouldNotCreateTopicOnPublish_WhenSettingDisabled
✅ AutoCreateTopic_ShouldNotCreateTopicOnSubscribe_WhenSettingDisabled
✅ CompetingConsumers_ShouldDeliverOnlyOnce_WhenMultipleConsumersInGroup
✅ CompetingConsumers_ShouldDistributeMessages_WhenMultipleConsumersInGroup

✅ OpenDDD.Tests.Integration.Infrastructure.Events.RabbitMq.RabbitMqMessagingProviderTests

✅ AtLeastOnceGurantee_ShouldDeliverToLateSubscriber_WhenSubscribedBefore
✅ AtLeastOnceGurantee_ShouldNotDeliverToLateSubscriber_WhenNotSubscribedBefore
✅ AtLeastOnceGurantee_ShouldRedeliverLater_WhenMessageNotAcked
✅ AutoCreateTopic_ShouldCreateTopicOnPublish_WhenSettingEnabled
✅ AutoCreateTopic_ShouldCreateTopicOnSubscribe_WhenSettingEnabled
✅ AutoCreateTopic_ShouldNotCreateTopicOnPublish_WhenSettingDisabled
✅ AutoCreateTopic_ShouldNotCreateTopicOnSubscribe_WhenSettingDisabled
✅ CompetingConsumers_ShouldDeliverOnlyOnce_WhenMultipleConsumersInGroup
✅ CompetingConsumers_ShouldDistributeMessages_WhenMultipleConsumersInGroup

✅ OpenDDD.Tests.Integration.Infrastructure.Repository.EfCore.Postgres.PostgresEfCoreRepositoryTests

✅ DeleteAsync_ShouldRemoveEntity
✅ FindAllAsync_ShouldReturnAllEntities
✅ FindAsync_ShouldReturnEntityIfExists
✅ FindAsync_ShouldReturnNullIfNotExists
✅ FindWithAsync_ShouldReturnFilteredResults
✅ SaveAsync_ShouldInsertOrUpdateEntity

✅ OpenDDD.Tests.Integration.Infrastructure.Repository.EfCore.Sqlite.SqliteEfCoreRepositoryTests

✅ DeleteAsync_ShouldRemoveEntity
✅ FindAllAsync_ShouldReturnAllEntities
✅ FindAsync_ShouldReturnEntityIfExists
✅ FindAsync_ShouldReturnNullIfNotExists
✅ FindWithAsync_ShouldReturnFilteredResults
✅ SaveAsync_ShouldInsertOrUpdateEntity

✅ OpenDDD.Tests.Integration.Infrastructure.Repository.OpenDdd.InMemory.InMemoryOpenDddRepositoryTests

✅ DeleteAsync_ShouldRemoveEntity
✅ FindAllAsync_ShouldReturnAllEntities
✅ FindAsync_ShouldReturnEntityIfExists
✅ FindAsync_ShouldReturnNullIfNotExists
✅ FindWithAsync_ShouldReturnFilteredResults
✅ SaveAsync_ShouldInsertOrUpdateEntity

✅ OpenDDD.Tests.Integration.Infrastructure.Repository.OpenDdd.Postgres.PostgresOpenDddRepositoryTests

✅ DeleteAsync_ShouldRemoveEntity
✅ FindAllAsync_ShouldReturnAllEntities
✅ FindAsync_ShouldReturnEntityIfExists
✅ FindAsync_ShouldReturnNullIfNotExists
✅ FindWithAsync_ShouldReturnFilteredResults
✅ SaveAsync_ShouldInsertOrUpdateEntity