nullable-reference-types topic

List nullable-reference-types repositories

NullabilityInference

35
Stars
5
Forks
Watchers

Global type inference for C# 8 nullable reference types

Nullable.Extensions

16
Stars
2
Forks
Watchers

A set of C# extension methods to help working with nullable types by implementing the Maybe monad on top of `T?`.

RuntimeNullables

28
Stars
1
Forks
Watchers

Automatic null check injection for runtime C# 8+ Nullable Reference Type (NRT) contract validation.