win7user10 / Laraue.EfCoreTriggers

Library to write triggers in C# with EF.Core
MIT License
112 stars 20 forks source link

Use explicit nullable feature from c# #61

Open Phil91 opened 2 years ago

Phil91 commented 2 years ago

Would love to see the explicit nullable feature used in your library. One could make sure variables are used correctly and needed checks are added to it.