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
Fixes for the parser to ensure arguments name/value pairs are captured correctly.
Single quotes ' can be used to enclose values with spaces the same as double quotes "
BREAKING - When using the same prefix character(s) in values, they must be enclosed in double or single quotes (couldn't figure out a Regex pattern that let me capture the prefix inside values) 😔
The ArgumentAttribute is now seen on 'NonPublic' fields/properties.