Refactoring things is my hobby ;)
Nothing here yet.
Nothing here yet.
Detour What are the Non-Nullable Reference types? So far all the reference types in C# have always been nullable (before C# 8.0 ). The option to have non-nullable reference type was not there. On the other-hand the value types have always been nullab...
