Justin Michel
Results
1
issues of
Justin Michel
Is there already a plan for supporting the C# 8 features related to nullable references? What might this look like in VB? `void Foo(Bar a, Bar? b) {}` -> `Sub...