pmrogala / Buildenator

A test data builders source generator for .net 5 and later.
MIT License
19 stars 1 forks source link

Introduce strict mode for nullable reference types #40

Open pmrogala opened 2 years ago

pmrogala commented 2 years ago

If the nullable context is enabled and null is passed to a notnullable parameter throw an exception.