Closed MichelZ closed 2 weeks ago
@cheenamalhotra Could you also run this pipeline? Thx :)
/azp run
@benrr101 IsNullOrEmpty did not exist in .NET Framework 1 😅
Attention: Patch coverage is 71.42857%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 72.34%. Comparing base (
9d5ca32
) to head (b20df43
). Report is 9 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...nt/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs | 71.42% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR simply changes ADP.IsEmpty to string.IsNullOrEmpty to align netfx with netcore
Part of #2953