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
                    
if you are setting up this repo
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
                    
nuke :add-package dotnet-editorconfig-dedup --version 1.0.9
                    

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 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.

Version Downloads Last Updated
1.0.9 105 6/4/2026
1.0.4 103 5/31/2026
1.0.0 107 5/31/2026