Global type inference for C# 8 nullable reference types
-
Updated
Jan 16, 2024 - C#
Global type inference for C# 8 nullable reference types
Automatic null check injection for runtime C# 8+ Nullable Reference Type (NRT) contract validation.
A set of C# extension methods to help working with nullable types by implementing the Maybe monad on top of `T?`.
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.
Example on how to enable C# 8.0 and Nullable Reference Types in any .NET project
Sample project for 'Nullable reference types and nullability in EF Core' blogpost
Experimental repository for Blazor (server)
The program to account stocks of fashion stores having few warehouses. Supports sizes. Limited to Windows PCs (written using .NET WinForms).
An example of CQRS architectural pattern on ASP.NET Core.
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
Sample project for 'Required non-initialized non-nullable properties' blogpost
Sample project for 'Nullable error with lazy loading in EF Core' blogpost
Sample project for 'Choosing extension method over instance method' blogpost
Add a description, image, and links to the nullable-reference-types topic page so that developers can more easily learn about it.
To associate your repository with the nullable-reference-types topic, visit your repo's landing page and select "manage topics."