dotnet / Scaffolding

Code generators to speed up development.
MIT License
638 stars 228 forks source link

Bring back strong naming for dotnet-scaffolding packages #2780

Closed tlmii closed 4 months ago

tlmii commented 4 months ago

This gets around Spectre.Console not being strong named while still keeping our stuff strong named. Since strong naming doesn't provide any actual value in .NET (Core/5+) and we don't ship this for .NET Framework, there shouldn't be any harm in ignoring these warnings.