Closed cheenamalhotra closed 4 weeks ago
Comparing the last state of changes in branch (my copy): https://github.com/dotnet/maintenance-packages/tree/cheena/sds-new to latest in main, I am observing the System.Data.SqlClient project is now distorted in main branch (both src and test projects).
I think the last set of changes added to the PR have changed things for System.Data.SqlClient project, and excluded source files. Below commits I'm looking at are likely causing issues:
https://github.com/dotnet/maintenance-packages/pull/115/files/d149b98940f1800f2c006ac91753ee94edd6aa5b..31110cdf4cee678762ce753b903f48022e552741
cc @ViktorHofer
That's a project-system / VS issue: https://github.com/dotnet/project-system/issues/935
Submitted https://github.com/dotnet/maintenance-packages/pull/148 to work around that.
Comparing the last state of changes in branch (my copy): https://github.com/dotnet/maintenance-packages/tree/cheena/sds-new to latest in main, I am observing the System.Data.SqlClient project is now distorted in main branch (both src and test projects).
I think the last set of changes added to the PR have changed things for System.Data.SqlClient project, and excluded source files. Below commits I'm looking at are likely causing issues:
https://github.com/dotnet/maintenance-packages/pull/115/files/d149b98940f1800f2c006ac91753ee94edd6aa5b..31110cdf4cee678762ce753b903f48022e552741
cc @ViktorHofer