You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,6 +83,7 @@ public void AnalyzeResolveAssemblyReference(Task rar)
79
83
elseif(text==@"This reference is not ""CopyLocal"" because at least one source item had ""Private"" set to ""false"" and no source items had ""Private"" set to ""true"".")
80
84
{
81
85
foundNotCopyLocalBecauseMetadata=true;
86
+
notCopyLocalMessage=message;
82
87
}
83
88
}
84
89
@@ -105,6 +110,10 @@ public void AnalyzeResolveAssemblyReference(Task rar)
0 commit comments