ReferenceTrimmer icon indicating copy to clipboard operation
ReferenceTrimmer copied to clipboard

Easily identify which dependencies can be removed from a .NET project

Results 17 ReferenceTrimmer issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.2.4 to 2.2.6. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.2.6 Release Notes Download and Install Repos Core CoreCLR CoreFX Core-Setup CLI ASP Commits e7f262e Merge...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Now that MSBuildLocator targets netcoreapp2.0, we should be able to as well

Eg. appveyor or VSTS builds

Because ReferenceTrimmer uses `Location.None` when issuing warnings and due to https://github.com/dotnet/roslyn/issues/37876, warnings cannot be controlled with `.editorconfig`. Such ability would be useful for large repos where reference cleanup can be...

Fixes #96 Evaluation of the condition just before the task execution allows to have the property modified in a custom task (also plugged in through a new depends-on property).

Upgrade to the latest 6.3.*

Build -> fails because of unneeded projectreference Remove unneeded projectreference Rebuild -> still fails with the same error If solution is reopened, and rebuild -> the error is gone VS2022...

The idea is to be able to enable RT to error only on particular dependency, to selectively remove it from a large repo.