Should I use Nuget or our to install Cogworks.ExamineFileIndexer in a website project?
I'm working with an Umbraco Cloud site in Visual Studio. I installed the Cogworks.ExamineFileIndexer package via Nuget in my local developer instance. It installed all the dependencies in bin, but not Cogworks' library. I had to drop it in manually.
I'd say this was a bug with the Nuget package, or just a one-time glitch, but am not certain I should expect all the correct files to be dropped into bin with a website (vs a web application) project.
Is Nuget a valid way to install packages in a website project, or should I be installing from our.umbraco / back office?
I got it working on Umbraco Cloud. I had to fix two issues:
Examine.dll was not copied to the bin directory of the website project upon install. I simply copied/pasted it from the appropriate packages folder.
There was a bad binding redirect for the Newtonsoft.Json package. I am not sure how this issue came about, but upgrading the package via Nuget fixed it.
Should I use Nuget or our to install Cogworks.ExamineFileIndexer in a website project?
I'm working with an Umbraco Cloud site in Visual Studio. I installed the Cogworks.ExamineFileIndexer package via Nuget in my local developer instance. It installed all the dependencies in bin, but not Cogworks' library. I had to drop it in manually.
I'd say this was a bug with the Nuget package, or just a one-time glitch, but am not certain I should expect all the correct files to be dropped into bin with a website (vs a web application) project.
Is Nuget a valid way to install packages in a website project, or should I be installing from our.umbraco / back office?
Jeff,
With ExamineFileIndexer nuget is preferred it should pull in all the dlls. I have not tested the package on cloud so not sure if it works.
I take it after installing it worked for you?
Regards
Ismail
I got it working on Umbraco Cloud. I had to fix two issues:
Sorry, I gave the wrong filename in point #1 above. The file that was not properly dropped into bin was Cogworks.ExamineFileIndexer.dll.
Jeff,
Hm weird. When i built the package it was to 7.6.3 as far as i remember so it should not impact newtonsoft version as cloud is on 7.6.3 atm.
Anyhow good to hear you have it working.
Regards
Ismail
is working on a reply...