doc icon indicating copy to clipboard operation
doc copied to clipboard

Add Note about unsupported Regex options

Open WhatzGames opened this issue 1 year ago • 2 comments

As npgsql/efcore.pg#2818 showed, it is not clear on what RegexOptions are actually supported. I suggest adding a note to the tranlation docs to make it clearer for everyone.

WhatzGames avatar Jan 16 '24 16:01 WhatzGames

Do you think it's really necessary, given that users get a "cannot translate" exception if they try an unsupported version?

In any case, if you think it's important, feel free to submit a PR updating the translations doc page.

roji avatar Jan 16 '24 17:01 roji

I don't think it's an absolute necessity, but the exception is not too clear about why it would fail. Providing the information about what option is supported or not would at least clarify it.

As soon as I got the time I'll see to add a note.

WhatzGames avatar Jan 17 '24 09:01 WhatzGames