Safia Abdalla
Safia Abdalla
Once things are a little more polished with the package, we'll need to do the following documentation clean-up: - Add docstrings to applicable classes - Update the usage docs in...
Icons do not render on ipywidgets that require them. 
Per the discussion in #162, represent the new stats as a stacked area chart instead of a line chart.
**Is your feature request related to a problem? Please describe.** Browsers launched on a users host machine via the companion extension are unable to communicate with a intermediary proxy over...
We're making some significant changes to the OpenAPI area in .NET 9. Namely: - Adding built-in support for OpenAPI document generation - Updating the web API templates to take advantage...
This issue outlines background content, proposed design, and proposed API to add support for built-in OpenAPI document generation to minimal APIs and MVC in the `Microsoft.AspNetCore.OpenApi` package. It also captures...
- Always capture top-level request body and response schemas by ref to react to feedback in https://github.com/dotnet/aspnetcore/issues/56318 - Fix handling of nested types in properties - Fix handling of nullable...
Closes https://github.com/dotnet/aspnetcore/issues/56353 and https://github.com/dotnet/aspnetcore/issues/56188. - Set the `readOnly` property based on the `ReadOnlyAttribute` and whether or not a given property is settable - Support setting `servers` property in local development...