DapperLib / DapperAOT

Build time tools in the flavor of Dapper
Other
349 stars 19 forks source link

Typehandler support #117

Open samcragg opened 4 months ago

samcragg commented 4 months ago

Here's my initial attempt at solving #115

I've added a test case and manually verified the output, which looks like it's picked up the changes without effecting any other tests.

Let me know if you need me to make any changes and I can push them up - I've tried to avoid changing as much of the existing code as possible.

samcragg commented 3 months ago

@mgravell Is there anything you need me to do with this PR - I'd love to get this feature in so I can start looking at the DateOnly/TimeOnly support next?