ufcpp / StringLiteralGenerator

C# Source Generator for UTF-8 binary literal
MIT License
132 stars 3 forks source link

Add DevelopmentDependency #16

Closed pCYSl5EDgo closed 2 years ago

pCYSl5EDgo commented 2 years ago

Today I found StringLiteralGenerator is not referenced as a development-time only source generator but as a normal package.

This PR adds DevelopmentDependency.

This PR also enables work in Visual Studio 2019.

ufcpp commented 2 years ago

Would it be possible for you to separate commits for each intent: refactoring, multi-targeting, global usings, LanguageName, and DevelopmentDependency? I would appreciate it if possible.

pCYSl5EDgo commented 2 years ago

Ok, I will make separated PRs.