Note: This package is for internal use by other Microsoft.Data.SqlClient packages only and should not be referenced directly by application code.
This is the first stable release of Microsoft.Data.SqlClient.Internal.Logging, providing shared ETW EventSource tracing infrastructure for the Microsoft.Data.SqlClient package family.
Changes Since 1.0.0-preview1
- Renamed from
Microsoft.Data.SqlClient.Extensions.LoggingtoMicrosoft.Data.SqlClient.Internal.Loggingto clarify that this package is for internal use only. (#4038)
This is the first stable release of this package. The following summarizes all changes across the preview cycle.
- Shared ETW EventSource tracing infrastructure for internal use by
Microsoft.Data.SqlClientand its extension packages. (#3626, #3628, #3967)
- .NET Standard 2.0
- None