Skip to content

Add support for Solution Filters (.slnf) #85

@baronfel

Description

@baronfel

Currently the .NET SDK, DevKit, and other tools that want to interact with solutions correctly have to manually implement for Solution Filter files.

And surely more! This is a common tooling scenario that would benefit from a centralized implementation - in addition many of these existing parsers parse the solution in a very inefficient way: they load the entire solution and then apply the mask from the filter to the loaded solution. In an ideal world, the filter could be applied during solution parsing to limit the total amount of work done.

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