andrewlock / StronglyTypedId

A Rosyln-powered generator for strongly-typed IDs
MIT License
1.52k stars 79 forks source link

null value exception handling #33

Closed nhuthan closed 2 years ago

nhuthan commented 3 years ago

Fix issue https://github.com/andrewlock/StronglyTypedId/issues/32

andrewlock commented 3 years ago

Hey, thanks for the effort, but I'm afraid it's not as simple as changing the template :) The template is just for reference - you need to update the Roslyn code too. We should also add tests for this behaviour too.

andrewlock commented 2 years ago

Closing as this is obsolete now I've moved to source generators