Safia Abdalla
Safia Abdalla
> Hi @brunolins16 Will this be backported on 7.0 ? we have this problem with current .net 7 version :/ Thank you Hi @Jsl-1! We typically backport issues that are...
> Playwright isn't exactly a utopia of simplicity either. Trying to make it download the right versions of the browsers it wanted took me at least an hour this morning....
Triage: @alienwareone Would you be interested in filling out an API proposal for the the addition of a new property to to the `ApiBehaviorOptions` for this feature? We can implement...
Thanks! Closing this one and we'll track the other issue in our API review process.
> LGTM but can't merge :) Yep! Putting this in the holding pattern for the next 7.0 servicing.
Updating the label since this was approved by tactics via email.
> Why? We were discussing the fact that the `WebApplicationBuilder` is opinionated about the order in which middlesware are inserted. This suggestion came up as a way to provide users...
> Ah, hopefully thus preventing WebApplicationBuilder from adding duplicates? Yes. The WebApplicationBuilder actually already avoids adding duplicates so when the user does the registration in their app code in whatever...
> Find a way to move Results.Empty where RequestDelegateFactory is Yeah, we considered this exact same scenario when implementing this. We weren't able to do this the first time around...
This is fixed in .NET 7 and 8 now.