earloc

Results 16 issues of 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.

enhancement
approach:code-first

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.

enhancement
storage:resx
approach:code-first
area:cli

As a developer, I want to reverse-engineer existing `*.resx` into typealized interfaces, to start leveraging the code-first approach in existing codebases.

enhancement
storage:resx
approach:code-first

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...

documentation
enhancement
help wanted
good first issue
storage:resx

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...

enhancement
help wanted
approach:code-first

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...

bug
workaround

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/)

help wanted

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.

enhancement
storage:resx
approach:code-first

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...

enhancement
work:design
storage:resx
approch:resource-first