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
In 2.6, API using "ThrowOnUnexpectedArg" has been made obsolete in favor of the enum UnrecognizedArgumentHandling. This API will be removed in 3.0.
Here is how the old behavior maps to the new API.
ThrowOnUnexpectedArg
UnrecognizedArgumentHandling
true
Throw
false
StopParsingAndCollect
Here are some examples of obsolete code and the recommended replacement.
* 📦 Automatic update of McMaster.Extensions.CommandLineUtils to 3.0.0
* Updated library usage as suggested by upstream
natemcmaster/CommandLineUtils#339
Viir
added a commit
to pine-vm/pine
that referenced
this issue
May 28, 2020
In 2.6, API using "ThrowOnUnexpectedArg" has been made obsolete in favor of the enum UnrecognizedArgumentHandling. This API will be removed in 3.0.
Here is how the old behavior maps to the new API.
ThrowOnUnexpectedArg
UnrecognizedArgumentHandling
true
Throw
false
StopParsingAndCollect
Here are some examples of obsolete code and the recommended replacement.
Obsolete constructors
Recommended replacement
Obsolete properties
Recommended replacement
Obsolete methods
Recommended replacement
The text was updated successfully, but these errors were encountered: