-
Notifications
You must be signed in to change notification settings - Fork 7
Fix compile error: migrate to SagaMetadata.CreateMany API #846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ollection.Initialize Co-authored-by: danielmarbach <174258+danielmarbach@users.noreply.github.com>
|
@copilot you need to call SagaMetadata.CreateMany and pass the result to the saga metadata collection AddRange |
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: danielmarbach <174258+danielmarbach@users.noreply.github.com>
|
@copilot you need to call SagaMetadata.CreateMany and pass the result to the saga metadata collection AddRange |
Fixed in 8086486. Now creating a new Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
* 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>
NServiceBus 10.0.0-alpha.19 deprecated
SagaMetadataCollection.Initialize()in favor ofSagaMetadata.CreateMany().Changes
SagaTestsConfiguration.csto use the new API💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.