-
Is there a way to generate comments in .resx file (to add contexts to resources) using code-first approach? |
Beta Was this translation helpful? Give feedback.
Answered by
earloc
May 25, 2025
Replies: 2 comments 5 replies
-
Currently not. But I think this might actually be easy to add (and also would be a really nice addition). We just would need to think about, which part of a structured XML-comment to use. /// <summary>
/// Hello World Default Value
/// </summary>
/// <remarks>
/// remarks as comment in resx
/// </remarks>
/// <example>
/// example as comment in resx
/// </example> Spontaneously, I would say remarks is best suited for this. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Tracked via #275 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
will be part of v0.13, see latest pre-release:
https://github.com/earloc/TypealizR/releases/tag/v0.13.1-pre01