dotnet-editorconfig-dedup
1.0.9
dotnet tool install --global dotnet-editorconfig-dedup --version 1.0.9
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local dotnet-editorconfig-dedup --version 1.0.9
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-editorconfig-dedup&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-editorconfig-dedup --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
editorconfig-dedup
A .NET tool for removing redundant/duplicate entries in .editorconfig files. It starts at the current (or specified) directory and will recursively process any child .editorconfig too.
Usage
Scan the current directory and report duplicate entries without changing files:
dotnet editorconfig-dedup --what-if
Scan a specific directory and remove duplicate entries in place:
dotnet editorconfig-dedup --root /path/to/repo
Short form options are also available:
dotnet editorconfig-dedup -r /path/to/repo -w
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.