Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-8.0

.net core 3 yields different floating point results from version 2.2

Nullable references types and ToString() overload

Handling temporarily null reference types when deserializing objects in C# 8.0?

Determine if type reference is nullable/non-nullable

Satisfy or silence nullable generic type property warning

C# 8.0 Using Declarations [closed]

c# c#-8.0

c# Indicate nullability of generic member

Using Source Generators in a NuGet library targeting consumer code

c# code-generation c#-8.0

Some services are not able to be constructed using the library : NetCore.AutoRegisterDi

Runtime generated expression cannot change dictionary's values

Possibility of external functions as nullable guards?

Making member virtual prevents calling default interface implementation and causes StackOverflowException in C# 8

MaybeNull attribute warns on null reference return

Can a C# class call an interface's default interface method from its own implementation?

CallerArgumentExpression always null

c# .net-core c#-8.0

C# 8 Async Streams vs REST/RPC

Unexpected behavior of a C# 8.0 default interface member

How can I hint the C# 8.0 nullable reference system that a property is initalized using reflection