>
> 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 method
>
> 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 la
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
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 make