We should include .sln files in the binlog when building slnfs
Open
bug
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
### Issue Description
.sln files are not included in the .binlog when building .slnf files.
### Steps to Reproduce
Create a .sln (dotnet new sln)
Create a .slnf (like [here](https://devblogs.microsoft.com/visualstudio/load-only-the-projects-you-need-with-solution-filters/))
msbuild .slnf /bl
Open the binlog
### Expected Behavior
binlog contains your .sln
### Actual Behavior
.sln is absent
### Analysis
### Versions & Configurations
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.