65.4M
downloads in this snapshot
Published packages
Top 2 packages by downloads.
Semver
A semantic version library fully compliant with v2.0.0 of the spec found at http://semver.org.
64.3M3.0.0
ExhaustiveMatching.Analyzer
ExhaustiveMatching.Analyzer adds exhaustive matching to C# switch statements and expressions. Get compiler errors for missing cases in a switch statement or expression. Mark which switches should have exhaustiveness checking by throwing an exception in the default case. Exhaustiveness checking works not just for enums, but for classes and interfaces. Turn them into discriminated unions (aka sum types) by marking them with the 'Closed' attribute and listing the cases. ExhaustiveMatching.Analyzer goes beyond what other languages support by handling full inheritance hierarchies.
1.1M0.5.0