ionide / ionide-analyzers

http://ionide.io/ionide-analyzers/
MIT License
6 stars 7 forks source link

Allow easy development with a local SDK #15

Closed nojaf closed 10 months ago

nojaf commented 10 months ago

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.