Safia Abdalla

Results 105 issues of Safia Abdalla

Follow up to https://github.com/dotnet/aspnetcore/pull/51464#discussion_r1384382775. In `ValidationProblem` and `ProblemHttpResult`, we use the following to check if the `ProblemDetailsService` is able to construct a `ProblemDetails` object: https://github.com/dotnet/aspnetcore/blob/7aa68a31f5a460c5dab3d134621e8bb9eed51b0b/src/Http/Http.Results/src/ProblemHttpResult.cs#L62-L64 We should investigate if it...

Perf
feature-problem-details
area-minimal

This PR removes the use of reflection in `GetDisplayName` for enums and adds `[DynamicallyAccessMembers]` attributes to `CloneFromCopyConstructor`. Prior to this change, using the `Microsoft.OpenApi` package in an application with trimming...

In a few places in the OpenAPI.NET codebase, the `GetDisplayName` method is used to resolve a prettified display name associated with an enum value from the `[Display]` attribute. https://github.com/microsoft/OpenAPI.NET/blob/3d971dea96e1d531f395d808743b0d1e863c1b23/src/Microsoft.OpenApi/Extensions/EnumExtensions.cs#L40 The...

Hi everyone! Filing this issue because I'd like to hear some perspectives on something I'm reasoning through in the `Microsoft.AspNetCore.OpenApi` implementation. In .NET 7, we added support for the `WithOpenApi`...

stale

Tracking updating to RC1 for .NET 9 when it is shipped.

## EDIT by @Rick-Anderson All commit and suggestions should be made in #33361 #33361 will merge into this PR ----------- END of edit ----------- Adding a new page to document...

- Upgrade eShop to .NET 9 RC 1 SDK - Update eShop to Aspire.Hosting 8.2.0 - Update TFMs on all projects to `net9.0` - Update eShop to use new Microsoft.AspNetCore.OpenApi...

Everybody makes mistakes, everybody has those days. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/6128)

The Azure Functions team has shipped preview builds of their SDK that include the features we need for the end-to-end integration in Aspire: - `dotnet run` command support - Container...

area-integrations
azure
azure-functions

For some scenarios, specifically Azure Functions, we want to implement Functions-specific behavior in Aspire APIs like Azure Functions. We currently achieve this by defining a custom `AzureFunctionsResource` resource type that...

area-integrations
azure
azure-functions