Closed edwardneal closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.29%. Comparing base (
9d5ca32
) to head (21bebf4
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is the removal of the .NET 6.0-only code already in motion, or will this happen after the SqlClient 6.0 release?
We'll take in changes as much as we can get accomplished.
This picks up from the comments on #2828, to resolve the merge race between @benrr101, @mdaigle and I.
InternalException, NetEventSource and the types associated with SecPkgContext_ApplicationProtocol are only used by the old .NET 6.0 target. This PR guards these behind
#if NET && !NET8_0_OR_GREATER
, ready to join the rest of the .NET 6.0-only files and types when they're removed.Is the removal of the .NET 6.0-only code already in motion, or will this happen after the SqlClient 6.0 release?