dotnet / roslyn-sdk

Roslyn-SDK templates and Syntax Visualizer
MIT License
498 stars 254 forks source link

Roslyn SDK templates use TFM with out-of-support runtime #1135

Closed timheuer closed 6 months ago

timheuer commented 6 months ago

The current analyzer SDK templates are using TFMs that are out of support. What this results in is in using the latest VS and adding the component (.NET Compiler SDK) and creating a new analyzer, Visual Studio immediately gives you a warning that you may not have the runtime installed...and offers an in-product acquisition experience, which guides you to install something that is out-of-support.

Recommendation: Audit the templates for 17.9 and update to supported TFMs minimum being net6.0 target IMO.

mavasani commented 6 months ago

@sharwell

sharwell commented 6 months ago

Duplicate of #1131