❔ Roslyn compiler magic?
I have this WebAPI project in dotnet framework 4.7
I replace a dll manually in
bin
and bin/roslyn
folder
I run the project add references to dlls(say, to the bin folder). All good.
But then I see the old dll has come back to bin/roslyn
and when I see the reference in VS I see the path is also now of bin/roslyn6 Replies
What are you talking about?
KidKai25#7728
I have this WebAPI project in dotnet framework 4.7.2
I replace a dll manually in bin and bin/roslyn folder
I run the project. All good.
But then I see the old dll has come back to bin/roslyn and when I see the reference in VS I see the path is also now of bin/roslyn
Quoted by
<@!85903769203642368> from #help-0 (click here)
React with ❌ to remove this embed.
tl;dr: an attempt at installing Nuget packages downloaded on one PC, on another PC without internet access
By... moving
.dll
s into /bin/
folderThat's not a good idea
The bin folder is for outputs, not inputs
If you need to manually reference dlls, put them somewhere else
Or use the actual nuget package
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.