I’m opening a C# solution/projetcs (csprj) with Roslyn but the compilation fails when resolving all types coming from nuget dependencies.
How to restore packages and/or tell Roslyn to load all binaries in bin folder ?
The solution/projetcs build and run ok in VisualStudio.