Skip to content

This repo holds the source code for a .net CLI tool that checks for any duplicate lines within a given file.

License

Notifications You must be signed in to change notification settings

callum-d-thomas/DuplicateLineChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DuplicateLineChecker

DuplicateLineChecker is a console application designed to find and confirm duplicate <Include> statements in a .csproj file. It prompts the user for confirmation before considering any duplicates and writes the confirmed duplicates to a file.

Usage

To run the application, use the following command:

dotnet run --project DuplicateLineChecker.csproj <path_to_csproj_file_to_check>

v1.0.0 Released!

Read the release notes here.

About

This repo holds the source code for a .net CLI tool that checks for any duplicate lines within a given file.

Resources

License

Stars

Watchers

Forks

Languages