Update dotnet monorepo to v9 (major) - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| Microsoft.AspNetCore.Components.WebAssembly (source) | nuget | major |
8.0.5 -> 9.0.6
|
| Microsoft.AspNetCore.Components.WebAssembly.DevServer (source) | nuget | major |
8.0.5 -> 9.0.6
|
| Microsoft.Extensions.Caching.Memory (source) | nuget | major |
8.0.0 -> 9.0.6
|
| Microsoft.Extensions.Hosting (source) | nuget | major |
8.0.0 -> 9.0.6
|
| Microsoft.Extensions.Hosting.Abstractions (source) | nuget | major |
8.0.0 -> 9.0.6
|
| Microsoft.Extensions.Logging (source) | nuget | major |
8.0.0 -> 9.0.6
|
| System.Net.Http.Json (source) | nuget | major |
8.0.0 -> 9.0.6
|
Release Notes
dotnet/aspnetcore (Microsoft.AspNetCore.Components.WebAssembly)
v9.0.6
Bug Fixes
-
Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#61622)
The Forwarded Headers Middleware now ignoresX-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.
Dependency Updates
-
Bump src/submodules/googletest from
52204f7to04ee1b4(#61762)
Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project. -
Update dependencies from dotnet/arcade (#61714)
Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools. -
Update dependencies from dotnet/extensions (#61571)
Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries. -
Update dependencies from dotnet/extensions (#61877)
Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes. -
Update dependencies from dotnet/arcade (#61892)
Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.
Miscellaneous
-
Update branding to 9.0.6 (#61831)
Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase. -
Merging internal commits for release/9.0 (#61925)
Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v9.0.5...v9.0.6
v9.0.5: .NET 9.0.5
What's Changed
- Update branding to 9.0.5 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61284
- [release/9.0] (deps): Bump src/submodules/googletest from
24a9e94to52204f7by @dependabot in https://github.com/dotnet/aspnetcore/pull/61261 - [release/9.0] Upgrade to Ubuntu 22 by @github-actions in https://github.com/dotnet/aspnetcore/pull/61215
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60964
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60902
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61355
- [release/9.0] Caching SERedis critical bugfix; defer HC metadata detection because of DI cycle by @github-actions in https://github.com/dotnet/aspnetcore/pull/60916
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61354
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61393
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61412
- Revert "Revert "[release/9.0] Update remnants of azureedge.net"" by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60353
- [release/9.0] Fix preserving messages for stateful reconnect with backplane by @github-actions in https://github.com/dotnet/aspnetcore/pull/61374
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61483
- [Identity] Fix Identity UI asset definitions by @javiercn in https://github.com/dotnet/aspnetcore/pull/59100
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.4...v9.0.5
v9.0.4: .NET 9.0.4
What's Changed
- Update branding to 9.0.4 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60785
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60445
- [release/9.0] (deps): Bump src/submodules/googletest from
e235eb3to24a9e94by @dependabot in https://github.com/dotnet/aspnetcore/pull/60678 - [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60356
- Fix OpenAPI server URLs for Aspire scenarios by @captainsafia in https://github.com/dotnet/aspnetcore/pull/60673
- Fix self-referential schema handling in collection schemas by @captainsafia in https://github.com/dotnet/aspnetcore/pull/60410
- [release/9.0] [Blazor] Fix custom elements JS assets not being included in build output by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/60858
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60880
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.3...v9.0.4
v9.0.3: .NET 9.0.3
What's Changed
- Update branding to 9.0.3 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60198
- [release/9.0] Fix branding by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60029
- [release/9.0] Update to MacOS 15 in Helix by @github-actions in https://github.com/dotnet/aspnetcore/pull/60238
- [release/9.0] Revert "Revert "Use the latest available jdk"" by @github-actions in https://github.com/dotnet/aspnetcore/pull/60229
- [release/9.0] Update
HtmlAttributePropertyHelperto correctly follow theMetadataUpdateHandlerAttributecontract by @github-actions in https://github.com/dotnet/aspnetcore/pull/59908 - [release/9.0] Fix skip condition for java tests by @github-actions in https://github.com/dotnet/aspnetcore/pull/60242
- [release/9.0] (deps): Bump src/submodules/googletest from
7d76a23toe235eb3by @dependabot in https://github.com/dotnet/aspnetcore/pull/60151 - [release/9.0] Readd DiagnosticSource to KestrelServerImpl by @github-actions in https://github.com/dotnet/aspnetcore/pull/60202
- [release/9.0] Redis distributed cache: add HybridCache usage signal by @github-actions in https://github.com/dotnet/aspnetcore/pull/59886
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59952
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59951
- [release/9.0] Update remnants of azureedge.net by @sebastienros in https://github.com/dotnet/aspnetcore/pull/60263
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60291
- [release/9.0] Centralize on one docker container by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60298
- Revert "[release/9.0] Update remnants of azureedge.net" by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60323
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60317
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.2...v9.0.3
v9.0.2: .NET 9.0.2
What's Changed
- Update branding to 9.0.2 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/59757
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59267
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59266
- [release/9.0] Update OSX helix queue by @github-actions in https://github.com/dotnet/aspnetcore/pull/59743
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59728
- [release/9.0] (deps): Bump src/submodules/googletest from
d144031to7d76a23by @dependabot in https://github.com/dotnet/aspnetcore/pull/59679 - [release/9.0] Skip tests on internal queues too by @github-actions in https://github.com/dotnet/aspnetcore/pull/59578
- [release/9.0] Fix loading dotnet user-jwts config by @github-actions in https://github.com/dotnet/aspnetcore/pull/59473
- [release/9.0] Fix MultipartReaderStream synchronous read when using buffer offset by @github-actions in https://github.com/dotnet/aspnetcore/pull/59422
- [release/9.0] Update dependencies from dotnet/xdt by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59419
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59611
- [release/9.0] Fix Kestrel host header mismatch handling when port in Url by @github-actions in https://github.com/dotnet/aspnetcore/pull/59362
- Migrate off of Fedora 38 by @v-firzha in https://github.com/dotnet/aspnetcore/pull/59613
- [release/9.0] [Blazor WASM standalone] Avoid caching
index.htmlduring development by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/59348 - [release/9.0] Update to Fedora 41 by @github-actions in https://github.com/dotnet/aspnetcore/pull/59816
- [release/9.0] Don't throw exception for parameters with custom binding source by @github-actions in https://github.com/dotnet/aspnetcore/pull/59533
- [release/9.0] Apply schema transformer to AdditionalProperties by @github-actions in https://github.com/dotnet/aspnetcore/pull/59730
- [release/9.0] Harden schema reference transformer for relative references by @captainsafia in https://github.com/dotnet/aspnetcore/pull/59779
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59847
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59848
- [release/9.0] Return 206 Partial Content on Valid Range for Static Assets by @github-actions in https://github.com/dotnet/aspnetcore/pull/59325
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/59871
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.1...v9.0.2
v9.0.1: .NET 9.0.1
What's Changed
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/58900
- [release/9.0] Prevent unnecessary debugger stops for user-unhandled exceptions in Blazor apps with Just My Code enabled by @halter73 in https://github.com/dotnet/aspnetcore/pull/58573
- Hot Reload agent improvements by @tmat in https://github.com/dotnet/aspnetcore/pull/58333
- [release/9.0] Update dependencies from roslyn by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/59183
- [release/9.0] Add direct reference to System.Drawing.Common in tools by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/59189
- [release/9.0] Harden parsing of [Range] attribute values by @github-actions in https://github.com/dotnet/aspnetcore/pull/59077
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59143
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59024
- [release/9.0] (deps): Bump src/submodules/googletest from
6dae7ebtod144031by @dependabot in https://github.com/dotnet/aspnetcore/pull/59032 - [release/9.0] Update dependencies from dotnet/xdt by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58589
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58675
- [release/9.0] Fix SignalR Java POM to include description by @github-actions in https://github.com/dotnet/aspnetcore/pull/58896
- [release/9.0] Fix IIS outofprocess to remove WebSocket compression handshake by @github-actions in https://github.com/dotnet/aspnetcore/pull/58931
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.0...v9.0.1
v9.0.0: .NET 9.0.0
What's Changed
- Update branding to rtm by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/57907
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/57910
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/57922
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/57954
- [release/9.0] Fix skip condition for IIS tests by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/57999
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58032
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58015
- [release/9.0] Update dependencies from dotnet/winforms by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58033
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58048
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in https://github.com/dotnet/aspnetcore/pull/57975
- [release/9.0] Update dependencies from dotnet/efcore by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58052
- Fix up OpenAPI schema handling and support concurrent requests by @captainsafia in https://github.com/dotnet/aspnetcore/pull/58024
- [release/9.0] Mark API from 9 as shipped by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/58060
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58034
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58117
- [release/9.0] Enable TSA/Policheck by @github-actions in https://github.com/dotnet/aspnetcore/pull/58123
- [release/9.0] Add explicit conversion for value-type returning handlers with filters by @github-actions in https://github.com/dotnet/aspnetcore/pull/57967
- [release/9.0] Update dependencies from dotnet/xdt by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58116
- [release/9.0] (deps): Bump src/submodules/MessagePack-CSharp from
ecc4e18to9511905by @dependabot in https://github.com/dotnet/aspnetcore/pull/58183 - [release/9.0] (deps): Bump src/submodules/googletest from
0953a17to6dae7ebby @dependabot in https://github.com/dotnet/aspnetcore/pull/58184 - [release/9.0] Change usage of "Country" to "CountryRegion" by @github-actions in https://github.com/dotnet/aspnetcore/pull/58280
- Merge RC2 changes into 9.0 by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/58296
- [release/9.0] Remove ProviderKey from Hosting Bundle by @github-actions in https://github.com/dotnet/aspnetcore/pull/58293
- [release/9.0] [Blazor] Fix template nav menu styling by @github-actions in https://github.com/dotnet/aspnetcore/pull/58277
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58268
- [release/9.0] Update dependencies from dotnet/winforms by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58159
- [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58158
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58157
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58182
- [release/9.0] Update dependencies from dotnet/efcore by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58306
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58315
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58355
- [release/9.0] Update dependencies from dotnet/xdt by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58366
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58344
- [release/9.0] Fix handling for inert route parameters in MVC endpoints for OpenAPI by @github-actions in https://github.com/dotnet/aspnetcore/pull/58311
- [release/9.0] Update dependencies from dotnet/winforms by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58413
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58374
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58414
- [release/9.0] Fix ModelMetadata for TryParse-parameters in ApiExplorer by @captainsafia in https://github.com/dotnet/aspnetcore/pull/58372
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58421
- [release/9.0] Stabilize branding by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/58444
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58449
- [release/9.0] [Infrastructure] Updated npm packages by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/58469
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58462
- [release/9.0] bumping ws dependency to fix component vulnerability by @github-actions in https://github.com/dotnet/aspnetcore/pull/58458
- [release/9.0] Improve dev-certs export error message by @github-actions in https://github.com/dotnet/aspnetcore/pull/58471
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58475
- [release/9.0] Update dependencies from dotnet/efcore, dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58479
- Add scope for internal npm packages (#58476) by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/58511
- [release/9.0] Use MacOS-13 in CI by @github-actions in https://github.com/dotnet/aspnetcore/pull/58546
- [release/9.0] Turn non-stable dependency warning back on by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/58548
- [release/9.0] Update Messagepack dependency by @github-actions in https://github.com/dotnet/aspnetcore/pull/58556
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58544
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v9.0.0-rc.2.24474.3...v9.0.0
v8.0.17
Bug Fixes
-
Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#61623)
The Forwarded Headers Middleware now ignoresX-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.
Dependency Updates
-
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure. -
Bump src/submodules/googletest from
52204f7to04ee1b4(#61761)
The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
-
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation. -
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.16...v8.0.17
v8.0.16: .NET 8.0.16
What's Changed
- Update branding to 8.0.16 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61283
- [release/8.0] (deps): Bump src/submodules/googletest from
24a9e94to52204f7by @dependabot in https://github.com/dotnet/aspnetcore/pull/61260 - [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61281
- [release/8.0] Upgrade to Ubuntu 22 by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/61216
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60901
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60926
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61404
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61398
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61411
- Revert "Revert "[release/8.0] Update remnants of azureedge.net"" by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60352
- [release/8.0] Fix preserving messages for stateful reconnect with backplane by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/61375
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61442
- fetch TLS client hello message from HTTP.SYS by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/61494
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.15...v8.0.16
v8.0.15: .NET 8.0.15
What's Changed
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60355
- Update branding to 8.0.15 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60784
- Add partitioned to cookie for SignalR browser testing by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/60728
- [release/8.0] (deps): Bump src/submodules/googletest from
e235eb3to24a9e94by @dependabot in https://github.com/dotnet/aspnetcore/pull/60677 - Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60879
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.14...v8.0.15
v8.0.14: .NET 8.0.14
What's Changed
- Update branding to 8.0.14 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60197
- [release/8.0] (deps): Bump src/submodules/googletest from
7d76a23toe235eb3by @dependabot in https://github.com/dotnet/aspnetcore/pull/60150 - [release/8.0] Fix java discovery in IdentityModel pipeline by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60075
- [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60199
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59922
- [release/8.0] Readd DiagnosticSource to KestrelServerImpl by @github-actions in https://github.com/dotnet/aspnetcore/pull/60203
- [release/8.0] Update to MacOS 15 in Helix by @github-actions in https://github.com/dotnet/aspnetcore/pull/60239
- [release/8.0] Use the latest available JDK by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60233
- [release/8.0] Fix skip condition for java tests by @github-actions in https://github.com/dotnet/aspnetcore/pull/60243
- [release/8.0] Update list of helix queues to skip by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60231
- [release/8.0] [Blazor] Allow cascading value subscribers to get added and removed during change notification by @github-actions in https://github.com/dotnet/aspnetcore/pull/57288
- [release/8.0] Update remnants of azureedge.net by @sebastienros in https://github.com/dotnet/aspnetcore/pull/60264
- [release/8.0] Centralize on one docker container by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60299
- Revert "[release/8.0] Update remnants of azureedge.net" by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60324
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60316
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.13...v8.0.14
v8.0.13: .NET 8.0.13
What's Changed
- [release/8.0] Update dotnetbuilds CDN to new endpoint by @mmitche in https://github.com/dotnet/aspnetcore/pull/59575
- Update branding to 8.0.13 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/59756
- [release/8.0] Skip MVC template tests on HelixQueueArmDebian12 by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/59295
- [release/8.0] Update OSX helix queue by @github-actions in https://github.com/dotnet/aspnetcore/pull/59742
- [release/8.0] (deps): Bump src/submodules/googletest from
d144031to7d76a23by @dependabot in https://github.com/dotnet/aspnetcore/pull/59678 - [release/8.0] Skip tests on internal queues too by @github-actions in https://github.com/dotnet/aspnetcore/pull/59579
- [release/8.0] Fix Kestrel host header mismatch handling when port in Url by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/59403
- Migrate off of Debian 11 by @v-firzha in https://github.com/dotnet/aspnetcore/pull/59584
- [release/8.0] Pin to S.T.J 8.0.5 in Analyzers by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/59777
- [release/8.0] [Blazor WASM standalone] Avoid caching
index.htmlduring development by @github-actions in https://github.com/dotnet/aspnetcore/pull/59349 - Update to Fedora 41 by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/59817
- [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59811
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59825
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59864
- [release/8.0] Fix/update docker tags by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/59867
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/59872
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.12...v8.0.13
v8.0.12: .NET 8.0.12
What's Changed
- Update branding to 8.0.12 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/58800
- [release/8.0] (deps): Bump src/submodules/googletest from
6dae7ebto1204d63by @dependabot in https://github.com/dotnet/aspnetcore/pull/58741 - Add scope for internal npm packages by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/58512
- [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58477
- [release/8.0] Upgrade
serialize-javascripttransient dependency by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/58466 - [release/8.0] Update Messagepack dependency by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/58676
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/58898
- [release/8.0] Use MacOS-13 in CI by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/58549
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/59065
- [release/8.0] Fix java discovery in helix-matrix by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/59181
- [release/8.0] Update dependencies from dotnet/roslyn by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/59184
- [release/8.0] (deps): Bump src/submodules/googletest from
1204d63tod144031by @dependabot in https://github.com/dotnet/aspnetcore/pull/59033
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.11...v8.0.12
v8.0.11: .NET 8.0.11
What's Changed
- Update branding to 8.0.11 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/58198
- [release/8.0] (deps): Bump src/submodules/googletest from
ff233bdto6dae7ebby @dependabot in https://github.com/dotnet/aspnetcore/pull/58180 - [release/8.0] Add explicit conversion for value-type returning handlers with filters by @captainsafia in https://github.com/dotnet/aspnetcore/pull/57966
- [release/8.0] Stop using Mac 11 in Helix by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/58063
- [release/8.0] Enable TSA/Policheck by @github-actions in https://github.com/dotnet/aspnetcore/pull/58124
- [release/8.0] (deps): Bump src/submodules/MessagePack-CSharp from
ecc4e18to9511905by @dependabot in https://github.com/dotnet/aspnetcore/pull/58179 - [Backport] Http.Sys: Clean up Request parsing errors by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/57819
- [release/8.0] Update the Microsoft.Identity.Web versions used by project templates by @halter73 in https://github.com/dotnet/aspnetcore/pull/58229
- Add registry search for upgrade policy keys, update dependencies from Arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58278
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/58300
- [release/8.0] Remove ProviderKey from Hosting Bundle by @github-actions in https://github.com/dotnet/aspnetcore/pull/58294
- [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58352
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58347
- [release/8.0] Improve dev-certs export error message by @amcasey in https://github.com/dotnet/aspnetcore/pull/58470
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/58474
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11
v8.0.10: .NET 8.0.10
v8.0.8: .NET 8.0.8
v8.0.7: .NET 8.0.7
v8.0.6: .NET 8.0.6
dotnet/runtime (Microsoft.Extensions.Caching.Memory)
v9.0.6
Bug Fixes
-
Read messages from binlog if process output is missing build finished message (#114676)
Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios. -
Fix debugger app hangs related to thread exit (#114917)
Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks. -
[Mono] Workaround MSVC miscompiling sgen_clz (#114903)
Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms. -
Do not set the salt or info if they are NULL for OpenSSL HKDF (#114877)
Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation. -
[Test Only] Fix Idn tests (#115032)
Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling. -
JIT: revised fix for fp division issue in profile synthesis (#115026)
Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations. -
Handle OSSL 3.4 change to SAN:othername formatting (#115361)
Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates. -
[Mono] Fix c11 ARM64 atomics to issue full memory barrier (#115635)
Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.
Performance Improvements
-
[WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#114678)
Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections. -
Improve distribute_free_regions (#115167)
Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.
Technical Improvements
-
Strip trailing slash from source dir for cmake4 (#114905)
Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability. -
Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#114995)
Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage. -
Add support for more libicu versions (#115376)
Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.
Infrastructure
-
Run outerloop pipeline only for release branches, not staging/preview (#115011)
Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows. -
Update CentOS Stream, Debian, OpenSUSE (#115027)
Updates build and test infrastructure to use newer versions of CentOS Stream, Debian, and OpenSUSE, ensuring ongoing compatibility and security with supported Linux distributions. -
Update MacOS signing to use PME (#115634)
Switches MacOS code signing to use PME, improving the security and reliability of the signing process for MacOS releases.
Dependency Updates
-
Update dependencies from dotnet/roslyn (#115353)
Integrates the latest updates from the Roslyn compiler, bringing in bug fixes, performance improvements, and new language features. -
Update dependencies from dotnet/arcade (#115085)
Updates the Arcade build infrastructure dependency, ensuring the latest build tools and scripts are used. -
Update dependencies from dotnet/sdk (#114856, #115466)
Brings in the latest changes from the .NET SDK, improving build reliability and incorporating upstream fixes. -
Update dependencies from dotnet/icu (#114762, #115440)
Updates the ICU library dependency, enhancing globalization support and fixing related issues. -
Update dependencies from dotnet/cecil (#114670)
Incorporates the latest Mono.Cecil updates, improving assembly manipulation and metadata handling. -
Update dependencies from dotnet/emsdk (#114702)
Updates the Emscripten SDK dependency, ensuring up-to-date WebAssembly toolchain support. -
Update dependencies from dotnet/xharness (#114855)
Brings in the latest XHarness test runner updates, improving test automation and reliability.
Miscellaneous
-
Update branding to 9.0.6 (#115385)
Updates version branding throughout the repository to reflect the 9.0.6 release. -
Fix line endings (#115413)
Standardizes line endings across the codebase, improving cross-platform consistency and reducing merge conflicts. -
[automated] Merge branch 'release/9.0' => 'release/9.0-staging' (#114700)
Automated merge to synchronize changes between release branches, ensuring consistency across development streams. -
Merging internal commits for release/9.0 (#115535)
Integrates internal commits into the release/9.0 branch, consolidating changes for the release. -
[manual] Merge release/9.0-staging into release/9.0 (#115497)
Manually merges staging changes into the main release branch, preparing for the official release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.5...v9.0.6
v9.0.5: .NET 9.0.5
What's Changed
- [release/9.0-staging] [HttpStress] [SslStress] Run stress tests nightly against staging branches by @github-actions in https://github.com/dotnet/runtime/pull/113476
- [release/9.0] [browser][http] mute JS exceptions about network errors + HEAD verb by @github-actions in https://github.com/dotnet/runtime/pull/113261
- [release/9.0-staging] Fix double dispose of GCHandle in BrowserWebSocket by @github-actions in https://github.com/dotnet/runtime/pull/113541
- [release/9.0-staging] [HttpStress] Fix Linux HttpStress build by @antonfirsov in https://github.com/dotnet/runtime/pull/113617
- [release/9.0-staging] Use minipal_getcpufeatures to detect for AVX (#113032) by @cshung in https://github.com/dotnet/runtime/pull/113489
- [release/9.0-staging] Backport "Use FLS detach callback as a thread termination notification. Another try." by @VSadov in https://github.com/dotnet/runtime/pull/113055
- [release/9.0-staging] [Json] Avoid writing to PipeWriter if IAsyncEnumerable throws before first item by @github-actions in https://github.com/dotnet/runtime/pull/113699
- [browser] Remove experimental args from NodeJS WBT runner (part2) by @maraf in https://github.com/dotnet/runtime/pull/113753
- [9.0] Update openssl dependency for openSUSE by @NikolaMilosavljevic in https://github.com/dotnet/runtime/pull/113548
- [release/9.0-staging] JIT: avoid fp divide by zero in profile synthesis by @github-actions in https://github.com/dotnet/runtime/pull/113418
- [release/9.0-staging] Do not substitute return values of constrained calls by @github-actions in https://github.com/dotnet/runtime/pull/113462
- [release/9.0] Test failure - SendAsync_RequestVersion20_ResponseVersion20 by @github-actions in https://github.com/dotnet/runtime/pull/113649
- [release/9.0-staging] [mono] Missing memory barrier leads to crash in multi-threaded scenarios by @github-actions in https://github.com/dotnet/runtime/pull/113740
- [release/9.0] Move DAC signing identity to PME by @hoyosjs in https://github.com/dotnet/runtime/pull/114031
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113460
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113483
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113516
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113461
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113561
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113595
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113821
- [9.0] libnethost no LTCG by @jkoritzinsky in https://github.com/dotnet/runtime/pull/113893
- [9.0] Bring back yml necessary change types in label checkers by @carlossanlop in https://github.com/dotnet/runtime/pull/114166
- [release/9.0-staging] [Apple mobile] Enable trimming on build machines to match ILLink features by @kotlarmilos in https://github.com/dotnet/runtime/pull/113466
- [release/9.0-staging] Fix VS div-by-0 in DacEnumerableHashTable code by @github-actions in https://github.com/dotnet/runtime/pull/113892
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113517
- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113822
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113596
- Update branding to 9.0.5 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/114162
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/113449
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114185
- [release/9.0-staging] Revert disabling of tests for HTTP servers by @github-actions in https://github.com/dotnet/runtime/pull/114207
- [release/9.0-staging] Fix build break with cmake 4.0 by @github-actions in https://github.com/dotnet/runtime/pull/114278
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/114224
- [release/9.0-staging] Fix inadvertently upgrading compiler warnings to errors by @akoeplinger in https://github.com/dotnet/runtime/pull/114331
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/114396
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/114415
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114299
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114473
- [release/9.0-staging][mono][hotreload]Adjust row_size and size_bitfield from the baseline based on the delta sizes by @thaystg in https://github.com/dotnet/runtime/pull/114119
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114296
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114318
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114364
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114474
- [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by @filipnavara in https://github.com/dotnet/runtime/pull/114391
- [release/9.0-staging] [debugger] Fix debugging a x86 app in mixed mode by @github-actions in https://github.com/dotnet/runtime/pull/114077
- [release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to
osx.14.arm64.openandosx.15.amd64.openqueues by @github-actions in https://github.com/dotnet/runtime/pull/114617 - [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114615
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114613
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114589
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114254
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114576
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/114612
- [release/9.0-staging] Moved a static field initialization from Thread to ProcessorIdCache by @github-actions in https://github.com/dotnet/runtime/pull/114273
- Revert "[release/9.0] Fix edge cases in Tarjan GC bridge (Android)" by @steveisok in https://github.com/dotnet/runtime/pull/114641
- [manual] Merge release/9.0-staging to release/9.0 by @jozkee in https://github.com/dotnet/runtime/pull/114662
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.4...v9.0.5
v9.0.4: .NET 9.0.4
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/112424
- [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by @github-actions in https://github.com/dotnet/runtime/pull/112296
- [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by @github-actions in https://github.com/dotnet/runtime/pull/112373
- [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by @matouskozak in https://github.com/dotnet/runtime/pull/112012
- [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by @rzikm in https://github.com/dotnet/runtime/pull/112473
- [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by @github-actions in https://github.com/dotnet/runtime/pull/112057
- [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by @github-actions in https://github.com/dotnet/runtime/pull/112487
- [release/9.0-staging] Remove unneeded DiagnosticSource content by @github-actions in https://github.com/dotnet/runtime/pull/112708
- [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by @stephentoub in https://github.com/dotnet/runtime/pull/112714
- [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by @github-actions in https://github.com/dotnet/runtime/pull/112005
- [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by @github-actions in https://github.com/dotnet/runtime/pull/111700
- [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by @github-actions in https://github.com/dotnet/runtime/pull/112139
- [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by @steveharter in https://github.com/dotnet/runtime/pull/112531
- [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by @elinor-fung in https://github.com/dotnet/runtime/pull/112893
- [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by @github-actions in https://github.com/dotnet/runtime/pull/112539
- [9.0] Make CPU utilization checks in the thread pool configurable by @kouvel in https://github.com/dotnet/runtime/pull/112791
- [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by @amanasifkhalid in https://github.com/dotnet/runtime/pull/113026
- [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by @github-actions in https://github.com/dotnet/runtime/pull/113094
- [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by @stephentoub in https://github.com/dotnet/runtime/pull/113150
- [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by @github-actions in https://github.com/dotnet/runtime/pull/112549
- Update branding to 9.0.4 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/113226
- [9.0] Make counting of IO completion work items more precise on Windows by @kouvel in https://github.com/dotnet/runtime/pull/112794
- [release/9.0-staging] Remove --no-lock brew flag by @akoeplinger in https://github.com/dotnet/runtime/pull/113281
- [release/9.0-staging] [QUIC] Update MsQuic library version by @github-actions in https://github.com/dotnet/runtime/pull/113205
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/113264
- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112836
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112835
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112627
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112552
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112522
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112515
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112468
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112514
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112394
- [release/9.0] Fix
BigInteger.Rotate{Left,Right}for backport by @github-actions in https://github.com/dotnet/runtime/pull/112991 - [release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function by @github-actions in https://github.com/dotnet/runtime/pull/113316
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112628
- [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in https://github.com/dotnet/runtime/pull/113350
- [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by @github-actions in https://github.com/dotnet/runtime/pull/112882
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/113389
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/113333
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113447
- [release/9.0] fix SBOM issues for runtime by @haruna99 in https://github.com/dotnet/runtime/pull/113463
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4
v9.0.3: .NET 9.0.3
What's Changed
- [release/9.0-staging] Fix wrong alias-to for tvos AOT packs in net8 workload manifest by @akoeplinger in https://github.com/dotnet/runtime/pull/110871
- [release/9.0] Disable tests targetting http://corefx-net-http11.azurewebsites.net by @rzikm in https://github.com/dotnet/runtime/pull/111402
- [release/9.0-staging] Support generic fields in PersistedAssemblyBuilder by @github-actions in https://github.com/dotnet/runtime/pull/110839
- [release/9.0-staging] Re-enable skiasharp WBT tests (#109232) by @radekdoulik in https://github.com/dotnet/runtime/pull/110734
- [release/9.0-staging] Backport test fixes related to BinaryFormatter removal by @adamsitnik in https://github.com/dotnet/runtime/pull/111508
- [manual] Merge branch 'release/9.0' => 'release/9.0-staging' by @carlossanlop in https://github.com/dotnet/runtime/pull/111565
- [release/9.0] [wasi] Disable build in .NET 9 by @maraf in https://github.com/dotnet/runtime/pull/108877
- [release/9.0-staging] [mono] Disable UnitTest_GVM_TypeLoadException for fullAOT jobs by @github-actions in https://github.com/dotnet/runtime/pull/111394
- [release/9.0-staging] Fix UnsafeAccessor scenario for modopts/modreqs when comparing field sigs. by @AaronRobinsonMSFT in https://github.com/dotnet/runtime/pull/111675
- [release/9.0-staging] [mono] Run runtime-llvm and runtime-ioslike on Mono LLVM MRs by @github-actions in https://github.com/dotnet/runtime/pull/111739
- [release/9.0-staging] fix stack 2x2 tensor along dimension 1 by @github-actions in https://github.com/dotnet/runtime/pull/110053
- [release/9.0-staging] Fix race condition in cleanup of collectible thread static variables by @github-actions in https://github.com/dotnet/runtime/pull/111275
- [release/9.0-staging] [iOS] Retrieve device locale in full (specific) format from ObjectiveC APIs by @github-actions in https://github.com/dotnet/runtime/pull/111612
- [release/9.0-staging] Add workflow to prevent merging a MR when the
NO-MERGElabel is applied by @github-actions in https://github.com/dotnet/runtime/pull/111961 - [release/9.0-staging] Use alternative format string specifier to ensure decimal point is present by @github-actions in https://github.com/dotnet/runtime/pull/111444
- [release/9.0-staging] Fixed android build with NDK 23 by @jkurdek in https://github.com/dotnet/runtime/pull/111696
- [release/9.0-staging] Fix UNC paths by @github-actions in https://github.com/dotnet/runtime/pull/111499
- [release/9.0-staging] [mono] [llvm-aot] Fixed storing Vector3 into memory by @github-actions in https://github.com/dotnet/runtime/pull/111069
- [release/9.0] Remove explicit __compact_unwind entries from x64 assembler by @filipnavara in https://github.com/dotnet/runtime/pull/112204
- Update branding to 9.0.3 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/112144
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111606
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111891
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112189
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111519
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112121
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111737
- [release/9.0-staging] Fix shimmed implementation of TryGetHashAndReset to handle HMAC. by @github-actions in https://github.com/dotnet/runtime/pull/112015
- Remove Windows 8.1 from test queues by @agocke in https://github.com/dotnet/runtime/pull/112056
- [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111603
- [browser] Remove experimental args from NodeJS WBT runner by @maraf in https://github.com/dotnet/runtime/pull/111655
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111607
- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111826
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111885
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112122
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112225
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112261
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/112219
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112340
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111483
- Backport pr 111723 to 9.0 staging by @StephenMolloy in https://github.com/dotnet/runtime/pull/112322
- [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in https://github.com/dotnet/runtime/pull/112382
- [9.0] Backport labeling workflow changes by @carlossanlop in https://github.com/dotnet/runtime/pull/112240
- [9.0] Move release/9.0 localization back to main too by @carlossanlop in https://github.com/dotnet/runtime/pull/112443
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/112453
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.2...v9.0.3
v9.0.2: .NET 9.0.2
What's Changed
- [release/9.0-staging] Ensure Vector.Create is properly recognized as intrinsic by @github-actions in https://github.com/dotnet/runtime/pull/109322
- [release/9.0-staging] Fix return address hijacking with CET by @github-actions in https://github.com/dotnet/runtime/pull/109548
- [release/9.0] Fix FP state restore on macOS exception forwarding by @github-actions in https://github.com/dotnet/runtime/pull/110163
- [release/9.0-staging] [debugger] Fix a step that becomes a go by @github-actions in https://github.com/dotnet/runtime/pull/110533
- [release/9.0-staging] [debugger] Support step into a tail call by @github-actions in https://github.com/dotnet/runtime/pull/110438
- [release/9.0-staging] Fix Tizen linux-armel build by @github-actions in https://github.com/dotnet/runtime/pull/110614
- release/9.0-staging -- Update Alpine, Debian, and Fedora versions by @richlander in https://github.com/dotnet/runtime/pull/110493
- [release/9.0-staging] JIT: Read back all replacements before statements with implicit EH control flow by @github-actions in https://github.com/dotnet/runtime/pull/109143
- [release/9.0-staging] Fix crash when pTargetMD is null by @github-actions in https://github.com/dotnet/runtime/pull/110652
- [release/9.0-staging] Avoid exception when parsing AD path for port number by @github-actions in https://github.com/dotnet/runtime/pull/110224
- [release/9.0-staging] Fix System.Reflection.Emit
SetChecksumcreating invalid pdb by @github-actions in https://github.com/dotnet/runtime/pull/110205 - [release/9.0] Use floating tag for webassembly image by @github-actions in https://github.com/dotnet/runtime/pull/109374
- [release/9.0-staging] [Profiler] Avoid Recursive ThreadStoreLock in Profiling Thread Enumerator by @github-actions in https://github.com/dotnet/runtime/pull/110665
- [release/9.0-staging] JIT: Include more edges in
BlockDominancePredsto avoid a JIT crash by @github-actions in https://github.com/dotnet/runtime/pull/110568 - [release/9.0-staging][wasm] Workaround incorrect mono restore when building WBT by @lewing in https://github.com/dotnet/runtime/pull/110590
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110532
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110572
- [release/9.0-staging] Conditionally check the compiler flags in libs.native by @github-actions in https://github.com/dotnet/runtime/pull/109556
- [TestOnly][release/9.0-staging] Fix TimeProvider Test by @github-actions in https://github.com/dotnet/runtime/pull/111132
- [release/9.0-staging] [mono] Chain
SIGSEGVnative crashes to the defaultSIGSEGVhandler by @github-actions in https://github.com/dotnet/runtime/pull/110863 - [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110905
- [release/9.0-staging] Exit the lock before we call into user code and handle losing the race for the RCW table by @github-actions in https://github.com/dotnet/runtime/pull/111162
- [release/9.0-staging] Fix race condition when cancelling pending HTTP connection attempts by @github-actions in https://github.com/dotnet/runtime/pull/110764
- [release/9.0-staging] Remove HttpMetricsEnrichmentContext caching by @github-actions in https://github.com/dotnet/runtime/pull/110626
- [release/9.0-staging] Fix IDynamicInterfaceCastable with shared generic code by @github-actions in https://github.com/dotnet/runtime/pull/109918
- [release/9.0-staging] Fix handling of IDynamicInterfaceCastable wrt CastCache by @github-actions in https://github.com/dotnet/runtime/pull/110007
- [release/9.0-staging] ILC: Allow OOB reference to upgrade framework assembly by @github-actions in https://github.com/dotnet/runtime/pull/110058
- [release/9.0-staging] Move ComWrappers AddRef to C/C++ by @github-actions in https://github.com/dotnet/runtime/pull/110815
- [release/9.0-staging] [BrowserDebugProxy] Remove exception details from error report by @github-actions in https://github.com/dotnet/runtime/pull/111202
- [release/9.0-staging] Fix reporting GC fields from base types by @github-actions in https://github.com/dotnet/runtime/pull/111040
- [release/9.0-staging] Fix C++/CLI applications which use __declspec(appdomain) by @github-actions in https://github.com/dotnet/runtime/pull/110495
- [release/9.0-staging] Fix calling convention mismatch in GC callouts by @github-actions in https://github.com/dotnet/runtime/pull/111105
- [release/9.0-staging] Don't wait for finalizers in 'IReferenceTrackerHost::ReleaseDisconnectedReferenceSources' by @github-actions in https://github.com/dotnet/runtime/pull/110558
- [release/9.0-staging] Add forwarding support for WasmLinkage on LibraryImport by @github-actions in https://github.com/dotnet/runtime/pull/109364
- [release/9.0-staging] Fix obtaining type handles of IDynamicInterfaceCastableImplementation by @github-actions in https://github.com/dotnet/runtime/pull/109909
- [release/9.0-staging] Disable GS cookie checks for LightUnwind by @github-actions in https://github.com/dotnet/runtime/pull/109530
- [release/9.0-staging] Fix analyzer tracking of nullable enums by @github-actions in https://github.com/dotnet/runtime/pull/110331
- Update branding to 9.0.2 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/111172
- [release/9.0-staging] Bugfix InvalidOperationException/IndexOutOfRangeException in HttpListener.EndGetContext by @github-actions in https://github.com/dotnet/runtime/pull/110695
- [release/9.0-staging] Fix
IsOSVersionAtLeastwhen build or revision are not provided by @github-actions in https://github.com/dotnet/runtime/pull/109332 - [release/9.0-staging] [mono][sgen] Add separate card mark function to be used with debug by @github-actions in https://github.com/dotnet/runtime/pull/110268
- [release/9.0-staging] [mono][aot] Fix compilation crashes when type load exception is generated in code by @BrzVlad in https://github.com/dotnet/runtime/pull/110271
- [release/9.0-staging] Change assembler to clang in android MonoAOT by @github-actions in https://github.com/dotnet/runtime/pull/110812
- [release/9.0-staging] Replace a few SuppressMessage annotations with UnconditionalSuppressMessage by @github-actions in https://github.com/dotnet/runtime/pull/109186
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111331
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110992
- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110993
- [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111325
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110935
- [release/9.0-staging] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110970
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110937
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/111017
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110936
- [release/9.0-staging] Re-try loading ENGINE keys with a non-NULL UI_METHOD by @github-actions in https://github.com/dotnet/runtime/pull/109783
- [release/9.0-staging] Fix erroneous success in AsnDecoder.ReadSequence by @github-actions in https://github.com/dotnet/runtime/pull/109595
- [9.0] Guard against empty Accept address by @github-actions in https://github.com/dotnet/runtime/pull/111366
- [release/9.0-staging] fix TCP FastOpen compilation by @github-actions in https://github.com/dotnet/runtime/pull/111142
- [release/9.0-staging] [apple-mobile] Disable TLSWitLoadedDlls for Apple mobile due to missing native libs by @github-actions in https://github.com/dotnet/runtime/pull/111356
- [release/9.0] Fix Encoding regression by @github-actions in https://github.com/dotnet/runtime/pull/111367
- [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in https://github.com/dotnet/runtime/pull/111378
- [manual] Merge release/9.0-staging into release/9.0 (second pass) by @carlossanlop in https://github.com/dotnet/runtime/pull/111422
- [release/9.0] Change were libClang.so is found when generating Android aot offsets by @steveisok in https://github.com/dotnet/runtime/pull/111426
- [release/9.0] Support generic fields in PersistedAssemblyBuilder by @github-actions in https://github.com/dotnet/runtime/pull/111467
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/111428
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2
v9.0.1: .NET 9.0.1
What's Changed
- [release/9.0-staging] Upgrade our macOS build machines to the latest non-beta x64 image by @github-actions in https://github.com/dotnet/runtime/pull/109455
- [release/9.0-staging] Remove thread contention from Activity Start/Stop by @github-actions in https://github.com/dotnet/runtime/pull/109359
- [release/9.0-staging] handle case of Proc Index > MAX_SUPPORTED_CPUS by @github-actions in https://github.com/dotnet/runtime/pull/109385
- Update branding to 9.0.1 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/109563
- [release/9.0-staging] [android] Fix crash in method_to_ir by @github-actions in https://github.com/dotnet/runtime/pull/109510
- [release/9.0-staging] Switch to non-incremental servicing by @carlossanlop in https://github.com/dotnet/runtime/pull/109316
- [release/9.0] [wasm] Use correct current runtime pack version for Wasm.Build.Tests by @maraf in https://github.com/dotnet/runtime/pull/109820
- [release/9.0-staging] Update ApiCompatNetCoreAppBaselineVersion to 9.0.0 by @carlossanlop in https://github.com/dotnet/runtime/pull/109789
- [release/9.0] [wasm] Run downlevel tests only on main by @maraf in https://github.com/dotnet/runtime/pull/109723
- [release/9.0-staging] Fix regression in constructor parameter binding logic. by @github-actions in https://github.com/dotnet/runtime/pull/109813
- [release/9.0-staging]
TensorPrimitivesXML docs:MinNumber/ReciprocalSqrt/ReciprocalSqrtEstimateoversights by @github-actions in https://github.com/dotnet/runtime/pull/109922 - [release/9.0-staging] Add a missing = in BigInteger.cs by @github-actions in https://github.com/dotnet/runtime/pull/109732
- [release/9.0-staging] Ignore modopts/modreqs for
UnsafeAccessorfield targets by @github-actions in https://github.com/dotnet/runtime/pull/109709 - Fix an issue with sysconf returning the wrong last level cache values on Linux running on certain AMD Processors. by @mrsharm in https://github.com/dotnet/runtime/pull/109749
- [release/9.0-staging] Fix transformer handling of boolean schemas in JsonSchemaExporter. by @github-actions in https://github.com/dotnet/runtime/pull/109975
- [release/9.0-staging] Ensure proper cleanup of key files when not persisting them by @github-actions in https://github.com/dotnet/runtime/pull/109844
- [release/9.0-staging] Transfer ThreadPool local queue to high-pri queue on Task blocking by @github-actions in https://github.com/dotnet/runtime/pull/109989
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/109744
- [release/9.0-staging] DATAS BGC thread synchronization fix by @Maoni0 in https://github.com/dotnet/runtime/pull/110174
- [release/9.0-staging] Fix Matrix4x4.CreateReflection when D is not zero by @github-actions in https://github.com/dotnet/runtime/pull/110162
- [release/9.0-staging] Fix hostfxr.h to be valid C again. by @github-actions in https://github.com/dotnet/runtime/pull/110060
- [release/9.0] Fix length check for Convert.TryToHexString{Lower} by @github-actions in https://github.com/dotnet/runtime/pull/110228
- [release/9.0-staging] Suppress IL3050 warnings in ILLink tests by @sbomer in https://github.com/dotnet/runtime/pull/110340
- [release/9.0-staging] Update Azure Linux tag names by @github-actions in https://github.com/dotnet/runtime/pull/110341
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109299
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109306
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109297
- [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109301
- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109303
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109305
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109825
- [release/9.0-staging] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109960
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109304
- [release/9.0-staging] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109298
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109336
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109523
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109308
- [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in https://github.com/dotnet/runtime/pull/110370
- Switch to automatic 8.0 version updates by @marcpopMSFT in https://github.com/dotnet/runtime/pull/110586
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/110409
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1
v9.0.0: .NET 9.0.0
What's Changed
- [release/9.0] BinaryFormatter tests improvements by @adamsitnik in https://github.com/dotnet/runtime/pull/107540
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107474
- [release/9.0] Branding for GA by @carlossanlop in https://github.com/dotnet/runtime/pull/107879
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107914
- [release/9.0] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107918
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107916
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107915
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107938
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107982
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107983
- [release/9.0] Remove invalid assert in RSAOpenSsl by @github-actions in https://github.com/dotnet/runtime/pull/107952
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in https://github.com/dotnet/runtime/pull/107928
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107937
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/107984
- [release/9.0] Mitigate JsonObject performance regression. by @github-actions in https://github.com/dotnet/runtime/pull/108014
- [release/9.0] Fix SG nullability annotations for required and init properties. by @github-actions in https://github.com/dotnet/runtime/pull/108013
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108016
- [release/9.0] Treat -rtm as stable sdk version band by @lewing in https://github.com/dotnet/runtime/pull/107997
- [release/9.0] dont try to capture threadId for NativeAOT by @github-actions in https://github.com/dotnet/runtime/pull/108088
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108140
- [release/9.0] Fix createdump 'stack smashing detected' error on arm64 by @github-actions in https://github.com/dotnet/runtime/pull/108208
- [release/9.0] [browser] Fix fingerprinting and loadAllSatelliteResources=true by @github-actions in https://github.com/dotnet/runtime/pull/108198
- [automated] Merge branch 'release/9.0-rc2' => 'release/9.0' by @github-actions in https://github.com/dotnet/runtime/pull/108006
- [release/9.0] More doc updates for source-of-truth assemblies by @carlossanlop in https://github.com/dotnet/runtime/pull/108257
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108142
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108061
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108192
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108193
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108194
- [release/9.0] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108139
- [release/9.0] Reduce funceval abort by @github-actions in https://github.com/dotnet/runtime/pull/108256
- [release/9.0] Update sign-diagnostic-files.yml to skip dac sign in staging by @hoyosjs in https://github.com/dotnet/runtime/pull/108218
- [release/9.0] Root the System.Runtime EventSource by @github-actions in https://github.com/dotnet/runtime/pull/108348
- [release/9.0] Fixing SetSlice, Reshape, TryCopyTo. by @github-actions in https://github.com/dotnet/runtime/pull/108282
- [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108141
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108436
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108438
- [release/9.0] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108367
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108391
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108437
- [release/9.0] Update System.Formats.Nrbf ref sources and restore package description by @github-actions in https://github.com/dotnet/runtime/pull/108467
- [release/9.0] [aot] mono_aot_split_options: reset state after a backslash by @github-actions in https://github.com/dotnet/runtime/pull/108212
- [release/9.0] Fix devirtualization across genericness in the hierarchy by @MichalStrehovsky in https://github.com/dotnet/runtime/pull/108470
- [release/9.0] [cdac][cdac-build-tool] Don't let msbuild rewrite the resource name by @github-actions in https://github.com/dotnet/runtime/pull/108296
- [release/9.0] Fix
InlineArrayswift lowering in mono by @jkurdek in https://github.com/dotnet/runtime/pull/108483 - [release/9.0] Backport MR #108311 - Fix statics issue with barriers by @davidwrighton in https://github.com/dotnet/runtime/pull/108347
- [release/9.0] Fix wrong Region Info Names by @github-actions in https://github.com/dotnet/runtime/pull/108524
- [release/9.0][PERF] Backport python pipeline changes for performance tests by @caaavik-msft in https://github.com/dotnet/runtime/pull/108412
- [release/9.0] Fix IndexOf Optimization Code by @github-actions in https://github.com/dotnet/runtime/pull/108562
- [release/9.0] Updated tsaoptions.json to direct issues to runtime owners by @github-actions in https://github.com/dotnet/runtime/pull/108451
- [release/9.0] JIT: Null out SSA def nodes upon removal in RBO by @github-actions in https://github.com/dotnet/runtime/pull/108548
- [release/9.0] Fix LINQ Last() in ConcatNIterator to also check base case (Concat2Iterator) by @github-actions in https://github.com/dotnet/runtime/pull/108664
- [release/9.0] Merge RC2 changes into 9.0 by @ericstj in https://github.com/dotnet/runtime/pull/108677
- [release/9.0] Update the component resources for the VS descriptions by @marcpopMSFT in https://github.com/dotnet/runtime/pull/108304
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108595
- [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108597
- [browser][debugging][release/9.0] Removed trailing command that results in a warning by @github-actions in https://github.com/dotnet/runtime/pull/108584
- [release/9.0] Fix IL2104 link by @github-actions in https://github.com/dotnet/runtime/pull/108533
- [release/9.0] linux/arm64: Verify TLS resolver code by @github-actions in https://github.com/dotnet/runtime/pull/108564
- [release/9.0] Tweak Invariant IndexOf logic by @github-actions in https://github.com/dotnet/runtime/pull/108728
- [release/9.0] Update
fieldreferences in property accessors by @github-actions in https://github.com/dotnet/runtime/pull/108222 - [release/9.0] [mini] Don't use Unwind Backtrace on android-amd64 by @github-actions in https://github.com/dotnet/runtime/pull/108294
- [release/9.0] [wasm] Fixes for issue #108519 by @github-actions in https://github.com/dotnet/runtime/pull/108650
- [release/9.0] [mono] Fix alloca builder creation by @github-actions in https://github.com/dotnet/runtime/pull/108654
- [release/9.0] Backport "JIT: Run single EH region repair pass after layout" by @amanasifkhalid in https://github.com/dotnet/runtime/pull/108715
- [Ppc64le] binaryformatter and tensors tests fix by @alhad-deshpande in https://github.com/dotnet/runtime/pull/108120
- [release/9.0] Add DefaultMemberAttribute to Test.CoreLib by @github-actions in https://github.com/dotnet/runtime/pull/108258
- [release/9.0] [wasm] Include browser targets if RID is not wasi-wasm by @github-actions in https://github.com/dotnet/runtime/pull/108434
- [release/9.0] [browser] Make boot json file name configurable by @maraf in https://github.com/dotnet/runtime/pull/108708
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108787
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108598
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108326
- [release/9.0] bgc deadlock fix by @github-actions in https://github.com/dotnet/runtime/pull/108774
- [release/9.0] Remove string.Trim{,Start,End}(ReadOnlySpan) ref-API by @bartonjs in https://github.com/dotnet/runtime/pull/108777
- [release/9.0] Arm64: Use TYP_SIMD8 for AddAcross by @github-actions in https://github.com/dotnet/runtime/pull/108805
- [release/9.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108844
- [release/9.0] Fix optimization of Vector512 AndMask + NotMask to AndNotMask by @github-actions in https://github.com/dotnet/runtime/pull/108803
- [release/9.0] Bump Microsoft.Private.Intellisense to
2024101.1 by @carlossanlop in https://github.com/dotnet/runtime/pull/108766 - [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108481
- [release/9.0] Switch
SwiftSelf<T>position requirement to last by @github-actions in https://github.com/dotnet/runtime/pull/108856 - Use default timeout of 30s. by @ilonatommy in https://github.com/dotnet/runtime/pull/108835
- [release/9.0] Fix CET debugger stepping over CALL instructions by @tommcdon in https://github.com/dotnet/runtime/pull/108872
- [release/9.0] Remove managed EH code frames from stack trace by @github-actions in https://github.com/dotnet/runtime/pull/108831
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108898
- Port NuGet Audit back to 9.0 by @ericstj in https://github.com/dotnet/runtime/pull/108854
- [release/9.0] fix guid version > 7 by @github-actions in https://github.com/dotnet/runtime/pull/108351
- [release/9.0] Stable branding for GA by @carlossanlop in https://github.com/dotnet/runtime/pull/108899
- [release/9.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108927
- [release/9.0] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108691
- [release/9.0] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108788
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108482
- [release/9.0] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108975
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108910
- [release/9.0] Update dependencies from dotnet/runtime by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108842
- [release/9.0] Couple minor docs updates by @github-actions in https://github.com/dotnet/runtime/pull/108453
- [release/9.0] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108516
- [release/9.0] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108751
- [release/9.0] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/108843
- [release/9.0] Ignore *.pp files in .gitignore by @github-actions in https://github.com/dotnet/runtime/pull/109003
- [release/9.0] Make System.Formats.Asn1 triple slash documentation the source of truth by @github-actions in https://github.com/dotnet/runtime/pull/108995
- [release/9.0] Ensure a null PublicKey is supported on assembly refs by @github-actions in https://github.com/dotnet/runtime/pull/108928
- [release/9.0] Fix handling of appending keywords to boolean schemas. by @github-actions in https://github.com/dotnet/runtime/pull/108248
- [release/9.0] Update the JSON schema exporter to reuse schemas more aggressively. by @github-actions in https://github.com/dotnet/runtime/pull/108800
- [release/9.0] Initialize m_fInPlaceSS by @github-actions in https://github.com/dotnet/runtime/pull/109013
- [release/9.0] Handle building host test assets with stabilized package versions by @github-actions in https://github.com/dotnet/runtime/pull/109031
- [release/9.0] Fix nativeaot outerloop by @github-actions in https://github.com/dotnet/runtime/pull/109009
- [release/9.0] Initialize managed and native values in the ICustomMarshaler marshaler to null when the other is null. by @github-actions in https://github.com/dotnet/runtime/pull/109096
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109051
- [release/9.0] Permit unencrypted key exports from CNG by @github-actions in https://github.com/dotnet/runtime/pull/109134
- [release/9.0] Bump downlevels for 9.0 by @lewing in https://github.com/dotnet/runtime/pull/109288
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/109323
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.0-rc.2.24473.5...v9.0.0
v8.0.1: .NET 8.0.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.