List Question
20 TechQA 2020-10-01T05:09:30.223000Unable to map byte[] or byte[]? (nullable byte[]) using AutoMapper ForCtorParam function
395 views
Asked by Mahesh Talreja
Using [DisallowNull] vs non-nullable reference type
769 views
Asked by Jason Evans
Nullability attributes on type parameter (C#)
353 views
Asked by OwnageIsMagic
Why do null string parameters in a constructor not throw an exception?
376 views
Asked by raaaaaaaandy
C# Where clause won't return the null values from a nullable bool
521 views
Asked by cmill
C# 11 / .NET 7 - nullability behavior after "is" check for Nullable<value type>
154 views
Asked by Platedslicer
Dotnet compiler giving Dereference of a possibly null reference only for first array of nullable array
75 views
Asked by Jumana Jambughoda
C#: how to check if a property type is string? (nullable string) or string
63 views
Asked by HamedH
C# Interface Implementation Error when using nullable reference types
104 views
Asked by durni
How to check for nullable while using a property selector
116 views
Asked by Stijn Van Antwerpen
Are there any public MemberNotNull/MemberNotNullWhen attributes in .net core
4.1k views
Asked by SENya
Generic method and NRT return type - weird compiler warning
108 views
Asked by D.R.
Should I use Nullables or a unique value for structs?
66 views
Asked by Xevion
Is it possible to mark a property of a parameter as null/not null after a function returns?
1k views
Asked by Richard Ward
Is there any way to give compiler a hint about nullability in case of chained methods?
55 views
Asked by Pavel Voronin
Object validation with nullable reference types in C#
1.5k views
Asked by Rok
Mistaken nullable type inference (Nullable Reference Types)
60 views
Asked by El Mac
How to initialize a non-nullable generic type property (or field) (c# 8 or 9)
1.3k views
Asked by solublefish