earloc
earloc
As a developer, when I export typealized interfaces, I want to specify a format other than `Resx`, to leverage code-first-i18n in conjuntion with other storage-formats for translations.
As a developer, when I export typealized interfaces, I want to sync keys and values with existing files (instead of overwriting them), to not loose any customizations done in them.
As a developer, I want to reverse-engineer existing `*.resx` into typealized interfaces, to start leveraging the code-first approach in existing codebases.
As a developer, I want to get notified when e resource-key contains more or less `parameters` than a value of one of the localized resources, in order to prevent runtime-errors...
As a developer, I want to be able to authot a `partial` class with `partial` methods, which the source-generator picks up to generate typed accessors to resources, to not be...
latest version 0.5.2 is not compatible with clients which do not have the latest and greates .net-version installed. This article here mostly describes the exact same situation: https://www.damirscorner.com/blog/posts/20221014-VersionsOfSourceGeneratorDependencies.html I also...
Current generation of classes, methods, etc. is ugly af. Maybe its time to switch to [Microsoft.CodeAnalysis.CSharp.SyntaxFactory](https://johnkoerner.com/csharp/creating-code-using-the-syntax-factory/)
As a developer, I want to export typealized interfaces when I perform a build of my project, to not need to manually invoke the CLI.
As a developer, I want the `source-generator` to generate typed extension-methods for already existing types that are generated by the classic ResXFileGenerator``, in order to leverage typed access to interpolated...