Caliburn.Micro icon indicating copy to clipboard operation
Caliburn.Micro copied to clipboard

Nullable enable is missing

Open tomuxmon opened this issue 2 years ago • 2 comments

Any plans to introduce <Nullable>enable</Nullable> for all projects? Now the types are misrepresented and it is possible to get null reference exceptions without Visual Studio warning.

tomuxmon avatar Dec 13 '23 11:12 tomuxmon

we could start with Caliburn.Micro.Core since it is a netstandard2.0 project. My initial impression is it only contains 74 warnings:

image

tomuxmon avatar Dec 13 '23 12:12 tomuxmon

That is a good idea. I can look at this

vb2ae avatar Dec 14 '23 22:12 vb2ae