Implicit Conversion From String Should be Removed
Closed this issue · 1 comments
WalkerCodeRanger commented
Per the discussion in PR #25, the implicit conversion to string should be removed. First, it shouldn't be an implicit conversion because it can fail. But even if it were an explicit conversion, that would be inconsistent with the .NET framework style. For an infrequently used library, consistency is more valuable than any convenience that might be gained.
Issue #46 is to mark the conversion [Obsolete]
. This issue is to remove it.
WalkerCodeRanger commented
Removed on master
and will be included in v3.0.0