From 523a2fdfeb326aea02db5650c008dcdc3f4cf818 Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Tue, 1 Nov 2016 14:14:44 -0700 Subject: [PATCH] Workaround netcore roslyn assembly loading issue Roslyn on .NETCore wasn't finding dependencies of analyzers if those dependencies were not in the same directory as CSC itself. It should be looking next to the analyzer but is not. --- src/nuget/Microsoft.DotNet.BuildTools.nuspec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/nuget/Microsoft.DotNet.BuildTools.nuspec b/src/nuget/Microsoft.DotNet.BuildTools.nuspec index 6aa5f4b562..6ff5e2500d 100644 --- a/src/nuget/Microsoft.DotNet.BuildTools.nuspec +++ b/src/nuget/Microsoft.DotNet.BuildTools.nuspec @@ -36,6 +36,12 @@ + + + + +