Remove System.Diagnostics.DiagnosticSource and System.Collections.Immutable for reference and runtime pack version. #27715
Labels
area-global
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
community-contribution
customer-reported
type-cleanup
Milestone
The discussion was started in #27673, however it was not completed on if I should open a pull request with my already made changes to remove these dependencies as they can be replaced with the runtime and ref pack versions of them for .NET 6+ when using efcore which can help clean up the dependencies list (as well as prevent possible version downgrades for them).
Also another thing I think is also the case for S.D.DS and S.C.I:
As such I think the best route for these is to utilize the built in copies on the default
Microsoft.NETCore.App
framework packs over the package reference for this reason, if new functionality is required (if new apis are added to them), then require them to update their runtime and ref packs.The text was updated successfully, but these errors were encountered: