Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mike Chambers 635 posts 1252 karma points c-trib
    Jun 09, 2019 @ 22:13
    Mike Chambers
    0

    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

      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-12.0.1.0" newVersion="12.0.1.0" />
      </dependentAssembly>
    

    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...

    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..

    Any ideas on how to remove the warning?

  • Mike Chambers 635 posts 1252 karma points c-trib
    Jun 09, 2019 @ 22:17
    Mike Chambers
    100

    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 :-(

Please Sign in or register to post replies

Write your reply to:

Draft