-
Notifications
You must be signed in to change notification settings - Fork 519
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
Migrate Aspire.Hosting.Dapr
to the Community Toolkit
#7049
Comments
A critical point for this will be the timeline that we want to ship it in, and aligning that across the Aspire release schedule and the Community Toolkit. Does it seem possible that this could be done for the 9.1 release of Aspire, or should we target 9.2? |
Why not just lift the code and have no dependency? |
We can do it in 9.1. |
My thinking was that by having the |
Nah, just lift the code. It’s not that much. We don’t touch this package at all. |
As discussed in CommunityToolkit/Aspire#349 the Community Toolkit will take ownership of the
Aspire.Hosting.Dapr
integration. The plan for how deprecation of the Aspire-shipped package will be tackled can be seen in my comment here: CommunityToolkit/Aspire#349 (comment)I've created CommunityToolkit/Aspire#375 to track the work in the Community Toolkit repo, but there's (obviously) some work needing to be done here, so I'll see if I can capture it all:
Change theAspire.Hosting.Dapr
package to forward calls across toCommunityToolkit.Aspire.Hosting.Dapr
(there's a dependency on that package shipping). The types and members should be marked asObsolete
, pointing people to use the Community Toolkit package directly, but not fail the build.Aspire.Hosting.Dapr
asObsolete
(but as warning not error).Aspire.Hosting.Dapr.Tests
project.I think that covers everything that'll be needed.
The text was updated successfully, but these errors were encountered: