SolutionFilterGenerator 1.1.0
dotnet tool install --global SolutionFilterGenerator --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local SolutionFilterGenerator --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SolutionFilterGenerator&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SolutionFilterGenerator --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A dotnet tool for generating solution filter (.slnf) files based on globs
Easily create a solution filter to avoid restoring more than necessary
Usage example
RUN slnf-gen MySolution.sln --exclude **/*Test* && dotnet restore MySolution.slnf
Help
Description:
Solution filter generator
Example of excluding test projects: 'slnf-gen MySolution.sln --exclude **/*Test*' which creates MySolution.slnf
Usage:
slnf-gen <path to sln> [options]
Arguments:
<path to sln> File path to the solution (.sln) file
Options:
-e, --exclude <exclude> Exclusion glob(s)
-i, --include <include> Inclusion glob(s) [default: **/*]
-o, --output-path <output-path> Optional path of output .slnf file. Defaults to same directory and file name as .sln file but different file extension
--version Show version information
-?, -h, --help Show help and usage information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.