This library relies on Pathological.Globbing to read and discover .NET projects, solutions, and Dockerfiles.
$ dotnet add package Pathological.ProjectSystemThis library relies on Pathological.Globbing library to wrap some common glob patterns for matching on .NET projects, solutions (both .sln and .slnx), and Dockerfile.
To install the Pathological.ProjectSystem NuGet package, run the following command:
dotnet add package Pathological.ProjectSystem
Alternatively, you can install the Pathological.ProjectSystem NuGet package from the package manager in Visual Studio.
To use the Pathological.ProjectSystem library, you must first register its services for DI. Consider the following example:
