LoremFooBar.SolutionFilterGenerator
1.1.2
dotnet tool install --global LoremFooBar.SolutionFilterGenerator --version 1.1.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local LoremFooBar.SolutionFilterGenerator --version 1.1.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LoremFooBar.SolutionFilterGenerator&version=1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package LoremFooBar.SolutionFilterGenerator --version 1.1.2
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 | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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.
Version | Downloads | Last updated |
---|---|---|
1.1.2 | 297 | 3/14/2025 |