Billy Mumby

Results 31 comments of Billy Mumby

Having a look at this and found this example, the question here is how can we make this API they already offer easier to use, just an open question, see...

Yeah something like `MediatR.Extensions.AspNetCore.Http` ? I would love to get cracking with this just not sure what repository it would live under?

I started to put together a project to scope this out you can see it here https://github.com/mumby0168/blog-samples/tree/main/new-features/MinimalApis While doing so I came across a current limitation of the minimal API's...

@jbogard what do you think about this? They have recently added a more flexible way to allow custom parameters to be bound. See the previous comment with a link to...

> > Yeah something like MediatR.Extensions.AspNetCore.Http ? > > @mumby0168 This is what I have developed in https://github.com/Kahbazi/MediatR.AspNetCore.Endpoints > > You can register `IRequest` directly to the ASP.NET Core routing...

I have seen this issue https://github.com/testcontainers/testcontainers-dotnet/issues/487#issue-1280073704 but not sure I followed if there was a fix for it, or if it just went away.

> cc @mumby0168 Hi thanks for tagging me in this, I've been away for the last few weeks, I get back this weekend. I'd love to take a look at...

> @mumby0168 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. > > ``` > @microsoft-github-policy-service agree [company="{your company}"] >...

> Supporting Resource should be coordinated with other languages as well, and need some spec/mapping defined before implementing. > > See previous PR which also details the need for design...