Safia Abdalla

Results 105 issues of Safia Abdalla

Addresses https://github.com/dotnet/aspnetcore/issues/45063

area-runtime

Backport of #45572 to `release/7.0`. ## Description This change resolves an issue where OpenAPI generation via the `WithOpenApi` method did not factor for the `Name` argument in parameters sourced from...

Servicing-consider
area-web-frameworks

As part of the work to support #25643, we need to move the DebugProxy package out of the dev server package. VS Code and VS will need to be updated...

enhancement
area-blazor
triaged
blazor-wasm
feature-blazor-debugging
Priority:3
feature-blazor-tooling
webui-P3-JC
webui-P3-MB
webui-P3-TP
webui-P3-SS
webui-P3-DR

This issue outlines the set of features that are not yet supported fully in applications that have been AoT compiled to native code. If you encounter problems in a preview...

announcement

In .NET 7, we introduced support for a new `Microsoft.AspNeCore.OpenApi` package that generates an `OpenApiOperation` definition for a given minimal API endpoint using its method info and metadata. Calling the...

This issue captures issues related to the "eventing framework" work area in .NET 9. Issues and categorizations are subject to change as design and prototyping is underway. This eventing framework...

Epic
area-web-frameworks

Greetings ASP.NET Core community! A few months back, we [sent out a survey](https://github.com/dotnet/aspnetcore/issues/39936) to the community to get some feedback on how approachable and productive our repo was (amongst other...

area-infrastructure
announcement

At the moment, when users leverage top-level statements that generated assembly contains a `Program` class that is `internal` by default. ```csharp Console.WriteLine("Hello world!"); // produces [CompilerGenerated] partial class Program {...

Proposal champion

## Failing Test(s) - Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.RenderingTest.CanRenderLargeComponentsWithServerRenderMode ## Error Message ```text OpenQA.Selenium.StaleElementReferenceException : stale element reference: stale element not found (Session info: chrome=115.0.5790.170); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception ```...

test-failure
area-blazor
Priority:0
test-fixed
Pillar: Technical Debt

#### Proposal As I've been working on improving the contribution documentation, I realize that we can benefit greatly from implementing a tagging system on our issues and our PRs. I...

workflow