ionide / ionide-analyzers

Home Page:http://ionide.io/ionide-analyzers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow easy development with a local SDK

nojaf opened this issue · comments

It is annoying to develop your analyzer when you hit a limitation in the SDK.
It would be great if we could easily use a local SDK by toggling an MSBuild property.

Something like <UseLocalSDK>true</UseLocalSDK>, and if that is active project references are using instead of NuGet packages.