-
Notifications
You must be signed in to change notification settings - Fork 496
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
[release/8.0] Remove obsolete APIs. #3336
Conversation
@mitchdenny - there is still these Obsolete attributes present in the code: aspire/src/Aspire.Hosting/Dcp/Model/Executable.cs Lines 116 to 118 in 81d1db1
Along with this suppression and TODO: aspire/src/Aspire.Hosting/Dcp/ApplicationExecutor.cs Lines 1002 to 1014 in 81d1db1
What is the plan for those? cc @karolz-ms |
@eerhardt the plan is to remove these post-GA. Even P5 is relying on these, and given all the moving parts (Aspire.Hosting, IDEs, DCP) I would be hesitant to touch these earlier than that. Do you want me to open a tracking issue? |
Yes please. It might make sense to update this comment since it says "remove in Aspire Preview 6". |
Backport of #3329 to release/8.0
/cc @mitchdenny
Customer Impact
Only removing APIs that were already marked with obsolete. Many have been marked obsolete since P3/P4. There are some obsolete APIs remaining into GA but they are internal related to DCP.
Testing
These APIs weren't used any more in our test cases/playgrounds anyway after we obsoleted them.
Risk
Low. Some customers may have used these APIs but they should have been getting obsolete warnings for a while.
Microsoft Reviewers: Open in CodeFlow