Skip to content

Feature Request: Add Globbing Pattern Support for Files in .slnx #61

@kasperk81

Description

@kasperk81

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions