nullable-reference-types
There are 16 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.
SamhammerAG/OAuth2Authenticator
OAuth client to simplify the process of retrieving and managing OAuth tokens. It supports multiple grant types and provides built-in handlers for token refresh and expiration.
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 (WebAssembly)
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
Machibuse/Porticle.Grpc.TypeMapper
User nullable String and Guid properties with GRPC in c#