You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix .slnf and .slnx test cases in ProjectLoader2Tests
- Uncommented sample12 (.slnf) and sample14 (.slnx) tests.
- Implemented 'expandEntryPoints' helper in ProjectLoader2Tests.
- Updated test logic to parse .sln, .slnf, and .slnx files using InspectSln before passing them to ProjectLoader2 or dotnet restore.
- This bypasses MSBuild Graph API limitations regarding these specific solution formats by feeding it the underlying project files directly.
0 commit comments