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
dlls need to be put in analyzers/dotnet/cs - to achieve that we have to set <BuildOutputFolder>True</BuilOutputFolder>, as well as <IsTool>True</IsTool> - the second one stops pack from nesting dlls in {targetFramework} folders.
Currently analyzer dll is put into lib/portable-..., should be int analyzers/dotnet/cs
Requires fixing package build - possibly solved using VS2017 SDK-style csproj with built-in nuget pack.
The text was updated successfully, but these errors were encountered: