Commit 68c1a75
Update NServiceBus Core to 10.0.0-alpha.19 (#845)
* Update NServiceBus Core to 10.0.0-alpha.19
* Fix compile error: migrate to SagaMetadata.CreateMany API (#846)
* Initial plan
* Fix deprecation: use SagaMetadata.CreateMany instead of SagaMetadataCollection.Initialize
Co-authored-by: danielmarbach <174258+danielmarbach@users.noreply.github.com>
* Fix: use SagaMetadataCollection.AddRange with SagaMetadata.CreateMany
Co-authored-by: danielmarbach <174258+danielmarbach@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: danielmarbach <174258+danielmarbach@users.noreply.github.com>
* Fix IDE0028 style violation in SagaTestsConfiguration.cs (#847)
* Initial plan
* Fix IDE0028: Use collection expression syntax for SagaMetadataCollection
Co-authored-by: danielmarbach <174258+danielmarbach@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: danielmarbach <174258+danielmarbach@users.noreply.github.com>
---------
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: danielmarbach <174258+danielmarbach@users.noreply.github.com>1 parent c3c6b21 commit 68c1a75
File tree
6 files changed
+6
-7
lines changed- src
- NServiceBus.Storage.MongoDB.AcceptanceTests
- NServiceBus.Storage.MongoDB.NoTx.AcceptanceTests
- NServiceBus.Storage.MongoDB.PersistenceTests
- NServiceBus.Storage.MongoDB.Tests/Sagas
- NServiceBus.Storage.MongoDB.TransactionalSession.AcceptanceTests
- NServiceBus.Storage.MongoDB
6 files changed
+6
-7
lines changedsrc/NServiceBus.Storage.MongoDB.AcceptanceTests/NServiceBus.Storage.MongoDB.AcceptanceTests.csproj
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments