Skip to content

Pull requests: dotnet/aspnetcore

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

update template descriptions to be more beginner-friendly area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates community-contribution Indicates that the PR has been added by a community member
#61593 opened Apr 21, 2025 by gkulin Loading…
4 tasks done
Update .NET SDK to 10.0.100-preview.4.25216.37 area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Type: Dependency Update 🔼
#61576 opened Apr 21, 2025 by github-actions bot Loading…
[release/9.0] Update dependencies from dotnet/extensions area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
#61571 opened Apr 21, 2025 by dotnet-maestro bot Loading… 9.0.x
[main] Update dependencies from dotnet/arcade area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Type: Dependency Update 🔼
#61569 opened Apr 21, 2025 by dotnet-maestro bot Loading…
[Blazor] Use inline boot config in tests area-blazor Includes: Blazor, Razor Components * NO MERGE * Do not merge this PR as long as this label is present.
#61557 opened Apr 19, 2025 by maraf Draft 10.0-preview4
Add IMemoryPoolFactory and cleanup memory pool while idle area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions feature-httpsys feature-iis Includes: IIS, ANCM feature-kestrel
#61554 opened Apr 18, 2025 by BrennanConroy Draft
[main] (deps): Bump src/submodules/googletest from e90fe24 to 155b337 area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
#61548 opened Apr 18, 2025 by dependabot bot Loading…
[main] (deps): Bump actions/setup-node from 4.3.0 to 4.4.0 area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
#61547 opened Apr 18, 2025 by dependabot bot Loading…
[main] (deps): Bump dotnet/arcade from e80f44b15b3050d868dc8fb58d0fa514ca8c7451 to 76dd1b4eb3b15881da350de93805ea6ab936364c area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
#61546 opened Apr 18, 2025 by dependabot bot Loading…
Update to Microsoft.OpenApi v2.0.0-preview.17 area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates feature-openapi
#61541 opened Apr 17, 2025 by captainsafia Loading…
[main] Update dependencies from dotnet/extensions area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Type: Dependency Update 🔼
#61535 opened Apr 17, 2025 by dotnet-maestro bot Loading…
Add more gRPC interop test logging area-grpc Includes: GRPC wire-up, templates
#61532 opened Apr 17, 2025 by JamesNK Loading…
Forwarded Headers Middleware: Ignore XForwardedHeaders from Unknown Proxy area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares community-contribution Indicates that the PR has been added by a community member
#61530 opened Apr 17, 2025 by yannic-hamann-abb Loading…
4 tasks done
Associate tagged keys with entries so replacements are not evicted area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework community-contribution Indicates that the PR has been added by a community member
#61529 opened Apr 17, 2025 by profet23 Loading…
4 tasks done
Build "Windows Local Development" job in official builds area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
#61519 opened Apr 16, 2025 by wtgodbe Loading…
[main] Update dependencies from dotnet/efcore, dotnet/runtime area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Type: Dependency Update 🔼
#61503 opened Apr 15, 2025 by dotnet-maestro bot Loading…
Fix HttpLoggingMiddleware Request/Response bodies logging in case of stream being closed by a subsequent middleware area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
#61490 opened Apr 14, 2025 by ExtraClock Loading…
4 tasks done
Updated CustomPolicyProvider to DotNet10 Style Project area-security community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
#61474 opened Apr 13, 2025 by samabos Loading…
4 tasks done
Replaced comparison with -1 w/ equivalent comparison to 0 area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions community-contribution Indicates that the PR has been added by a community member
#61428 opened Apr 10, 2025 by gfoidl Loading…
support ForwardedHeaders configuration area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
#61419 opened Apr 10, 2025 by WeihanLi Loading…
4 tasks done
10.0-preview4
OpenAPI: merge multiple body content types into one operation area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
#61401 opened Apr 8, 2025 by ascott18 Loading…
4 tasks done
MVC: Correct metadata type for formdata enum parameters area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
#61399 opened Apr 8, 2025 by ascott18 Loading…
4 tasks done
10.0-preview4
Fix trim annotations on generated validation code area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
#61377 opened Apr 7, 2025 by sbomer Loading…
Removed bound checks in SharedUrlHelper.IsLocalUrl and use JIT unrolling for checks area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
#61361 opened Apr 7, 2025 by gfoidl Loading…
Add support for setting security attributes on Http.Sys RequestQueue area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions feature-httpsys
#61325 opened Apr 4, 2025 by BrennanConroy Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.