Safia Abdalla
Safia Abdalla
Addresses https://github.com/dotnet/aspnetcore/issues/45063
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...
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...
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...
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...
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...
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 {...
## 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 ```...
#### 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...