Skip to content

Implicit Conversion From String Should be Removed #47

Closed
@WalkerCodeRanger

Description

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.

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions