aspnetcore
aspnetcore copied to clipboard
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
This PR updates each `yarn.lock` file referencing `serialize-javascript` version 6.0.1 to instead reference version 6.0.2.
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I have a source generator that builds some minimal api...
| Scenario | Environment | Date | Old RPS | New RPS | Change | Deviation | StDev | Dependencies | | -------- | ----------- | ---- | ------- |...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When creating a new Blazor Web App template and using...
Follow-up to https://github.com/dotnet/aspnetcore/pull/58199. Based on the code generation that we introduced earlier, users can get rid of the explicit `public partial class Program { }` declarations in their source code...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug When a Blazor server app loses connectivity, the `components-reconnect-modal` obscurer...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Upon upgrading a Blazor WASM Standalone .NET 8 project to...
# Add Description to ProducesResponseType (and other types) for better OpenAPI documents in Controllers - [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [x] You've included unit...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug According to the [documentation](https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit?view=aspnetcore-8.0#limiter-with-onrejected-retryafter-and-globallimiter): > retryAfter can be used with...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When calling `hubConnection.start()`, sometimes the client freezes at `Connecting` state,...