Open
Description
Projects do not declare independent NuGet deps. Some projects need assemblies and make them as dependencies, however other projects just reference them withput having such deps stated in the app.config
.
Action items
- Detect every project having a dependency on NuGet packages (especially Roslyn)
- Make sure the cirresponding
app.config
exists in those projects. - If not, create it and set deps there.