Skip to content
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

Remove Diagnostic Source + Configuration Manager from .NET Standard DLL as it's not supported #535

Merged
merged 11 commits into from Apr 30, 2020

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Apr 21, 2020

For enhanced experience with .NET Standard 2.0, below changes are needed:

  1. Remove dependency on DiagnosticSource and DiagnosticListener classes as they are not available for .NET Standard 2.0.

  2. Remove dependency on ConfigurationSection as this is also not available in .NET Standard 2.0.

P.S. Tests will be added in a separate PR (post-merge) as that would require rework of existing tests + adding new .NET Standard tests.

Dev NuGet Package for testing the changes:
Microsoft.Data.SqlClient.2.0.0-dev-pr535.nupkg.zip

@cheenamalhotra cheenamalhotra changed the title Remove Diagnostic Source from .NET Standard DLL as it's not supported Remove Diagnostic Source + Configuration Manager from .NET Standard DLL as it's not supported Apr 22, 2020
@cheenamalhotra cheenamalhotra added this to In progress in SqlClient v2.0.0 via automation Apr 22, 2020
@cheenamalhotra cheenamalhotra added this to the 2.0.0-preview3 milestone Apr 22, 2020
SqlClient v2.0.0 automation moved this from In progress to Reviewer approved Apr 23, 2020
@cheenamalhotra cheenamalhotra merged commit a536885 into dotnet:master Apr 30, 2020
SqlClient v2.0.0 automation moved this from Reviewer approved to Done Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants