Answer the question
In order to leave comments, you need to log in
How to clean up references and dependencies in Asp Net Core?
There is an Asp Net Core 3 project that has only one library added (Npgsql).
This project, when published, generates 300+ dll libraries, and many of them are clearly not used in the project and it is not clear how they got there (for example, Microsoft.Extensions.*, System.Xml.*)
This is not the case in other Core projects.
I tried to do Optimize References with the removal of unused links (which is built into the resharper) - it did not help.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question