Forum member
rvgolovin
3 posts
Posts by rvgolovin
-
Generated csproj is missing assembly reference
I worked around the problem for now by simply renaming the cache folder on my box. This is odd and does not ensure me some other project is not going to break in the similar way with new cache folder name. This build serves countless number of projects and is used by 2K+ developers. I'd like to get …
16 Aug 2020 07:25 UTC
-
Generated csproj is missing assembly reference
Thank you for the suggestion. If I place the reference in another folder it does indeed makes the build pass. However this is not an option for my build system. I also can't add Package Reference to this project as this is prohibited by the build system. There are no Package References in this proj…
16 Aug 2020 02:29 UTC
-
Generated csproj is missing assembly reference
Hello, My NCrunch build is failing with missing assembly reference error. VS builds the project fine. The original project has this reference in this way: <Reference Include="WebApiThrottle"> <HintPath>E:\NuCache\WebApiThrottle\lib\net45\WebApiThrottle.dll</HintPath> </Referenc…
15 Aug 2020 06:03 UTC