T
T
Tsiren Naimanov2016-03-24 02:18:36
ASP.NET
Tsiren Naimanov, 2016-03-24 02:18:36

Are there any tools to check the libraries in the project for the need?

Are there any tools to check the libraries in the project for the need?
For example, I have an aspnet project, there are a bunch of libraries by default, and I also downloaded a bunch through nuget.
At the end of application development, I need to remove some libraries.
Lots of files ...
How can I keep track of which libraries I'm using, which ones are just wasting memory...
Or is it better to learn all the libraries in asp.net???

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
Tsiren Naimanov, 2016-03-24
@ImmortalCAT

https://visualstudiogallery.msdn.microsoft.com/fe9...
answer...

A
AlenPelin, 2016-03-24
@AlenPelin

In general, it doesn't exist, although ReSharper offers such functionality, but it can only offer a list of assemblies "not used explicitly", at the same time they can be used implicitly (for example, by reflection).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question