Safia Abdalla
Safia Abdalla
Can you share a little bit more about what you're doing here? As a general rule, the IServer implementation is optimized for synchronous request-response patterns and would not be a...
@davejclausen Is there a chance you can provide a minimal repro of your setup for help debugging this?
> I couldn't replicate this issue in .NET 10, I'm guessing Microsoft.OpenApi has had some internal refactoring that means that it's no longer using an overload on TextWriter that was...
@JamesNK @amcasey Out of curiosity, what was the conclusion of your offline discussion?
@martincostello Thanks for chiming in! The "halfway-house-ness" is definitely a concern I share. I'm torn between whether we try to carry `WithOpenApi` to our new universe or just leave it...
This is expected behavior. The attributes are specific to System.Text.JSON's serializer and only apply when when deserialize the body as JSON. Resolving from the query or route uses simple 'TryParse'...
This is expected behavior based on the way binding errors are currently handled. In Development mode, we throw an Exception that gets captured by the Exception handler middleware. In non-Development,...
> Isn't there a special category/lever for analyzers that are flagging redundant code? It might be `Hidden` but I think there might actually be a bool to tell the editor...
@amcasey Ah I see -- it looks like this is a tag that can be added in _addition_ to the severity level of the property. I can incorporate this into...
Closing. This will ship in .NET 10 Preview 1.