earloc
earloc
just faced the same issue (one and a half year later) on a project I have to maintain, running on a linux-based (ubuntu-latest) vsts-worker, using [lerna](https://lerna.js.org/), when I initially enabled...
same here (for a handfull of `hbs`-files). Occuring on Azure DevOps Ubuntu Build Agents. We have a `postbuild` npm script, which ultimately triggers some actions expecting the `hbs`-files in `dist`...
Easy for genarating simple properties. Not so easy for formatted strings. Assuming resource-keys or - values may contain format parameters like `{0}`, etc, the generator may use this as a...
The most significant "problem" currently is, that I do not have a synch-mechanism in place. Currently, The CLI just generates the resource, fast forwarding, overwriting stuff that maybe already has...
Hmmm, need to think about this. So in short, if my CLI where able to export to such a `metadata-repsentation`(as stated in [this comment](https://github.com/pipeli18ne/RFC/discussions/4#discussioncomment-4625879) ), I´d be ready to leverage...
version 0.5.3 will fix this, at least to be buildable by recent .net6-sdk versions
https://github.com/earloc/TypealizR/pull/37 did not work as intended Issue wil pop-up again if `v0.6.x` is released wiothout a proper fix for this.
re-introduced in [v0.8.2](https://github.com/earloc/TypealizR/releases/tag/v0.8.2)
https://github.com/dotnet/roslyn/issues/41421
I think this would solve the initial problem: https://github.com/dotnet/roslyn-sdk/issues/107