Re: Minimal Web API code helper package

2023-10-30 Thread Greg Keogh via ozdotnet
> > I think the package you are looking for is Carter > > > > https://www.nuget.org/packages/Carter > > https://github.com/CarterCommunity/Carter > Folks, some quick feedback. Carter wasn't quite as attractive as I guessed. It adds too much of what I call "magic plumbing" and lots of fluent

Re: Minimal Web API code helper package

2023-10-18 Thread Greg Keogh via ozdotnet
> > I think the package you are looking for is Carter > > https://www.nuget.org/packages/Carter > > https://github.com/CarterCommunity/Carter > Yes thanks, that looks familiar. It doesn't look quite as *clever* as I recall, but I'll look into it anyway. I tried something vaguely similar myself

RE: Minimal Web API code helper package

2023-10-18 Thread Cameron Booth via ozdotnet
Folks, a couple of weeks ago I was watching a video where someone used a NuGet package in a minimal Web API project to change the plumbing slightly so that it was easier to code the endpoint methods. By default, the endpoint methods must be strictly coded and it's tricky to break them apart or