All seems to work fine in the local instance umrbaco wise.. however I'm seeing warnings in VS on solution build...
Warning MSB3106 Assembly strong name "C:\Users\mike\.nuget\packages\automapper\8.0.0\lib\net461\AutoMapper.dll" is either a path which could not be found or it is a full assembly name which is badly formed. If it is a full assembly name it may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). TWS.ThinkBlue.Core C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets 2110
I can see that the target file does exist at the location stated..
Articulate nuget install 4.0.0.0 on Umbraco Cloud UaaS.Cmd created solution...
Installed via Nuget Package Manager, had to update the web.config
As dependency fetched a newer Newtonsoft.Json...
All seems to work fine in the local instance umrbaco wise.. however I'm seeing warnings in VS on solution build...
I can see that the target file does exist at the location stated..
Any ideas on how to remove the warning?
Should have googled a little longer..
Simply closing the solution and reopening in visual studio and the warnings have been cleared. Just an annoying little quirk :-(
is working on a reply...