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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: