-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 3c607ec
authored
chore(deps): update dotnet monorepo (#4064)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [Microsoft.AspNetCore.Components](https://asp.net/)
([source](https://redirect.github.com/dotnet/aspnetcore)) | `9.0.5` ->
`9.0.7` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [Microsoft.AspNetCore.Components](https://asp.net/)
([source](https://redirect.github.com/dotnet/aspnetcore)) | `8.0.16` ->
`8.0.18` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [Microsoft.Maui.Controls](https://redirect.github.com/dotnet/maui) |
`9.0.70` -> `9.0.81` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[Microsoft.Maui.Controls.Compatibility](https://redirect.github.com/dotnet/maui)
| `9.0.70` -> `9.0.81` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [System.Text.Json](https://dot.net/)
([source](https://redirect.github.com/dotnet/runtime)) | `9.0.5` ->
`9.0.7` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>dotnet/aspnetcore (Microsoft.AspNetCore.Components)</summary>
###
[`v9.0.7`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v9.0.7):
.NET 9.0.7
[Release](https://redirect.github.com/dotnet/core/releases/tag/v9.0.7)
#### What's Changed
- Update branding to 9.0.7 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/aspnetcore/pull/62242](https://redirect.github.com/dotnet/aspnetcore/pull/62242)
- \[release/9.0] (deps): Bump src/submodules/googletest from `04ee1b4`
to `e9092b1` by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dotnet/aspnetcore/pull/62199](https://redirect.github.com/dotnet/aspnetcore/pull/62199)
- Fix OpenApiJsonSchema array parsing
([#​62051](https://redirect.github.com/dotnet/aspnetcore/issues/62051))
by [@​BrennanConroy](https://redirect.github.com/BrennanConroy) in
[https://github.com/dotnet/aspnetcore/pull/62118](https://redirect.github.com/dotnet/aspnetcore/pull/62118)
- \[release/9.0] Update dependencies from dotnet/extensions by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/aspnetcore/pull/61986](https://redirect.github.com/dotnet/aspnetcore/pull/61986)
- \[release/9.0] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/aspnetcore/pull/61945](https://redirect.github.com/dotnet/aspnetcore/pull/61945)
- \[release/9.0] Update Alpine helix references by
[@​wtgodbe](https://redirect.github.com/wtgodbe) in
[https://github.com/dotnet/aspnetcore/pull/62240](https://redirect.github.com/dotnet/aspnetcore/pull/62240)
- \[Backport 9.0] \[IIS] Manually parse exe bitness
([#​61894](https://redirect.github.com/dotnet/aspnetcore/issues/61894))
by [@​BrennanConroy](https://redirect.github.com/BrennanConroy) in
[https://github.com/dotnet/aspnetcore/pull/62038](https://redirect.github.com/dotnet/aspnetcore/pull/62038)
- \[release/9.0] Associate tagged keys with entries so replacements are
not evicted by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/aspnetcore/pull/62248](https://redirect.github.com/dotnet/aspnetcore/pull/62248)
- \[release/9.0] Block test that is failing after switching to
latest-chrome by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/aspnetcore/pull/62283](https://redirect.github.com/dotnet/aspnetcore/pull/62283)
- \[release/9.0] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/aspnetcore/pull/62281](https://redirect.github.com/dotnet/aspnetcore/pull/62281)
- \[release/9.0] Update dependencies from dotnet/extensions by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/aspnetcore/pull/62282](https://redirect.github.com/dotnet/aspnetcore/pull/62282)
- Merging internal commits for release/9.0 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/aspnetcore/pull/62303](https://redirect.github.com/dotnet/aspnetcore/pull/62303)
**Full Changelog**:
https://github.com/dotnet/aspnetcore/compare/v9.0.6...v9.0.7
###
[`v9.0.6`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v9.0.6)
##### Bug Fixes
- **Forwarded Headers Middleware: Ignore X-Forwarded-Headers from
Unknown Proxy**
([#​61622](https://redirect.github.com/dotnet/aspnetcore/pull/61622))\
The Forwarded Headers Middleware now ignores `X-Forwarded-Headers` sent
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 `52204f7` to `04ee1b4`**
([#​61762](https://redirect.github.com/dotnet/aspnetcore/pull/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](https://redirect.github.com/dotnet/aspnetcore/pull/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](https://redirect.github.com/dotnet/aspnetcore/pull/61571))\
Refreshes dependencies from the dotnet/extensions repository,
incorporating the latest features and fixes from the extensions
libraries.
- **Update dependencies from dotnet/extensions**
([#​61877](https://redirect.github.com/dotnet/aspnetcore/pull/61877))\
Further updates dependencies from dotnet/extensions, ensuring the
project benefits from recent improvements and bug fixes.
- **Update dependencies from dotnet/arcade**
([#​61892](https://redirect.github.com/dotnet/aspnetcore/pull/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](https://redirect.github.com/dotnet/aspnetcore/pull/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](https://redirect.github.com/dotnet/aspnetcore/pull/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](https://redirect.github.com/dotnet/aspnetcore/compare/v9.0.5...v9.0.6)
</details>
<details>
<summary>dotnet/maui (Microsoft.Maui.Controls)</summary>
###
[`v9.0.81`](https://redirect.github.com/dotnet/maui/releases/tag/9.0.81):
SR8.1
[Compare
Source](https://redirect.github.com/dotnet/maui/compare/9.0.80...9.0.81)
##### What's Changed
- \[release/9.0.1xx-sr8] \[iOS, Mac] Fix for downsized image retaining
original dimensions in GraphicsView by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/maui/pull/30060](https://redirect.github.com/dotnet/maui/pull/30060)
- Revert - Fixed the Label not sized correctly on Android
([#​30023](https://redirect.github.com/dotnet/maui/issues/30023))
by [@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/30076](https://redirect.github.com/dotnet/maui/pull/30076)
- \[release/9.0.1xx-sr8] Fix CV1 GridItemsLayout centering single item
AND Fix Empty view not resizing when bounds change by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/maui/pull/30107](https://redirect.github.com/dotnet/maui/pull/30107)
- Revert "\[Android, iOS] Dynamically setting SearchHandler Query
property does not update text in the search box
([#​28400](https://redirect.github.com/dotnet/maui/issues/28400))"
by [@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/30222](https://redirect.github.com/dotnet/maui/pull/30222)
- \[release/9.0.1xx-sr8] Reinstate some iOS13+ guards to support iOS
12.2+ by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/maui/pull/30284](https://redirect.github.com/dotnet/maui/pull/30284)
**Full Changelog**:
https://github.com/dotnet/maui/compare/9.0.80...9.0.81
###
[`v9.0.80`](https://redirect.github.com/dotnet/maui/releases/tag/9.0.80):
SR8
[Compare
Source](https://redirect.github.com/dotnet/maui/compare/9.0.71...9.0.80)
##### What's Changed
##### MAUI Product Fixes
- Fix Crash when ItemsSource is set to null in the SelectionChanged
handler by
[@​bhavanesh2001](https://redirect.github.com/bhavanesh2001) in
[https://github.com/dotnet/maui/pull/29887](https://redirect.github.com/dotnet/maui/pull/29887)
- \[HybridWebView] Fix some issues with the typescript by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29873](https://redirect.github.com/dotnet/maui/pull/29873)
- \[Windows] Fix for ItemsSource Does Not Dynamically Set to null in
CarouselView by
[@​SyedAbdulAzeemSF4852](https://redirect.github.com/SyedAbdulAzeemSF4852)
in
[https://github.com/dotnet/maui/pull/29660](https://redirect.github.com/dotnet/maui/pull/29660)
- Fix -\[iOS] - CarouselView Throws ArgumentOutOfRangeException
Immediately on Application Launch in CV2 by
[@​SuthiYuvaraj](https://redirect.github.com/SuthiYuvaraj) in
[https://github.com/dotnet/maui/pull/29316](https://redirect.github.com/dotnet/maui/pull/29316)
- \[iOS] Fixed Shell.SearchHandler ClearPlaceholderIcon Color Issue by
[@​Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman)
in
[https://github.com/dotnet/maui/pull/28601](https://redirect.github.com/dotnet/maui/pull/28601)
- \[Windows] - Fix view position shift when shadows are added or removed
at runtime by
[@​prakashKannanSf3972](https://redirect.github.com/prakashKannanSf3972)
in
[https://github.com/dotnet/maui/pull/29681](https://redirect.github.com/dotnet/maui/pull/29681)
- \[Windows] Fix for SearchHandler Visibility Not Updating During
In-Section Navigation by
[@​BagavathiPerumal](https://redirect.github.com/BagavathiPerumal)
in
[https://github.com/dotnet/maui/pull/29441](https://redirect.github.com/dotnet/maui/pull/29441)
- \[Android & iOS] Fix for SearchHandler Character Spacing Property by
[@​Subhiksha-Chandrasekaran](https://redirect.github.com/Subhiksha-Chandrasekaran)
in
[https://github.com/dotnet/maui/pull/29497](https://redirect.github.com/dotnet/maui/pull/29497)
- \[Android/ iOS] Fix Flyout icon is displayed when flyout is disabled
by
[@​devanathan-vaithiyanathan](https://redirect.github.com/devanathan-vaithiyanathan)
in
[https://github.com/dotnet/maui/pull/29637](https://redirect.github.com/dotnet/maui/pull/29637)
- \[iOS/Mac]Fix StrokeDashArray Property not Rendering by
[@​devanathan-vaithiyanathan](https://redirect.github.com/devanathan-vaithiyanathan)
in
[https://github.com/dotnet/maui/pull/29670](https://redirect.github.com/dotnet/maui/pull/29670)
- Fix up relevant CA1416 warnings - Set 1 by
[@​Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman)
in
[https://github.com/dotnet/maui/pull/26696](https://redirect.github.com/dotnet/maui/pull/26696)
- Fix up relevant CA1416 warnings - Set 3 by
[@​Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman)
in
[https://github.com/dotnet/maui/pull/26751](https://redirect.github.com/dotnet/maui/pull/26751)
- Convert HybridWebView.js to TypeScript and embed by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/27183](https://redirect.github.com/dotnet/maui/pull/27183)
- remove unwanted null check by
[@​bhavanesh2001](https://redirect.github.com/bhavanesh2001) in
[https://github.com/dotnet/maui/pull/29784](https://redirect.github.com/dotnet/maui/pull/29784)
- \[iOS] Fix memory leak in CarouselViewHandler2 by
[@​bhavanesh2001](https://redirect.github.com/bhavanesh2001) in
[https://github.com/dotnet/maui/pull/29719](https://redirect.github.com/dotnet/maui/pull/29719)
- Fix iOS Label being truncated when using Padding by
[@​albyrock87](https://redirect.github.com/albyrock87) in
[https://github.com/dotnet/maui/pull/29031](https://redirect.github.com/dotnet/maui/pull/29031)
- \[Catalyst] Click-Dragging Behavior in CollectionView by
[@​Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman)
in
[https://github.com/dotnet/maui/pull/29616](https://redirect.github.com/dotnet/maui/pull/29616)
- \[Android] Fix for the FontImageSource color is not applied properly
to the Bottom Tab Icon by
[@​Ahamed-Ali](https://redirect.github.com/Ahamed-Ali) in
[https://github.com/dotnet/maui/pull/29317](https://redirect.github.com/dotnet/maui/pull/29317)
- Fixed the label span issue by
[@​NanthiniMahalingam](https://redirect.github.com/NanthiniMahalingam)
in
[https://github.com/dotnet/maui/pull/28851](https://redirect.github.com/dotnet/maui/pull/28851)
- \[Android] Fix: Prevent Duplicate MapSource Invocations on setting
Image's Source to Local File Paths by
[@​bhavanesh2001](https://redirect.github.com/bhavanesh2001) in
[https://github.com/dotnet/maui/pull/28405](https://redirect.github.com/dotnet/maui/pull/28405)
- \[Android] The number of SearchHandler toolbar item increases
abnormally - fix by
[@​kubaflo](https://redirect.github.com/kubaflo) in
[https://github.com/dotnet/maui/pull/29561](https://redirect.github.com/dotnet/maui/pull/29561)
- \[Windows] Fix for FlyoutItem in overflow menu not fully interactable
by
[@​TamilarasanSF4853](https://redirect.github.com/TamilarasanSF4853)
in
[https://github.com/dotnet/maui/pull/27575](https://redirect.github.com/dotnet/maui/pull/27575)
- \[Windows] Fixed Shell flyout background image does not displayed by
[@​Subhiksha-Chandrasekaran](https://redirect.github.com/Subhiksha-Chandrasekaran)
in
[https://github.com/dotnet/maui/pull/28977](https://redirect.github.com/dotnet/maui/pull/28977)
- Fix CarouselView ItemTemplate Runtime Updates by
[@​Shalini-Ashokan](https://redirect.github.com/Shalini-Ashokan)
in
[https://github.com/dotnet/maui/pull/29546](https://redirect.github.com/dotnet/maui/pull/29546)
- Fixed Maui.Graphics GetStringSize Inverts Width and Height by
[@​Dhivya-SF4094](https://redirect.github.com/Dhivya-SF4094) in
[https://github.com/dotnet/maui/pull/29574](https://redirect.github.com/dotnet/maui/pull/29574)
- Compute LayoutConstraints on new \*StackLayout and Grid by
[@​albyrock87](https://redirect.github.com/albyrock87) in
[https://github.com/dotnet/maui/pull/28931](https://redirect.github.com/dotnet/maui/pull/28931)
- Enhance debugging in ViewHandler.cs by
[@​PedroTroller](https://redirect.github.com/PedroTroller) in
[https://github.com/dotnet/maui/pull/29538](https://redirect.github.com/dotnet/maui/pull/29538)
- \[Windows] Fix for ArgumentException thrown when setting a negative
padding value for the label by
[@​SyedAbdulAzeemSF4852](https://redirect.github.com/SyedAbdulAzeemSF4852)
in
[https://github.com/dotnet/maui/pull/29163](https://redirect.github.com/dotnet/maui/pull/29163)
- \[iOS] ScrollView content offset RTL - fix by
[@​kubaflo](https://redirect.github.com/kubaflo) in
[https://github.com/dotnet/maui/pull/29469](https://redirect.github.com/dotnet/maui/pull/29469)
- Set result to tcs when user cancels by
[@​bhavanesh2001](https://redirect.github.com/bhavanesh2001) in
[https://github.com/dotnet/maui/pull/29498](https://redirect.github.com/dotnet/maui/pull/29498)
- \[Android] Fix WebView Navigated is fired when source is null by
[@​bhavanesh2001](https://redirect.github.com/bhavanesh2001) in
[https://github.com/dotnet/maui/pull/29234](https://redirect.github.com/dotnet/maui/pull/29234)
- Clear Parent on old image source by
[@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/29481](https://redirect.github.com/dotnet/maui/pull/29481)
- \[iOS] Setting background color on the Searchbar - fix by
[@​kubaflo](https://redirect.github.com/kubaflo) in
[https://github.com/dotnet/maui/pull/23355](https://redirect.github.com/dotnet/maui/pull/23355)
- \[iOS] Fixed picker title's color by
[@​kubaflo](https://redirect.github.com/kubaflo) in
[https://github.com/dotnet/maui/pull/20205](https://redirect.github.com/dotnet/maui/pull/20205)
- Fixed picker allows user input if the keyboard is visible by
[@​NirmalKumarYuvaraj](https://redirect.github.com/NirmalKumarYuvaraj)
in
[https://github.com/dotnet/maui/pull/26382](https://redirect.github.com/dotnet/maui/pull/26382)
- \[Android] Fix gesture crash navigating by
[@​jsuarezruiz](https://redirect.github.com/jsuarezruiz) in
[https://github.com/dotnet/maui/pull/19517](https://redirect.github.com/dotnet/maui/pull/19517)
- Fixed KeepLastItemInView Does Not Scroll to Last Item When Adding
Items at Top by
[@​Dhivya-SF4094](https://redirect.github.com/Dhivya-SF4094) in
[https://github.com/dotnet/maui/pull/29632](https://redirect.github.com/dotnet/maui/pull/29632)
- Page.OnBackButtonPressed remove outdated API documentation by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[https://github.com/dotnet/maui/pull/29543](https://redirect.github.com/dotnet/maui/pull/29543)
- Fix NRE for UIView not being in UIWindow by
[@​TimMiller](https://redirect.github.com/TimMiller) in
[https://github.com/dotnet/maui/pull/29460](https://redirect.github.com/dotnet/maui/pull/29460)
- Fix CarouselView ItemsLayout Runtime Updates by
[@​Shalini-Ashokan](https://redirect.github.com/Shalini-Ashokan)
in
[https://github.com/dotnet/maui/pull/29447](https://redirect.github.com/dotnet/maui/pull/29447)
- Fix for \[Windows] HorizontalScrollBarVisibility="Never" not working
in CarouselView on Windows platform by
[@​SuthiYuvaraj](https://redirect.github.com/SuthiYuvaraj) in
[https://github.com/dotnet/maui/pull/29343](https://redirect.github.com/dotnet/maui/pull/29343)
- \[Windows, Mac] Fixed Disappearing event not triggered when closing a
window with a modal page by
[@​Vignesh-SF3580](https://redirect.github.com/Vignesh-SF3580) in
[https://github.com/dotnet/maui/pull/29129](https://redirect.github.com/dotnet/maui/pull/29129)
- \[iOS] Fixed the App crashes when navigating to a page containing a
map more than once by
[@​Ahamed-Ali](https://redirect.github.com/Ahamed-Ali) in
[https://github.com/dotnet/maui/pull/29369](https://redirect.github.com/dotnet/maui/pull/29369)
- \[Android] Inheriting StatusBar and NavigationBar background colors on
modal pages by [@​kubaflo](https://redirect.github.com/kubaflo) in
[https://github.com/dotnet/maui/pull/28568](https://redirect.github.com/dotnet/maui/pull/28568)
- \[iOS] Fix CarouselView proper bounce-back behavior when Loop=false by
[@​Shalini-Ashokan](https://redirect.github.com/Shalini-Ashokan)
in
[https://github.com/dotnet/maui/pull/29318](https://redirect.github.com/dotnet/maui/pull/29318)
- \[C] Fix typo by
[@​StephaneDelcroix](https://redirect.github.com/StephaneDelcroix)
in
[https://github.com/dotnet/maui/pull/29379](https://redirect.github.com/dotnet/maui/pull/29379)
- Fixed-Footer-Scrolling-Issue by
[@​prakashKannanSf3972](https://redirect.github.com/prakashKannanSf3972)
in
[https://github.com/dotnet/maui/pull/29381](https://redirect.github.com/dotnet/maui/pull/29381)
- \[Windows] Fixed the color not being applied to the Expand/Collapse
Chevron icon by
[@​Tamilarasan-Paranthaman](https://redirect.github.com/Tamilarasan-Paranthaman)
in
[https://github.com/dotnet/maui/pull/29140](https://redirect.github.com/dotnet/maui/pull/29140)
- Include all platforms in multi project template by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[https://github.com/dotnet/maui/pull/28766](https://redirect.github.com/dotnet/maui/pull/28766)
##### Testing
- \[Testing] Update Appium to v8 by
[@​jsuarezruiz](https://redirect.github.com/jsuarezruiz) in
[https://github.com/dotnet/maui/pull/29774](https://redirect.github.com/dotnet/maui/pull/29774)
- \[Testing] Include a tolerance parameter in the Verifyscreenshot
method by [@​jsuarezruiz](https://redirect.github.com/jsuarezruiz)
in
[https://github.com/dotnet/maui/pull/29776](https://redirect.github.com/dotnet/maui/pull/29776)
- \[Testing] Feature Matrix UITest Cases for Label by
[@​NafeelaNazhir](https://redirect.github.com/NafeelaNazhir) in
[https://github.com/dotnet/maui/pull/29690](https://redirect.github.com/dotnet/maui/pull/29690)
- \[Testing] Feature Matrix UITest Cases for Shadows by
[@​jsuarezruiz](https://redirect.github.com/jsuarezruiz) in
[https://github.com/dotnet/maui/pull/27701](https://redirect.github.com/dotnet/maui/pull/27701)
- \[Testing] Added UITest for MenuFlyoutItem Clicked/Command delegate by
[@​anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal)
in
[https://github.com/dotnet/maui/pull/29604](https://redirect.github.com/dotnet/maui/pull/29604)
- \[Testing] Feature Matrix UITest Cases for CarouselView by
[@​NafeelaNazhir](https://redirect.github.com/NafeelaNazhir) in
[https://github.com/dotnet/maui/pull/29548](https://redirect.github.com/dotnet/maui/pull/29548)
- \[Testing] Re-Enabled UI Test - Issue12574Test by
[@​TamilarasanSF4853](https://redirect.github.com/TamilarasanSF4853)
in
[https://github.com/dotnet/maui/pull/29436](https://redirect.github.com/dotnet/maui/pull/29436)
- \[Testing] Enabling more UI Tests by removing platform specific
condition - 18 by
[@​HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517)
in
[https://github.com/dotnet/maui/pull/28033](https://redirect.github.com/dotnet/maui/pull/28033)
- \[Testing] Feature Matrix UITest Cases for CollectionView Dynamic
changes by
[@​NafeelaNazhir](https://redirect.github.com/NafeelaNazhir) in
[https://github.com/dotnet/maui/pull/29424](https://redirect.github.com/dotnet/maui/pull/29424)
- \[UI Test] Create a new UITest for
ModalPageMarginCorrectAfterKeyboardOpens by
[@​jsuarezruiz](https://redirect.github.com/jsuarezruiz) in
[https://github.com/dotnet/maui/pull/21897](https://redirect.github.com/dotnet/maui/pull/21897)
- Fixed Test case failure in PR 29469 - \[2025/05/26] by
[@​kubaflo](https://redirect.github.com/kubaflo) in
[https://github.com/dotnet/maui/pull/29735](https://redirect.github.com/dotnet/maui/pull/29735)
- Fixed Test case failure in PR 29469 - \[2025/05/26] by
[@​kubaflo](https://redirect.github.com/kubaflo) in
[https://github.com/dotnet/maui/pull/29688](https://redirect.github.com/dotnet/maui/pull/29688)
- Fixed Test case failure in PR 29623 - \[2025/05/26] Candidate by
[@​LogishaSelvarajSF4525](https://redirect.github.com/LogishaSelvarajSF4525)
in
[https://github.com/dotnet/maui/pull/29636](https://redirect.github.com/dotnet/maui/pull/29636)
- Fixed Test case failure in PR 20205 - \[2025/05/26] by
[@​kubaflo](https://redirect.github.com/kubaflo) in
[https://github.com/dotnet/maui/pull/29686](https://redirect.github.com/dotnet/maui/pull/29686)
- Fixed Test case failure in PR 29473 - \[2025/05/19] Candidate by
[@​prakashKannanSf3972](https://redirect.github.com/prakashKannanSf3972)
in
[https://github.com/dotnet/maui/pull/29457](https://redirect.github.com/dotnet/maui/pull/29457)
- Fixed-CV2-Failing by
[@​prakashKannanSf3972](https://redirect.github.com/prakashKannanSf3972)
in
[https://github.com/dotnet/maui/pull/29423](https://redirect.github.com/dotnet/maui/pull/29423)
- Fixed Test case failure in PR 29623 - \[2025/05/26] Candidate by
[@​LogishaSelvarajSF4525](https://redirect.github.com/LogishaSelvarajSF4525)
in
[https://github.com/dotnet/maui/pull/29636](https://redirect.github.com/dotnet/maui/pull/29636)
##### Dependency Updates
- Bump to 1.7.250513003 of WindowsAppSDK by
[@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/29597](https://redirect.github.com/dotnet/maui/pull/29597)
- \[ci] Update dependencies from 9.0.4 to 9.0.5 by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29667](https://redirect.github.com/dotnet/maui/pull/29667)
- Changed Syncfusion toolkit version from 1.0.4 to 1.0.5 by
[@​panderson](https://redirect.github.com/panderson) in
[https://github.com/dotnet/maui/pull/29659](https://redirect.github.com/dotnet/maui/pull/29659)
- Android Libraries Ecosystem Updates
[`2025050`](https://redirect.github.com/dotnet/maui/commit/20250502) by
[@​moljac](https://redirect.github.com/moljac) in
[https://github.com/dotnet/maui/pull/29331](https://redirect.github.com/dotnet/maui/pull/29331)
##### Docs
- Add API XML Docs for Graphics by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[https://github.com/dotnet/maui/pull/29146](https://redirect.github.com/dotnet/maui/pull/29146)
- Add API XML Docs for Graphics.Skia by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[https://github.com/dotnet/maui/pull/29148](https://redirect.github.com/dotnet/maui/pull/29148)
- Add API XML Docs for Graphics.Skia.WPF by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[https://github.com/dotnet/maui/pull/29150](https://redirect.github.com/dotnet/maui/pull/29150)
- Add API XML Docs for Graphics.Skia.GtkSharp by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[https://github.com/dotnet/maui/pull/29149](https://redirect.github.com/dotnet/maui/pull/29149)
- Add API XML Docs for Graphics.Text.Markdig by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[https://github.com/dotnet/maui/pull/29151](https://redirect.github.com/dotnet/maui/pull/29151)
##### Housekeeping
- Update copilot-setup-steps.yml by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29868](https://redirect.github.com/dotnet/maui/pull/29868)
- Update copilot-setup-steps.yml by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29863](https://redirect.github.com/dotnet/maui/pull/29863)
- Update copilot-setup-steps.yml by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29860](https://redirect.github.com/dotnet/maui/pull/29860)
- Update copilot-setup-steps.yml by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29858](https://redirect.github.com/dotnet/maui/pull/29858)
- Create copilot-setup-steps.yml by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29856](https://redirect.github.com/dotnet/maui/pull/29856)
- \[ci] Allows usage of new keys from dotnet by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29843](https://redirect.github.com/dotnet/maui/pull/29843)
- \[housekeeping] Automated PR to fix formatting errors on main by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29847](https://redirect.github.com/dotnet/maui/pull/29847)7
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29831](https://redirect.github.com/dotnet/maui/pull/29831)1
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29793](https://redirect.github.com/dotnet/maui/pull/29793)3
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29759](https://redirect.github.com/dotnet/maui/pull/29759)9
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29724](https://redirect.github.com/dotnet/maui/pull/29724)4
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29723](https://redirect.github.com/dotnet/maui/pull/29723)3
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29701](https://redirect.github.com/dotnet/maui/pull/29701)1
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29505](https://redirect.github.com/dotnet/maui/pull/29505)5
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29506](https://redirect.github.com/dotnet/maui/pull/29506)6
- \[create-pull-request] automated change by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/28203](https://redirect.github.com/dotnet/maui/pull/28203)3
- updated base images for candidate PR failures by
[@​anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal)
in
[https://github.com/dotnet/maui/pull/29766](https://redirect.github.com/dotnet/maui/pull/29766)
- \[samples] Allow sample to run with different .net than on machine by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29745](https://redirect.github.com/dotnet/maui/pull/29745)
- added snapshot by
[@​LogishaSelvarajSF4525](https://redirect.github.com/LogishaSelvarajSF4525)
in
[https://github.com/dotnet/maui/pull/29742](https://redirect.github.com/dotnet/maui/pull/29742)
- Fix Build issue in inflight/Current by
[@​bhavanesh2001](https://redirect.github.com/bhavanesh2001) in
[https://github.com/dotnet/maui/pull/29614](https://redirect.github.com/dotnet/maui/pull/29614)
- \[housekeeping] Automated PR to fix formatting errors on
inflight/current by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29506](https://redirect.github.com/dotnet/maui/pull/29506)6
- \[housekeeping] Automated PR to fix formatting errors on
inflight/current by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29516](https://redirect.github.com/dotnet/maui/pull/29516)6
- \[housekeeping] Automated PR to fix formatting errors on
inflight/current by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29519](https://redirect.github.com/dotnet/maui/pull/29519)9
- \[housekeeping] Automated PR to fix formatting errors on
inflight/current by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29343](https://redirect.github.com/dotnet/maui/pull/29343)3
- \[housekeeping] Automated PR to fix formatting errors on
inflight/current by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29348](https://redirect.github.com/dotnet/maui/pull/29348)8
- \[housekeeping] Automated PR to fix formatting errors on
inflight/candidate by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/dotnet/maui/pull/29611](https://redirect.github.com/dotnet/maui/pull/29611)1
- Remove by [@​MartyIX](https://redirect.github.com/MartyIX) in
[https://github.com/dotnet/maui/pull/29476](https://redirect.github.com/dotnet/maui/pull/29476)
- Add an AI triage assistant by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29646](https://redirect.github.com/dotnet/maui/pull/29646)
- \[iOS] Move to 16.3 by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29718](https://redirect.github.com/dotnet/maui/pull/29718)
- \[ci] Fix Appium provisioning when no global nom exists by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29607](https://redirect.github.com/dotnet/maui/pull/29607)
- Update CODEOWNERS by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29659](https://redirect.github.com/dotnet/maui/pull/29659)
- Format the .NET 10 branch too by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29532](https://redirect.github.com/dotnet/maui/pull/29532)
- Fix the action for updating formatting on PRs by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29525](https://redirect.github.com/dotnet/maui/pull/29525)
- Create a workflow that formats PRs by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29507](https://redirect.github.com/dotnet/maui/pull/29507)
- Update dotnet-format-daily.yml by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29504](https://redirect.github.com/dotnet/maui/pull/29504)
- Add more branches to the formatting run by
[@​mattleibow](https://redirect.github.com/mattleibow) in
[https://github.com/dotnet/maui/pull/29500](https://redirect.github.com/dotnet/maui/pull/29500)
- try Fix branchname for nightly by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29369](https://redirect.github.com/dotnet/maui/pull/29369)
- Update bug-report.yml with latest releases by
[@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/29482](https://redirect.github.com/dotnet/maui/pull/29482)
- Run Categories Separately by
[@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/29362](https://redirect.github.com/dotnet/maui/pull/29362)
- \[ci] Rollback can t be pushed by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29470](https://redirect.github.com/dotnet/maui/pull/29470)
- \[api] Fix unshipped/shipped api files for android by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29465](https://redirect.github.com/dotnet/maui/pull/29465)
- Update ListViewViewCellBinding.cs by
[@​HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517)
in
[https://github.com/dotnet/maui/pull/29409](https://redirect.github.com/dotnet/maui/pull/29409)
- \[ci] Push metadata rollbacks by
[@​rmarinho](https://redirect.github.com/rmarinho) in
[https://github.com/dotnet/maui/pull/29401](https://redirect.github.com/dotnet/maui/pull/29401)
- Setup Stage for Validating CarouselView2 by
[@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/29283](https://redirect.github.com/dotnet/maui/pull/29283)
- Update Versions.props 9.0.80 SR8 Versioning by
[@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/29908](https://redirect.github.com/dotnet/maui/pull/29908)
- Update Versions.props to 9.0.80 by
[@​PureWeen](https://redirect.github.com/PureWeen) in
[https://github.com/dotnet/maui/pull/29408](https://redirect.github.com/dotnet/maui/pull/29408)
##### New Contributors
-
[@​Subhiksha-Chandrasekaran](https://redirect.github.com/Subhiksha-Chandrasekaran)
made their first contribution in
[https://github.com/dotnet/maui/pull/29497](https://redirect.github.com/dotnet/maui/pull/29497)
-
[@​SyedAbdulAzeemSF4852](https://redirect.github.com/SyedAbdulAzeemSF4852)
made their first contribution in
[https://github.com/dotnet/maui/pull/29660](https://redirect.github.com/dotnet/maui/pull/29660)
-
[@​prakashKannanSf3972](https://redirect.github.com/prakashKannanSf3972)
made their first contribution in
[https://github.com/dotnet/maui/pull/29681](https://redirect.github.com/dotnet/maui/pull/29681)
-
[@​BagavathiPerumal](https://redirect.github.com/BagavathiPerumal)
made their first contribution in
[https://github.com/dotnet/maui/pull/29441](https://redirect.github.com/dotnet/maui/pull/29441)
- [@​Shalini-Ashokan](https://redirect.github.com/Shalini-Ashokan)
made their first contribution in
[https://github.com/dotnet/maui/pull/29546](https://redirect.github.com/dotnet/maui/pull/29546)
- [@​Dhivya-SF4094](https://redirect.github.com/Dhivya-SF4094)
made their first contribution in
[https://github.com/dotnet/maui/pull/29574](https://redirect.github.com/dotnet/maui/pull/29574)
-
[@​TamilarasanSF4853](https://redirect.github.com/TamilarasanSF4853)
made their first contribution in
[https://github.com/dotnet/maui/pull/27575](https://redirect.github.com/dotnet/maui/pull/27575)
- [@​PedroTroller](https://redirect.github.com/PedroTroller) made
their first contribution in
[https://github.com/dotnet/maui/pull/29538](https://redirect.github.com/dotnet/maui/pull/29538)
- [@​TimMiller](https://redirect.github.com/TimMiller) made their
first contribution in
[https://github.com/dotnet/maui/pull/29460](https://redirect.github.com/dotnet/maui/pull/29460)
- [@​NafeelaNazhir](https://redirect.github.com/NafeelaNazhir)
made their first contribution in
[https://github.com/dotnet/maui/pull/29690](https://redirect.github.com/dotnet/maui/pull/29690)
-
[@​LogishaSelvarajSF4525](https://redirect.github.com/LogishaSelvarajSF4525)
made their first contribution in
[https://github.com/dotnet/maui/pull/29636](https://redirect.github.com/dotnet/maui/pull/29636)
-
[@​anandhan-rajagopal](https://redirect.github.com/anandhan-rajagopal)
made their first contribution in
[https://github.com/dotnet/maui/pull/29604](https://redirect.github.com/dotnet/maui/pull/29604)
-
[@​HarishKumarSF4517](https://redirect.github.com/HarishKumarSF4517)
made their first contribution in
[https://github.com/dotnet/maui/pull/28033](https://redirect.github.com/dotnet/maui/pull/28033)
**Full Changelog**:
https://github.com/dotnet/maui/compare/release/9.0.1xx-sr7..release/9.0.1xx-sr8
###
[`v9.0.71`](https://redirect.github.com/dotnet/maui/releases/tag/9.0.71):
SR7.1
[Compare
Source](https://redirect.github.com/dotnet/maui/compare/9.0.70...9.0.71)
#### What's Changed
- \[release/9.0.1xx-sr7] Revert "Add Accessibility Selected for iOS
CollectionView
([#​29014](https://redirect.github.com/dotnet/maui/issues/29014))"
by [@​github-actions](https://redirect.github.com/github-actions)
in
[https://github.com/dotnet/maui/pull/29854](https://redirect.github.com/dotnet/maui/pull/29854)
**Full Changelog**:
https://github.com/dotnet/maui/compare/9.0.70...9.0.71
</details>
<details>
<summary>dotnet/runtime (System.Text.Json)</summary>
###
[`v9.0.7`](https://redirect.github.com/dotnet/runtime/releases/tag/v9.0.7):
.NET 9.0.7
[Release](https://redirect.github.com/dotnet/core/releases/tag/v9.0.7)
#### What's Changed
- \[release/9.0-staging] Fix crash during Async Break when APC and CET
are enabled by [@​thaystg](https://redirect.github.com/thaystg) in
[https://github.com/dotnet/runtime/pull/114932](https://redirect.github.com/dotnet/runtime/pull/114932)
- \[release/9.0-staging] \[STJ] Account for F#
CompilationMappingAttribute now supporting multiple declarations. by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/115076](https://redirect.github.com/dotnet/runtime/pull/115076)
- \[release/9.0-staging]\[wasm]\[interpreter] Fix PackedSimd interpreter
intrinsics by [@​lewing](https://redirect.github.com/lewing) in
[https://github.com/dotnet/runtime/pull/114218](https://redirect.github.com/dotnet/runtime/pull/114218)
- \[release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in
methods without .localsinit by
[@​jakobbotsch](https://redirect.github.com/jakobbotsch) in
[https://github.com/dotnet/runtime/pull/115568](https://redirect.github.com/dotnet/runtime/pull/115568)
- \[release/9.0-staging] throw an exception instead of infinite loop in
`sort_mark_list` by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/115529](https://redirect.github.com/dotnet/runtime/pull/115529)
- \[release/9.0-staging] \[DNS] Ignore ObjectDisposedException on
CancellationToken Callback by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/115840](https://redirect.github.com/dotnet/runtime/pull/115840)
- Revert "\[release/9.0-staging] Fix crash during Async Break when APC
and CET are enabled" by
[@​thaystg](https://redirect.github.com/thaystg) in
[https://github.com/dotnet/runtime/pull/116015](https://redirect.github.com/dotnet/runtime/pull/116015)
- \[release/9.0-staging] Fix SysV first/second return register GC info
mismatch by
[@​jakobbotsch](https://redirect.github.com/jakobbotsch) in
[https://github.com/dotnet/runtime/pull/116206](https://redirect.github.com/dotnet/runtime/pull/116206)
- \[release/9.0-staging] Fix PipeStream leak on Windows when pipe is
disposed with a pending operation by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/116188](https://redirect.github.com/dotnet/runtime/pull/116188)
- \[release/9.0] Fix edge cases in Tarjan GC bridge (Android) by
[@​filipnavara](https://redirect.github.com/filipnavara) in
[https://github.com/dotnet/runtime/pull/114682](https://redirect.github.com/dotnet/runtime/pull/114682)
- \[release/9.0-staging] Revert change to follow symlinks of dotnet host
by [@​github-actions](https://redirect.github.com/github-actions)
in
[https://github.com/dotnet/runtime/pull/116244](https://redirect.github.com/dotnet/runtime/pull/116244)
- Update branding to 9.0.7 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/runtime/pull/116312](https://redirect.github.com/dotnet/runtime/pull/116312)
- \[release/9.0-staging] Fix generation of minidump by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/115738](https://redirect.github.com/dotnet/runtime/pull/115738)
- \[release/9.0-staging] fix: in rsa signatures, configure digest before
padding mode by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/115695](https://redirect.github.com/dotnet/runtime/pull/115695)
- \[release/9.0-staging] JIT: Fix possible heap corruption in outlined
composite SSA storage by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/116132](https://redirect.github.com/dotnet/runtime/pull/116132)
- \[release/9.0-staging] Update dependencies from dotnet/roslyn by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/runtime/pull/115984](https://redirect.github.com/dotnet/runtime/pull/115984)
- \[release/9.0-staging] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/runtime/pull/115855](https://redirect.github.com/dotnet/runtime/pull/115855)
- \[release/9.0-staging] Update dependencies from dotnet/icu by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/runtime/pull/115597](https://redirect.github.com/dotnet/runtime/pull/115597)
- \[release/9.0-staging] Update dependencies from dotnet/sdk by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/runtime/pull/115710](https://redirect.github.com/dotnet/runtime/pull/115710)
- \[release/9.0-staging] Update dependencies from dotnet/cecil by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/runtime/pull/115504](https://redirect.github.com/dotnet/runtime/pull/115504)
- \[release/9.0-staging] Update dependencies from dotnet/xharness by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/runtime/pull/115589](https://redirect.github.com/dotnet/runtime/pull/115589)
- \[release/9.0] Update dependencies from dotnet/emsdk by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/runtime/pull/115537](https://redirect.github.com/dotnet/runtime/pull/115537)
- Bump SDK version used by WASM since it was broken by dotnet/arcade
codeflow by [@​jozkee](https://redirect.github.com/jozkee) in
[https://github.com/dotnet/runtime/pull/116450](https://redirect.github.com/dotnet/runtime/pull/116450)
- \[automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/115576](https://redirect.github.com/dotnet/runtime/pull/115576)
- \[release/9.0-staging] Link peer's X509 stack handle to parent SSL
safe handle by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/115380](https://redirect.github.com/dotnet/runtime/pull/115380)
- \[release/9.0-staging] \[mono]\[interp] Minor SSA fixes by
[@​BrzVlad](https://redirect.github.com/BrzVlad) in
[https://github.com/dotnet/runtime/pull/116428](https://redirect.github.com/dotnet/runtime/pull/116428)
- \[release/9.0-staging] Update dependencies from dotnet/runtime-assets
by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)
in
[https://github.com/dotnet/runtime/pull/115677](https://redirect.github.com/dotnet/runtime/pull/115677)
- \[release/9.0-staging] Disable the UTFStringConversionFailures test on
CI runs by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/116460](https://redirect.github.com/dotnet/runtime/pull/116460)
- \[manual] Merge release/9.0-staging into release/9.0 by
[@​jozkee](https://redirect.github.com/jozkee) in
[https://github.com/dotnet/runtime/pull/116459](https://redirect.github.com/dotnet/runtime/pull/116459)
- Merging internal commits for release/9.0 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/runtime/pull/116499](https://redirect.github.com/dotnet/runtime/pull/116499)
- \[release/9.0] Delete s390x and ppc64le helix queues by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/runtime/pull/116537](https://redirect.github.com/dotnet/runtime/pull/116537)
**Full Changelog**:
https://github.com/dotnet/runtime/compare/v9.0.6...v9.0.7
###
[`v9.0.6`](https://redirect.github.com/dotnet/runtime/releases/tag/v9.0.6)
#### Bug Fixes
- **Read messages from binlog if process output is missing build
finished message
([#​114676](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/115085))**\
Updates the Arcade build infrastructure dependency, ensuring the latest
build tools and scripts are used.
- **Update dependencies from dotnet/sdk
([#​114856](https://redirect.github.com/dotnet/runtime/pull/114856),
[#​115466](https://redirect.github.com/dotnet/runtime/pull/115466))**\
Brings in the latest changes from the .NET SDK, improving build
reliability and incorporating upstream fixes.
- **Update dependencies from dotnet/icu
([#​114762](https://redirect.github.com/dotnet/runtime/pull/114762),
[#​115440](https://redirect.github.com/dotnet/runtime/pull/115440))**\
Updates the ICU library dependency, enhancing globalization support and
fixing related issues.
- **Update dependencies from dotnet/cecil
([#​114670](https://redirect.github.com/dotnet/runtime/pull/114670))**\
Incorporates the latest Mono.Cecil updates, improving assembly
manipulation and metadata handling.
- **Update dependencies from dotnet/emsdk
([#​114702](https://redirect.github.com/dotnet/runtime/pull/114702))**\
Updates the Emscripten SDK dependency, ensuring up-to-date WebAssembly
toolchain support.
- **Update dependencies from dotnet/xharness
([#​114855](https://redirect.github.com/dotnet/runtime/pull/114855))**\
Brings in the latest XHarness test runner updates, improving test
automation and reliability.
#### Miscellaneous
- **Update branding to 9.0.6
([#​115385](https://redirect.github.com/dotnet/runtime/pull/115385))**\
Updates version branding throughout the repository to reflect the 9.0.6
release.
- **Fix line endings
([#​115413](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/114700))**\
Automated merge to synchronize changes between release branches,
ensuring consistency across development streams.
- **Merging internal commits for release/9.0
([#​115535](https://redirect.github.com/dotnet/runtime/pull/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](https://redirect.github.com/dotnet/runtime/pull/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
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/reactiveui/ReactiveUI).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6c4e95b commit 3c607ecCopy full SHA for 3c607ec
File tree
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedFilter options
- src
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedsrc/Directory.Packages.props
Copy file name to clipboardExpand all lines: src/Directory.Packages.props+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
|
0 commit comments