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
After conversion, this file is not found on disk (I'm not sure how this should be specified instead).
I found that when I install AWSSDK.CloudWatch using old project format, I get the <Analyzer> element.
But if I use the new csproj and install same package, the <Analyzer> element is not added.
The text was updated successfully, but these errors were encountered:
So I just found out what the difference is here, in VS2015, the analyzers were treated as a special reference. In 2017 though they just show up under the Nuget reference folder and are treated as a special reference there. So in that case, the analyzer reference is not needed.
<Analyzer>
element might reference local "packages" directory:After conversion, this file is not found on disk (I'm not sure how this should be specified instead).
I found that when I install AWSSDK.CloudWatch using old project format, I get the
<Analyzer>
element.But if I use the new csproj and install same package, the
<Analyzer>
element is not added.The text was updated successfully, but these errors were encountered: