earloc / TypealizR

Statically typed i18n support for the .NET - ecosystem
MIT License
75 stars 3 forks source link

analyzer with codefix #28

Open earloc opened 1 year ago

earloc commented 1 year ago

As a developer, I want an analyzer to suggest usages of IStringlocalizer<T> that could be converted to use the generated methods, in order to speed up refactoring.

earloc commented 1 year ago

https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix

earloc commented 1 week ago

ground paved, despite being the opposit of this issue: https://github.com/earloc/TypealizR/pull/225