Ryan Nowak

Results 112 comments of Ryan Nowak

# Options for import syntax We want feedback on the best syntax for imports and versions. The solution we choose needs to meet the following requirements: - Needs to support...

Whether or not it's a mistake, this sounds like an infinite loop in the API explorer code. These kinds of bugs are really hard for users to understand the cause...

What did you have in mind? MVC's Application Model is a little complicated to use so we haven't built higher level APIs on top of it. We're looking at changing...

# Summary `DynamicRouteValueTransformer` is a new feature in Endpoint Routing that supports create of *slug*-style routes. Implementing a `DynamicRouteValueTransformer` allows an application to programmatically select a controller or page to...

It sounds good to me. I'd think of it more like a *recipes* section. Basically we get a lot of questions about how DI interacts with the factory and handlers....

Is there any scenario where duplicate keys are legal? That's one of the main tradeoffs here.

> Is there something we can do here to "disconnect" the distributed tracing? I'm currently working around this by setting `Activity.Current = null`, and it seems to do the trick....

> But there is a problem that their format of the status filed isn't compatible (as usual :-) with this RFC draft. They use "healthy/unhealthy" values for statuses. It would...

I just hit this issue as well, and I need to stop using the `Validate` function as a result. Is there anything we can do to accelerate getting this functionality...