Open earloc opened 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.
IStringlocalizer<T>
https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix
ground paved, despite being the opposit of this issue: https://github.com/earloc/TypealizR/pull/225
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.