CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 20:31:11 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"6429249ec8a18eb0424eb1d13931cbdb"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Uz5n6WglQibab%2B0DnsIAYHIM6ob1FQ0b34DsWMrvvpsxqM4nSc7f8MfiK7TKrwFHLF893vJWfSFxl8EJjwWpNGNhjJgYLWWfYikpVsdvzx5NuwEPwLhVe6qkghdt%2B6hDR56%2FCigFQxNtQQecIGtlQjFugUwIIvL4w26Z2O%2FDSjl3DvMJ6f0zamzsxkuD0Y%2BHC%2FI3DQSHFGTg3QWuOcudsGiwvyNsJ%2B0jBOFY%2BLewXgTjkwpxNvEcemR4WIewmVLvKocF3ToRKY%2F2VD4XN6OCDw%3D%3D--vPUSW8jTvkfADgPk--IsaWoDZ%2FCk3uEoAOOajJ%2FQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1781169342.1753302670; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:31:10 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:31:10 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9184:18BEF9:D7517:1171DA:6881468E
Release 9.0.0-preview.6.24327.7 · dotnet/maui · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
9.0.0-preview.6.24327.7
Pre-release
Pre-release
Compare
What's Changed
MAUI Product Fixes
- Update project & solution templates by @jfversluis in #22816
- Make sure ImageButton always has a background by @mattleibow in #22717
- [ios/catalyst] fix leak in NavigationPage by @jonathanpeppers in #22810
- [Android] Fix RadioButton selection in Group by @jsuarezruiz in #22787
- [Windows] Subscribe less pointer events in
UpdatingGestureRecognizers
by @MartyIX in #22781 - [ios/catalyst] fix memory leak in CollectionView cells by @jonathanpeppers in #22867
- Add DarkTheme style for Frame by @PureWeen in #22871
- [iOS] Fix setting the CurrentItem on CarouselView load by @PureWeen in #22861
- [Windows] Optimize getting default font size and font family values by @MartyIX in #22782
- Remove LINQ and reflection from EasingTypeConverter by @imememani in #19260
- [ios/catalyst] fix memory leak in
ToolbarItem
by @jonathanpeppers in #22893 - [Android] Border with RoundRectangle - fix by @kubaflo in #21250
- Use corrected index for CellDisplayingEnded by @PureWeen in #22912
- iOS Entry & Editor Placeholder font follows FontFamily property by @jfversluis in #22864
- Fix Android CollectionView Header and Footer Template by @PureWeen in #22889
- [WinUI] Fix DateTimeFormatter for "ddd" by @drasticactions in #20045
- Remove unnecessary SendAppearing call by @PureWeen in #22959
- SwipeView shows what's beneath while still swiping - fix by @kubaflo in #22741
- [XC] Fix SimplifyTypeExtensionVisitor by @simonrozsival in #23043
- [XC] Make assembly comparison less strict by @simonrozsival in #23031
- [iOS] Fixed NRE after calling ViewCell.ForceUpdateSize by @VitalyKnyazev in #23094
- Fix animated gifs in Release builds by @mattleibow in #22874
- Fix loaded so it fires on second subscription by @PureWeen in #23095
- Make sure the view is still alive after posting by @mattleibow in #23114
- [iOS] TapGestureRecognizer should not fire when view is not enabled by @Redth in #23049
- Use correct interface type in FrameRenderer by @PureWeen in #23124
- [Windows] Ensure titlebar button foreground colors use app theme by @Foda in #23144
Size
andSizeF
should not throw onNaN
by @mattleibow in #22890- Fix Action Sheets for macOS by @mattleibow in #19629
- [ios] fix leak in ListView *Cells by @jonathanpeppers in #23143
- [XC] Produce warning when x:DataType is inherited from outer scope of
DataTemplate
by @simonrozsival in #22803 - [ios/catalyst] fix more cycles in
NavigationPage
by @jonathanpeppers in #23164 - Optimize resetting gesture recognizers by @symbiogenesis in #19987
- [Windows] Fix ListView insert not working properly by @Foda in #22746
- Fix encoding in maui templates by @MiYanni in #22084
- NavHost cannot be null on Back key pressed - fix by @kubaflo in #23170
- [ios/catalyst] fix memory leak in TabbedPage by @jonathanpeppers in #23166
- [iOS] Set WindowOverlay's GraphicsView to transparent input by @drasticactions in #23208
- Avoid JavaCast + exceptions and instead just ask Java by @mattleibow in #23215
- Enable Binding inteceptors source generator by default by @simonrozsival in #22856
- [Essentials] Add DateTimeOffset overload in Preferences by @Cheesebaron in #22815
- Obsolete IBorder by @mattleibow in #23224
- Null terminate iOS TabbedRenderer by @PureWeen in #23289
Docs
Tests
- [Testing] Remove IgnoreIfPlatforms usage on UITests by @jsuarezruiz in #22526
- Fix Appium install PowerShell script by @jfversluis in #22883
- Fix appium-install.ps1 by @mattleibow in #22916
- Ignore orientation CarV test for Mac by @PureWeen in #22934
- Remove old Compatibility Appium test projects by @Redth in #23098
- [NativeAOT] Fix CarouselViewUITests by @simonrozsival in #23113
- [Tests] Update to Appium 5.0.0 by @Redth in #23118
- Fix failing tests on net9 branch by @PureWeen in #23147
- [Housekeeping] Added UI Test to validate project template by @jsuarezruiz in #18567
- [release/9.0.1xx-preview6] Bump Appium version to 2.11 by @github-actions in #23339
Dependency Updates
- [net9.0] Update dependencies from dotnet/aspnetcore by @dotnet-maestro in #22735
- [net9.0] Update dependencies from dotnet/aspnetcore by @dotnet-maestro in #22895
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in #22950
- [net9.0] Update dependencies from dotnet/aspnetcore by @dotnet-maestro in #22922
- [net9.0] Update dependencies from dotnet/aspnetcore by @dotnet-maestro in #22958
- [main] Update arcade and xharness by @rmarinho in #22981
- [net9.0] Update arcade and xharness by @rmarinho in #22982
- [Windows] Upgrade Windows App SDK from 1.5.1 to 1.5.4 by @MartyIX in #22992
- [net9.0] Update dependencies from dotnet/aspnetcore by @dotnet-maestro in #23046
- [main] Update dependencies from dotnet/xharness by @dotnet-maestro in #23088
- [SR6] Update arcade and xharness (#22981) by @PureWeen in #23100
- [net9.0] Update dependencies from dotnet/aspnetcore by @dotnet-maestro in #23072
- [net9.0] Update dependencies from dotnet/aspnetcore by @dotnet-maestro in #23127
- Bump to Android 34.0.113 by @jonathanpeppers in #23120
- [release/9.0.1xx-preview6] Update dependencies from dotnet/android by @dotnet-maestro in #23249
- [release/9.0.1xx-preview6] Update dependencies from dotnet/aspnetcore by @dotnet-maestro in #23248
Housekeeping
- 8.0.60 Release Versioning by @PureWeen in #22920
- Bump to 8.0.70 Versioning by @PureWeen in #22921
- Merge
release/8.0.1xx-sr6
tomain
by @PureWeen in #22935 - Fix Release Versioning by @PureWeen in #22941
- Fix PatchVersion to 70 by @PureWeen in #22955
- [net9.0] Merge main to net9.0 by @rmarinho in #22984
- Add SR6 to issue template by @PureWeen in #23071
- Make sure the main branch is using .NET 8 SDK by @mattleibow in #23077
- Setup preview versioning for SR6.1 by @PureWeen in #23096
- Update vscode extension recommendations by @Redth in #23044
- Add additional logging for PopLifeCycle by @PureWeen in #23103
- Merge release/8.x-sr6 into main by @mattleibow in #23121
- Merge branch 'release/8.0.1xx-sr6' into main by @PureWeen in #23146
- Merge SR 6 into main by @mattleibow in #23161
- [ci] Set OfficialBuildId when building asset manifests by @pjcollins in #23102
- [net9.0] Merge main into net9.0 by @PureWeen in #23126
- Revert "[net9.0] Merge main into net9.0 (#23126)" by @PureWeen in #23241
- [net9.0] Merge main into net9.0 by @PureWeen in #23243
- Bump Previous DotNet Released Version by @PureWeen in #23245
- [net9.0-preview6] Updated versions and fixes by @mattleibow in #23323
New Contributors
- @imememani made their first contribution in #19260
- @VitalyKnyazev made their first contribution in #23094
- @MiYanni made their first contribution in #22084
Full Changelog: 9.0.0-preview.5.24307.10...9.0.0-preview.6.24327.7
Assets 24
6 people reacted
You can’t perform that action at this time.