nullable-reference-types
There are 15 repositories under nullable-reference-types topic.
icsharpcode/NullabilityInference
Global type inference for C# 8 nullable reference types
Singulink/RuntimeNullables
Automatic null check injection for runtime C# 8+ Nullable Reference Type (NRT) contract validation.
bert2/Nullable.Extensions
A set of C# extension methods to help working with nullable types by implementing the Maybe monad on top of `T?`.
dotnet-campus/dotnetCampus.LatestCSharpFeatures
This open-source project provides a series of NuGet packages that allow you to use the latest C# language features in older versions of .NET.
Odonno/EnableNullableReferenceTypes
Example on how to enable C# 8.0 and Nullable Reference Types in any .NET project
alexandrehtrb/CqrsExample
An example of CQRS architectural pattern on ASP.NET Core.
DamirsCorner/20220812-dotnet-ef-nullability
Sample project for 'Nullable reference types and nullability in EF Core' blogpost
michaelvolz/OpenGraphTilemaker
Experimental repository for Blazor (server)
SamhammerAG/OAuth2Authenticator
OAuth2 client for retrieving OAuth2 tokens and common token handling logic such as refresh and client credentials.
vkradio/FashionStore
The program to account stocks of fashion stores having few warehouses. Supports sizes. Limited to Windows PCs (written using .NET WinForms).
uzabumuhire/BlazingTrails
Blazing Trails web app allows walkers to discover new routes to explore as well as add and update routes of their own using Blazor WebAssembly
DamirsCorner/20230901-dotnet-ef-lazy-loading-null
Sample project for 'Nullable error with lazy loading in EF Core' blogpost
DamirsCorner/20240322-dotnet-extension-method
Sample project for 'Choosing extension method over instance method' blogpost
DamirsCorner/20240419-dotnet-required-properties
Sample project for 'Required non-initialized non-nullable properties' blogpost
DamirsCorner/20241220-dotnet-api-required-nullable
Sample project for 'Required properties and nullable reference types' blogpost