pdevito3 / craftsman

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀
https://wrapt.dev
MIT License
1.12k stars 65 forks source link

Minimal Api support #102

Open januszj opened 1 year ago

januszj commented 1 year ago

Hi, Is Minimal Api support planned ?

pdevito3 commented 1 year ago

Possibly. I really want to get them in as I don't like the controller model at all, but there were a lot of gaps in the .NET 6 release. .NET 7 resolved many of those and added some great features, but I'll need to do another review of things I think, but my guess is it's still to early. For example, I think I saw auth locks not getting picked up in swagger at dotnet conf last week.

Hopeful though!

Fast endpoints is a similar alternative I might take another peek at as well.

januszj commented 1 year ago

Great, good to know you are thinking about it ! Thanks

biapar commented 5 months ago

Could you get an example for simple api plus dapper? I try your example package ( it's very good ) but I see there is a bit overload.