-
Notifications
You must be signed in to change notification settings - Fork 291
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
Reducing dependencies and references #1153
Comments
You are implicitly referencing everything in .NET Framework |
Perhaps my statement was not specific enough. |
If you do not need the new features and performance improvements in M.D.S., you can keep using SDS. Having package dependencies is how modern .net libraries work. There are thoughts about splitting out the Azure dependencies. |
We want to get ".NET5/6-ready" so we should move to M.D.S. Having a small footprint is also a "modern feature" Splitting out the Azure dependencies sounds good for me. |
Possible duplicate of #1108 ? |
OK! |
I have 29 referenced assemblies on .NET 4.8 - using System.Data.SqlClient I have zero!
Is there a chance to reduce the references?
The text was updated successfully, but these errors were encountered: