Safia Abdalla

Results 105 issues of 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. ![image](https://user-images.githubusercontent.com/1857993/68348960-6495bb80-00b0-11ea-8a58-67577114840d.png)

Test spawning, endpoints, etc.

enhancement

Per the discussion in #162, represent the new stats as a stacked area chart instead of a line chart.

enhancement

**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...

feature-request

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...

doc-idea
area-web-frameworks
seQUESTered
9.0

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...

area-mvc
Epic
feature-openapi
area-minimal

- 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...

area-mvc
feature-openapi
area-minimal

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...

area-mvc