MSugiura
MSugiura
Made another project https://github.com/mk3008/Carbunql
add issue [Experiment] TypeSafe Query Builder - single table #415
add issue [Experiment] TypeSafe Query Builder - multiple table #417
add issue [Experiment] TypeSafe Query Builder - CTE #419
Added custom rule sample I don't know how to debug it, so I'll stop here.
Thanks for the suggestion. I've never used Source Generator, so I'll leave a note. https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview
Since the development stumbled, I would like to temporarily stop the development work for this issue. The story will be long, but I will write the background. Even if you...
Although it is not directly related to this case, I created a project using SourceGenerator. https://github.com/mk3008/PropertyBind Now that I have acquired a certain amount of know-how, there is a possibility...
A comment on a related issue: Currently we are generating type-safe query builders and are considering generating raw SQL at compile time. See the following issue if you are interested:...