You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,5 @@
1
1
Notable changes are recorded here.
2
2
3
-
# WoofWare.Myriad.Plugins 10.7.3
4
-
5
-
`ArgParserGenerator` now correctly backticks a record field name, if it needs backticks, when reproducing it in the expression which constructs that record at runtime.
6
-
Previously the name was reproduced as a plain identifier regardless, so a field such as ````back tab```` (declared with backticks because its name is not a plain identifier) reached the generated file unbackticked, and the generated file did not compile.
7
-
8
3
# WoofWare.Myriad.Plugins 10.7.2
9
4
10
5
`ArgParserGenerator` now reads `[<ArgumentHelpText>]` from a nested argument record or union of alternative argument sets, and not only from the `[<ArgParser>]`-tagged root, and from a discriminated union's case (and that case's payload record).
0 commit comments