dotnet / maintenance-packages

Repository that hosts packages from the .NET platform whose original home/branch is not building any longer.
MIT License
22 stars 10 forks source link

System.Data.SqlClient project in solution view is distorted in main #147

Closed cheenamalhotra closed 4 weeks ago

cheenamalhotra commented 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

ViktorHofer commented 4 weeks ago

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.