Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-8.0

Why is it still possible to assign null to non nullable reference type?

When should we use default interface method in C#?

Specify NotNull If Method Returns At All

.net core 3.1: 'IAsyncEnumerable<string>' does not contain a definition for 'GetAwaiter'

C# 8 features in .NET Framework 4.7.2

Why does Visual Studio Type a Newly Minted Array as Nullable?

How to force an IAsyncEnumerable to respect a CancellationToken

Matching nullability of argument and return type's generic type parameters

C#8: Switch ref expressions

How to print out a reversed array using range?

c# range c#-8.0

Receiving error about nullable type parameter even when parameter has notnull constraint

Meaning of curly braces after the "is" operator

How to identify a nullable reference type for generic type?

Converting a nullable reference type to a non-nullable reference type, less verbosely

What is the difference between NullableContextOptions and NullableReferenceTypes?

What is the default value of Non-Nullable reference types in C# 8?

How to implement an efficient WhenEach that streams an IAsyncEnumerable of task results?

Using blocks in C# switch expression?

c# c#-8.0 switch-expression

netcoreapp3.1 appears to reference C# 7.3 and not 8 as documented

Nullable reference types in .NET Framework projects not working with IntelliSense