Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

BaseNumberConverter should be effectively sealed #1171

@ericstj

Description

@ericstj

See dotnet/corefx#37278

BaseNumberConverter shouldn't be derivable. On desktop it's a compile error. Since netstandard.dll doesn't include internal members it permits compile, but fails at runtime for most frameworks since internal abstract members are not overridden.

/cc @Anipik

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions