Skip to content

MO2k4/AnalyzeDotNetProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Analyze Dotnet Project Dependencies

When developing dotnet and upgrading to the new csproj-format, i had to find a way to cleanup nuget transitive dependencies.

I stumbled upon this thread (Part 1/Part 2) from Jerrie Pelser. He wrote a application to visualize the dependency tree of a dotnet-Project.

I added some logic to output the irrelevant dependencies, to safely remove them. If dependency D is imported already by dependency C, the direct reference can be removed. This gives us a cleaner NuGet-Dependency-Tree.

Links:

Upgrade to new Project-Format

Upgrade Tooling to new project format

Transitive NuGet dependencies: .NET Core’s got your back

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%