Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nullable-reference-types

c# 8 nullable + Dictionary<>

Nullable reference types on object array

Explicit nullable types and where != null

Nullable annotation context vs. nullable warnings context

SQLite Error 19: 'NOT NULL constraint failed' - Are strings nullable by default in .NET6/C# 8?

Good practice for "ref" arguments and nullable checking

Is the information about C# 8 nullable reference types stored in a .NET assembly?

What is the reason why nullable reference types defined in interface members aren't required to be nullable in the implementations?

Deconstructors and nullable reference types

When should NullabilityInfo.ReadState vs. NullabilityInfo.WriteState be used when determining reference type nullability in C#?

Using c# Nullable Reference Type annotations from different assembly

Fixing "CS8603: Possible null reference return" in method override

Is there something similar to NotNullIfNotNullAttribute for IEnumerable return values?

C# Nullable Annotation that method returns not null if parameter is not null

Init-only reference properties with nullable enabled in C# 10.0

How to make C# aware of the nullability of convenient properties?

How to mark a default return value in C# 8 as nullable for classes only? [duplicate]

Nullable Reference Types and Either Pattern

C# non-nullable field: Lateinit?

Nullable references types and ToString() overload