Chris Martinez
Chris Martinez
Is there some reason not to use [Dapr](https://dapr.io/)? Its entire purpose is to provide common messaging infrastructure in a cloud vendor-neutral manner. AWS can already be leveraged for the cloud...
Interesting... I'm surprised this has never come up before. When the pipeline is re-executed, I would expect that an `Endpoint` has been set, but maybe not. This appears to be...
Confirmed. It's a 🐞 . It will be fixed in the next release. Thanks for trying things out and reporting it.
`6.0` has been officially released and contains the fix for this issue. Thanks for reporting it and providing a repro.
Sorry for the long overdue follow up to this question. I'm pretty sure that this is actually the same problem as in #711. I'll have to dig in deeper, but...
Last call. Did you ever find a solution? Are you still using OData 7.x? API Versioning `6.0` has been released with support for OData 8.x. The OData team fixed many...
I'm sure this was probably an issue at some point. Based on the way routing works in OData `7.x`, it's quite likely a 🐞 in the `5.x` flavor of API...
A few questions: 1. Does the routing work as expected; regardless of the Swashbuckle stuff? 2. Do you have a minimal repro (link or attachment is fine) 3. What's in...
One other thing that seems suspect (without more testing) is that the route template is all lowercase, unless you've modified it. The `{controller}` token should have been filled in as...
1. Strange. I remember #703, but not why the implementation changed between 4.0 and 4.1. As I vaguely recall, there was some other edge case missed, but I can't remember...