Closed benrr101 closed 1 week ago
Attention: Patch coverage is 0%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 72.50%. Comparing base (
2151501
) to head (1b1165a
). Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...c/Microsoft/Data/SqlTypes/SqlFileStream.Windows.cs | 0.00% | 20 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description: This PR is the next phase of the interop namespace migration. This PR targets files that are related to the ntdll dlls. It's the same strategy as before - each commit should build by itself, they move a single file at a time. Files that has multiple classes/structs/etc in it are split into one file per class/struct/etc.
Testing: No functional changes made, just moving files around. Should be good if the build passes