Feature Request: Add Globbing Pattern Support for Files in .slnx
I'd like to suggest adding support for globbing patterns in .slnx files, similar to how it's done in .csproj using the Microsoft.Build.Globbing package. This would make managing large solutions simpler, especially when adding multiple files.
For example:
<File Path="test\**\*.cs" />
This would help dynamically include files without needing to list each one individually, streamlining file management.
For more context, please refer to the Microsoft documentation on file globbing.
Feature Request: Add Globbing Pattern Support for Files in
.slnxI'd like to suggest adding support for globbing patterns in
.slnxfiles, similar to how it's done in.csprojusing theMicrosoft.Build.Globbingpackage. This would make managing large solutions simpler, especially when adding multiple files.For example:
This would help dynamically include files without needing to list each one individually, streamlining file management.
For more context, please refer to the Microsoft documentation on file globbing.