When I install NCrunch.Framework 4.0.0.1 I cannot use it in the project (netCore classLib 3.1, but I have same behavior for 2.2).
If I install version 3.17 it works fine.
v4.0.0.1
[img=https://i.imgur.com/oZcsSFP.png]4.0.0.1[/img]
v3.17
[img=https://i.imgur.com/OgbIYaX.png]3.17[/img]
Build/Test Issues
NCrunch.Framework 4.0.0.1 missing reference to Framework dll?
Started by GreenMoose on 1,705 views
Remco NCrunch Developer
#14443
20 Feb 2020 23:11 UTC
Hi, thanks for sharing this issue.
I can't seem to reproduce this on my side... 4.0.0.1 with .NET Core 3.1 seems to both reference and compile ok.
Is there any chance you could send us a test solution that can reproduce this?
I can't seem to reproduce this on my side... 4.0.0.1 with .NET Core 3.1 seems to both reference and compile ok.
Is there any chance you could send us a test solution that can reproduce this?
Resolved:
Investigated a bit more, and for some reason the users/.nuget folder for v4 did not contain the lib subfolder with the dlls (which v3 had).
When deleting the v4 folder under .nuget and restored solution that lib was correctly created, but solution would not build anyhow except for when deleting bin/obj folders and re-installing the package.
So now it works and I cannot repro it either, i.e. some glitch with vstudio/nuget/dotnet it seems.
Investigated a bit more, and for some reason the users/.nuget folder for v4 did not contain the lib subfolder with the dlls (which v3 had).
When deleting the v4 folder under .nuget and restored solution that lib was correctly created, but solution would not build anyhow except for when deleting bin/obj folders and re-installing the package.
So now it works and I cannot repro it either, i.e. some glitch with vstudio/nuget/dotnet it seems.
Post a reply
Log in to reply.