SharpLab

C#/VB/F# compiler playground.

@maxitb
Debug.Assert(_name != null);
@kvandermotten Oooh, that's a neat trick - I always thought that nullability code analyzers respect the Conditional attribute but they actually don't.