JetBrains/resharper-unity#577
Your readme.md states that it is possible to install UnityEngineAnalyzer as a nuget and everything will work. But next time Unity regenerates csproj files reference to Analyzer will be lost. I tried to workaround this problem.
Additionally with Nuget.config like
your package will be automatically installed, but it will force other packages to be installed to the same location.
JetBrains/resharper-unity#577
Your readme.md states that it is possible to install UnityEngineAnalyzer as a nuget and everything will work. But next time Unity regenerates csproj files reference to Analyzer will be lost. I tried to workaround this problem.
Additionally with Nuget.config like
your package will be automatically installed, but it will force other packages to be installed to the same location.