-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] Make main net9 #25351
[main] Make main net9 #25351
Commits on Jul 22, 2024
-
[ci] Use drop service for SDK insertion artifacts (#23658)
* [ci] Use drop service for SDK insertion artifacts Context: xamarin/yaml-templates@8759ec9 Steps to upload release artifacts to custom blob storage have been replaced with azure-artifacts-drop (aka.ms/drop). A new version of nuget-msi-convert has been added that will create a set of artifact drops for the following shipping artifacts: * nugets * vs-components * vs-packs The nugets drop contains all shipping packages that should be pushed to various feeds or NuGet.org. The components and packs drops are used for VS insertions. * Fix sign verify paths * Use main yaml-templates branch * Fix artifact name that contains symbols
Configuration menu - View commit details
-
Copy full SHA for f88260e - Browse repository at this point
Copy the full SHA f88260eView commit details -
Merge branch 'main' into merge-main-net9
# Conflicts: # eng/pipelines/handlers.yml # src/Controls/src/Core/Binding.cs # src/Controls/src/Xaml/MarkupExtensions/BindingExtension.cs # src/Controls/src/Xaml/XamlServiceProvider.cs
Configuration menu - View commit details
-
Copy full SHA for 9dcd338 - Browse repository at this point
Copy the full SHA 9dcd338View commit details
Commits on Jul 23, 2024
-
Obsolete setting mainpage via application (#23692)
* Obsolete setting mainpage via application * - fix up our samples * - Add templates for creating a window * - fixes * - fix naming * - fix mainpage * Update WindowTests.cs * - restore mainpage test * - fix * - fix page setter * - fix essentials * - winui fix * - more fixes * - fix * - fix * Update App.xaml.cs
Configuration menu - View commit details
-
Copy full SHA for 6f2e1f2 - Browse repository at this point
Copy the full SHA 6f2e1f2View commit details -
Obsolete compatibility layout (#23710)
* - move layout forward * - implement layout<T> API surface * - updates * change to use field * - add onchildadded * Update LayoutOfT.cs * Update LayoutOfT.cs * - remove LayoutOFT and make more things obsolete * - fix compat --------- Co-authored-by: Matthew Leibowitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcfc816 - Browse repository at this point
Copy the full SHA dcfc816View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1400c5 - Browse repository at this point
Copy the full SHA e1400c5View commit details -
[Binding SG] Dogfood binding source generator in the MAUI codebase (#…
…23393) * Use the SetBinding SG wherever possible in Controls Core * Use the SetBinding SG wherever possible in Controls Core UnitTests * Use the SetBinding SG wherever possible in Compatibility Core Android * Add workaround for XamlPreCompile with interceptors for Windows builds * Generate file-scoped attribute class in each generated source output * Remove explicit restore and build targets in ExecuteBuildUITestApp * Fix integration test
Configuration menu - View commit details
-
Copy full SHA for a85362c - Browse repository at this point
Copy the full SHA a85362cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc1924 - Browse repository at this point
Copy the full SHA 3fc1924View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bab5f - Browse repository at this point
Copy the full SHA c3bab5fView commit details
Commits on Jul 24, 2024
-
Stop using
IPlatformSizeService
(#23725)* Stop using IPlatformSizeService * Update IPlatformSizeService.cs
Configuration menu - View commit details
-
Copy full SHA for 73dc3d7 - Browse repository at this point
Copy the full SHA 73dc3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1414b9e - Browse repository at this point
Copy the full SHA 1414b9eView commit details -
Android ecosystem updates 20240618 based on net9.0 branch (#23271)
* Android ecosystem updates based on net9.0 branch * ContainsItem implementation added * return value fix * fixed parameter type * fix according to Pepper's comment * correct warnings code to be ignored as errors * newest versions (hopefully aligned) * NU1608 added * Update Core.csproj * explicitly added nuget transitive dependencies * new versions from `net9.0` branch * fix for AAPT errors * explicitly added Xamarin.AndroidX.Lifecycle * explicitly added Xamarin.AndroidX.Lifecycle.Runtime * to fix CI added Xamarin.AndroidX.Lifecycle.ViewModel * added Xamarin.AndroidX.Lifecycle. packagereferences * added Xamarin.AndroidX.Lifecycle.* package references * bumps after alignment * reverting additions afte alignment * WarningsNotAsErrors replaced with #pragma warning * fix for AndroidX.Core.View.ViewCompat.IsLaidOut(view) * XAOBS001 fixes * com.android.tools.build:gradle:7.4.2 * fixes for CS0618 on Windows only?!?! * more pragma warning disable CS0618 on windows * wrong line fix
Configuration menu - View commit details
-
Copy full SHA for 18e9755 - Browse repository at this point
Copy the full SHA 18e9755View commit details -
[net9.0] Delete obsolete Mappers (#23712)
* [core] Delete obsolete Mappers * Update MapperTests.cs * Fix unit tests
Configuration menu - View commit details
-
Copy full SHA for b62c771 - Browse repository at this point
Copy the full SHA b62c771View commit details -
[net9.0] Merge main to net9 (#23752)
### Description of Change Bring latest changes from main to net9.0
Configuration menu - View commit details
-
Copy full SHA for 339f643 - Browse repository at this point
Copy the full SHA 339f643View commit details
Commits on Jul 25, 2024
-
Use DialogFragment for Android modals (#22869)
* implement DialogFragment add new shiny DialogFragment refactoring code to find and dismiss DialogFragment code cleanup delete ModalContainer to use only ModalFragment handle animation and add a map between page and dialogFragment We've back button enabled! After dismissing several demons summoned using obscure Android APIs, I was able to deal with the BackButtonPressed event add modal animations as anim.xml files using cleanup remowork PopModalPlatformAsync to work with dialogFragment remove tag final adjustments on DialogFragment change the ShowNow for Show to fix the issue Wait for animation to complete change local functions order fix build create window hooks for android (like iOS) clean up ModalFragment fields change Dictionary to ConditionalWeakTable clean up event animation refactor on Null notation remove comments - adjust back button - different back button code style remove unused prop. fix DontPushModalPagesWhenWindowIsDeactivated DeviceTest completes the task return back the way how modalManager handles android modals normilize animation duration Co-authored-by: Shane Neuville <[email protected]> remove focusability code change how fragments are looked-up code style * code cleanup * simplify the notification when modal is dismissed
Configuration menu - View commit details
-
Copy full SHA for 63c6576 - Browse repository at this point
Copy the full SHA 63c6576View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1486f - Browse repository at this point
Copy the full SHA ad1486fView commit details -
Add HandlerProperties.DisconnectPolicy for controlling when Disconnec…
…tHandler is called (#23738) * Initial Commit * - fixes * - fix destroy path for android shell * - fix toolbar handler disconnect * - fix * - add new apis * - IElement Changes * - window timing fixes * - fix naming and iOS timing * - fix windows and add unshipped txt files * - fix naming * Update PublicAPI.Unshipped.txt * - fix naming * Rename HandlerBehavior.cs to HandlerProperties.cs * Rename IHandlerBehaviors.cs to {IHandlerDisconnectPolicies.cs * Rename {IHandlerDisconnectPolicies.cs to IHandlerDisconnectPolicies.cs * Update PublicAPI.Unshipped.txt * - fix * - fixes * - add tests * Update NavigationRenderer.cs * Update HandlerLifeCycleTests.cs --------- Co-authored-by: Matthew Leibowitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f44bdc4 - Browse repository at this point
Copy the full SHA f44bdc4View commit details
Commits on Jul 26, 2024
-
[net9.0] Update dependencies from dotnet/android (#23694)
* Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24366.1+azdo.9890920 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.8 * Android API 35 obsoletions These are both on Compatiblity, so we probably can just ignore them or use a different API (if alternative is clear). Ignore warning for `Window.SetStatusBarColor()`: * https://developer.android.com/reference/android/view/Window#setStatusBarColor(int) Stop passing `exact:false` for `Path.ComputeBounds()` as it is ignored: * https://developer.android.com/reference/android/graphics/Path#computeBounds(android.graphics.RectF,%20boolean) * https://cs.android.com/android/platform/superproject/main/+/main:frameworks/base/graphics/java/android/graphics/Path.java;l=305 * Install Android SDK dependencies for API 35 * Suppress API 35 warning in ShapeRenderer It appears `ComputeBounds(Rect)` without `exact` is missing in the C# binding * Update ui-tests-build-sample.yml * Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24368.1+azdo.9903188 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.9 * Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24368.1+azdo.9903188 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.9 * Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24368.1+azdo.9903188 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.9 * Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24368.1+azdo.9903188 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.9 * Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24368.1+azdo.9903188 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.9 * Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24368.1+azdo.9903188 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.9 * Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24368.1+azdo.9903188 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.9 * Update dependencies from https://github.com/dotnet/android build 9.0.0-preview.7.24375.1+azdo.9939534 Microsoft.Android.Sdk.Windows From Version 34.99.0-preview.7.346 -> To Version 35.0.0-preview.7.29 * Bump dotnet/runtime to match dotnet/android --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jonathan Peppers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5edfa5 - Browse repository at this point
Copy the full SHA c5edfa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b80aa7c - Browse repository at this point
Copy the full SHA b80aa7cView commit details -
Merge branch 'main' into merge-main-net9
# Conflicts: # src/Controls/src/Xaml/Hosting/AppHostBuilderExtensions.cs
Configuration menu - View commit details
-
Copy full SHA for 5d7d5ba - Browse repository at this point
Copy the full SHA 5d7d5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3a3e1 - Browse repository at this point
Copy the full SHA 8c3a3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 175b6f1 - Browse repository at this point
Copy the full SHA 175b6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d194c - Browse repository at this point
Copy the full SHA b0d194cView commit details -
[net9.0] [Windows] Add TitleBar Control (#23845)
* [Windows] Add TitleBar Control (#23019) * Custom titlebar control support spike * handle titlebar hit test elements automatically * sample * Added TitleBar property to Window: you can now set titlebar properties on the Window such as leading + trailing content, color, etc. * Add inactive colors for background + foreground Fix hide/show titlebar control not working * Fix issue w/ titlebar unhook on window close Add titlebar to sample page * Added `Window.SetTitleBar` function to set the window titlebar. This allows XAML defined titlebars w/ bindings * Revert some changes * Revert changes Fix PublicAPI defs * Error checkAdditional error checks for page nav * Update ITitlebar interface * Titlebar control is now a TemplatedView * Remove `SetTitlebar` API Update sample * Remove child * Use pattern matching * Add some docs * Fix missing publicapi bits * More public api bits * Missed some * Fix use of content presenter * Adjust passthrough logic * Fix titlebar height adjust for caption buttons * Fix override of default template not working * Cleanup * Fix default control template not being applied Add default style for TitleBar * Fix missing API for tizen * Fix sample issue Update sample * Fix missing title + icon when titlebar is not fully set Fix titlebar title spacing w/ default behavior Fix titlebar content added not allowing hit test Fix missing public API * Add IgnoreSafeArea for macOS * Tizen * Fix titlebar being set on window creation w/ template selector * Comment out templates --------- Co-authored-by: Mike Corsaro <[email protected]> Co-authored-by: Javier Suárez <[email protected]> # Conflicts: # src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt * Use new things --------- Co-authored-by: Mike Corsaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b521bfc - Browse repository at this point
Copy the full SHA b521bfcView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0de1d1 - Browse repository at this point
Copy the full SHA a0de1d1View commit details -
[net9.0] Merge main to net9.0 (#23853)
### Description of Change Bring latest changes from main to net9.0 for branching for preview7
Configuration menu - View commit details
-
Copy full SHA for 4f439b3 - Browse repository at this point
Copy the full SHA 4f439b3View commit details -
dismiss the modal when IsAnimated is set to false (#23879)
* dismiss the modal when IsAnimated is set to false * add test to validate the change
Configuration menu - View commit details
-
Copy full SHA for f52f95d - Browse repository at this point
Copy the full SHA f52f95dView commit details -
Added ProcessTerminated event to WebView (#20059)
Co-authored-by: Shane Neuville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac2d9eb - Browse repository at this point
Copy the full SHA ac2d9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e229b - Browse repository at this point
Copy the full SHA d7e229bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b63532a - Browse repository at this point
Copy the full SHA b63532aView commit details -
Fire UpdateValue after all propertychange events (#23746)
* Fire UpdateValue after all propertychange events * - fix * - fixes
Configuration menu - View commit details
-
Copy full SHA for 4cb9f69 - Browse repository at this point
Copy the full SHA 4cb9f69View commit details -
Merge remote-tracking branch 'origin/main' into dev/merge-main-into-net9
# Conflicts: # src/SingleProject/Resizetizer/test/UnitTests/BaseTest.cs
Configuration menu - View commit details
-
Copy full SHA for 7976002 - Browse repository at this point
Copy the full SHA 7976002View commit details -
Expose the embedding API (#23887)
* Expose the embedding API * Public API * Update src/Controls/src/Core/Embedding/EmbeddingExtensions.cs Co-authored-by: d2dyno <[email protected]> --------- Co-authored-by: d2dyno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0639d68 - Browse repository at this point
Copy the full SHA 0639d68View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 886f8bc - Browse repository at this point
Copy the full SHA 886f8bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 386c5cd - Browse repository at this point
Copy the full SHA 386c5cdView commit details -
Merge remote-tracking branch 'origin/main' into dev/merge-main-into-net9
# Conflicts: # eng/Version.Details.xml
Configuration menu - View commit details
-
Copy full SHA for 71a8b3d - Browse repository at this point
Copy the full SHA 71a8b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b256187 - Browse repository at this point
Copy the full SHA b256187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b0a4e - Browse repository at this point
Copy the full SHA 19b0a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73276e9 - Browse repository at this point
Copy the full SHA 73276e9View commit details -
Merge branch 'dev/merge-main-into-net9-2' into dev/merge-main-into-net9
# Conflicts: # .config/dotnet-tools.json # eng/Version.Details.xml # eng/Versions.props
Configuration menu - View commit details
-
Copy full SHA for 599f4e8 - Browse repository at this point
Copy the full SHA 599f4e8View commit details -
[Binding SG] Add inaccessible member access and not-static lambdas di…
…agnostics (#23671) * Add warning when referencing private members Warns when private type is used as lambda parameter or in a binding expression. Warns when private field/reference is used in a binding expression. * Extend warning to support protected modifier * Refactor accessibility check into separate method * Fix check order * Add warning when lambda is not static * Add warning when lambda has no params
Configuration menu - View commit details
-
Copy full SHA for 5a24c16 - Browse repository at this point
Copy the full SHA 5a24c16View commit details -
Merge branch 'main' into dev/merge-main-into-net9
# Conflicts: # Directory.Build.props # eng/Version.Details.xml # eng/Versions.props # eng/common/post-build/publish-using-darc.ps1 # eng/common/templates-official/job/publish-build-assets.yml # eng/common/templates-official/job/source-build.yml # eng/common/templates-official/jobs/source-build.yml # eng/common/templates-official/post-build/post-build.yml # eng/common/templates-official/steps/enable-internal-runtimes.yml # eng/common/templates-official/steps/execute-sdl.yml # eng/common/templates-official/steps/get-delegation-sas.yml # eng/common/templates-official/steps/get-federated-access-token.yml # eng/common/templates/job/publish-build-assets.yml # eng/common/templates/job/source-build.yml # eng/common/templates/jobs/source-build.yml # eng/common/templates/post-build/post-build.yml # eng/common/templates/post-build/setup-maestro-vars.yml # eng/common/templates/steps/enable-internal-runtimes.yml # eng/common/templates/steps/execute-sdl.yml # eng/common/templates/steps/get-delegation-sas.yml # eng/common/templates/steps/get-federated-access-token.yml # eng/pipelines/common/ui-tests-build-sample.yml # global.json
Configuration menu - View commit details
-
Copy full SHA for 88d8357 - Browse repository at this point
Copy the full SHA 88d8357View commit details -
Configuration menu - View commit details
-
Copy full SHA for be906a1 - Browse repository at this point
Copy the full SHA be906a1View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f28ecd - Browse repository at this point
Copy the full SHA 9f28ecdView commit details -
[net9.0] Update preview7 packages (#23809)
* [ci] Update sdk preview7 * [net9.0] Update references for aspnet * Update sdk * Update preview7 packages * dotnet/runtime 8.0.8 feeds * Fix xamarin/xamarin-macios dependency names * darc update-dependencies --id 232964 * $(DotNetMaciOSManifestVersionBand) is preview.7 * $(NoWarn) CS0618, for Blazor scenarios D:\a\_work\1\s\artifacts\obj\Maui.Controls.Sample\Release\net9.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Main_razor.g.cs(81,55): error CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.' [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net9.0] D:\a\_work\1\s\artifacts\obj\Maui.Controls.Sample\Release\net9.0-maccatalyst\maccatalyst-x64\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Main_razor.g.cs(81,55): error CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.' [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net9.0-maccatalyst] D:\a\_work\1\s\artifacts\obj\Maui.Controls.Sample\Release\net9.0-android\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Main_razor.g.cs(81,55): error CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.' [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net9.0-android] D:\a\_work\1\s\artifacts\obj\Maui.Controls.Sample\Release\net9.0-tizen\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Main_razor.g.cs(81,55): error CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.' [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net9.0-tizen] D:\a\_work\1\s\artifacts\obj\Maui.Controls.Sample\Release\net9.0-ios\iossimulator-x64\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Main_razor.g.cs(81,55): error CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.' [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net9.0-ios] D:\a\_work\1\s\artifacts\obj\Maui.Controls.Sample\Release\net9.0-windows10.0.20348\win10-x64\intermediatexaml\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Main_razor.g.cs(81,55): error CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.' [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net9.0-windows10.0.20348] D:\a\_work\1\s\artifacts\obj\Maui.Controls.Sample\Release\net9.0-windows10.0.19041\win10-x64\intermediatexaml\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Main_razor.g.cs(81,55): error CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.' [D:\a\_work\1\s\src\Controls\samples\Controls.Sample\Maui.Controls.Sample.csproj::TargetFramework=net9.0-windows10.0.19041] 388 Warning(s) 7 Error(s) * Ignore Apple API changes These are marked obsolete, but they likely "still work" for now: /Users/builder/azdo/_work/1/s/src/Essentials/src/Connectivity/Connectivity.ios.tvos.macos.reachability.cs(146,4): error CA1422: This call site is reachable on: 'MacCatalyst' 15.0 and later. 'NetworkReachability.Schedule(CFRunLoop, string)' is obsoleted on: 'maccatalyst' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-maccatalyst] /Users/builder/azdo/_work/1/s/src/Essentials/src/Connectivity/Connectivity.ios.tvos.macos.reachability.cs(154,4): error CA1422: This call site is reachable on: 'MacCatalyst' 15.0 and later. 'NetworkReachability.SetNotification(NetworkReachability.Notification)' is obsoleted on: 'maccatalyst' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-maccatalyst] /Users/builder/azdo/_work/1/s/src/Essentials/src/Connectivity/Connectivity.ios.tvos.macos.reachability.cs(145,4): error CA1422: This call site is reachable on: 'MacCatalyst' 15.0 and later. 'NetworkReachability.SetNotification(NetworkReachability.Notification)' is obsoleted on: 'maccatalyst' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-maccatalyst] /Users/builder/azdo/_work/1/s/src/Essentials/src/Connectivity/Connectivity.ios.tvos.macos.reachability.cs(155,4): error CA1422: This call site is reachable on: 'MacCatalyst' 15.0 and later. 'NetworkReachability.Schedule(CFRunLoop, string)' is obsoleted on: 'maccatalyst' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-maccatalyst] /Users/builder/azdo/_work/1/s/src/Essentials/src/WebAuthenticator/WebAuthenticator.ios.tvos.cs(75,11): error CA1422: This call site is reachable on: 'MacCatalyst' 12.0 and later. 'ASWebAuthenticationSession' is obsoleted on: 'maccatalyst' 17.4 and later (Use the 'ASWebAuthenticationSessionCallback' overload instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-maccatalyst] /Users/builder/azdo/_work/1/s/src/Essentials/src/HapticFeedback/HapticFeedback.ios.cs(32,17): error CA1422: This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIImpactFeedbackGenerator' is obsoleted on: 'maccatalyst' 17.5 and later (Use 'GetFeedbackGenerator' method instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-maccatalyst] /Users/builder/azdo/_work/1/s/src/Essentials/src/HapticFeedback/HapticFeedback.ios.cs(24,17): error CA1422: This call site is reachable on: 'MacCatalyst' 15.0 and later. 'UIImpactFeedbackGenerator' is obsoleted on: 'maccatalyst' 17.5 and later (Use 'GetFeedbackGenerator' method instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-maccatalyst] /Users/builder/azdo/_work/1/s/src/Essentials/src/Connectivity/Connectivity.ios.tvos.macos.reachability.cs(155,4): error CA1422: This call site is reachable on: 'iOS' 13.0 and later, 'maccatalyst' 13.0 and later. 'NetworkReachability.Schedule(CFRunLoop, string)' is obsoleted on: 'ios' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.), 'maccatalyst' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-ios] /Users/builder/azdo/_work/1/s/src/Essentials/src/Connectivity/Connectivity.ios.tvos.macos.reachability.cs(154,4): error CA1422: This call site is reachable on: 'iOS' 13.0 and later, 'maccatalyst' 13.0 and later. 'NetworkReachability.SetNotification(NetworkReachability.Notification)' is obsoleted on: 'ios' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.), 'maccatalyst' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-ios] /Users/builder/azdo/_work/1/s/src/Essentials/src/Connectivity/Connectivity.ios.tvos.macos.reachability.cs(145,4): error CA1422: This call site is reachable on: 'iOS' 13.0 and later, 'maccatalyst' 13.0 and later. 'NetworkReachability.SetNotification(NetworkReachability.Notification)' is obsoleted on: 'ios' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.), 'maccatalyst' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-ios] /Users/builder/azdo/_work/1/s/src/Essentials/src/Connectivity/Connectivity.ios.tvos.macos.reachability.cs(146,4): error CA1422: This call site is reachable on: 'iOS' 13.0 and later, 'maccatalyst' 13.0 and later. 'NetworkReachability.Schedule(CFRunLoop, string)' is obsoleted on: 'ios' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.), 'maccatalyst' 17.4 and later (Use 'NSUrlSession' or 'NWConnection' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-ios] /Users/builder/azdo/_work/1/s/src/Essentials/src/HapticFeedback/HapticFeedback.ios.cs(24,17): error CA1422: This call site is reachable on: 'iOS' 13.0 and later, 'maccatalyst' 13.0 and later. 'UIImpactFeedbackGenerator' is obsoleted on: 'ios' 17.5 and later (Use 'GetFeedbackGenerator' method instead.), 'maccatalyst' 17.5 and later (Use 'GetFeedbackGenerator' method instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-ios] /Users/builder/azdo/_work/1/s/src/Essentials/src/HapticFeedback/HapticFeedback.ios.cs(32,17): error CA1422: This call site is reachable on: 'iOS' 13.0 and later, 'maccatalyst' 13.0 and later. 'UIImpactFeedbackGenerator' is obsoleted on: 'ios' 17.5 and later (Use 'GetFeedbackGenerator' method instead.), 'maccatalyst' 17.5 and later (Use 'GetFeedbackGenerator' method instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-ios] /Users/builder/azdo/_work/1/s/src/Essentials/src/WebAuthenticator/WebAuthenticator.ios.tvos.cs(75,11): error CA1422: This call site is reachable on: 'iOS' 12.0 and later, 'maccatalyst' 13.0 and later. 'ASWebAuthenticationSession' is obsoleted on: 'ios' 17.4 and later (Use the 'ASWebAuthenticationSessionCallback' overload instead.), 'maccatalyst' 17.4 and later (Use the 'ASWebAuthenticationSessionCallback' overload instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422) [/Users/builder/azdo/_work/1/s/src/Essentials/src/Essentials.csproj::TargetFramework=net9.0-ios] 0 Warning(s) 14 Error(s) * Two more Apple API changes * use branded macios net9.0p7 versions * Update sdk and android * Update macios version * Update to sdk in validation and aspnet * Update iOS * Bump macios --------- Co-authored-by: Jonathan Peppers <[email protected]> Co-authored-by: Alex Soto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e99d297 - Browse repository at this point
Copy the full SHA e99d297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8293aab - Browse repository at this point
Copy the full SHA 8293aabView commit details -
[android] update AOT profile for .NET 9 Preview 7 (#23941)
Context: https://github.com/jonathanpeppers/Mono.Profiler.Android/releases/tag/9.0.0-preview.1 I had to build dotnet/runtime from source and update the `Mono.AotProfiler.Android` NuGet package for this to work again. Co-authored-by: Jonathan Peppers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8b64e9 - Browse repository at this point
Copy the full SHA a8b64e9View commit details -
[android] update AOT profile for .NET 9 Preview 7 (#23927)
Context: https://github.com/jonathanpeppers/Mono.Profiler.Android/releases/tag/9.0.0-preview.1 I had to build dotnet/runtime from source and update the `Mono.AotProfiler.Android` NuGet package for this to work again.
Configuration menu - View commit details
-
Copy full SHA for 1e2fab8 - Browse repository at this point
Copy the full SHA 1e2fab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2317e1a - Browse repository at this point
Copy the full SHA 2317e1aView commit details -
Obsolete legacy measure calls (#23899)
* Obsolete legacy measure calls * - no warn * - fix more no warn * - more no warn
Configuration menu - View commit details
-
Copy full SHA for ca97c66 - Browse repository at this point
Copy the full SHA ca97c66View commit details -
[release/9.0.1xx-preview7] Obsolete legacy measure calls (#23948)
* Obsolete legacy measure calls * - no warn * - fix more no warn * - more no warn --------- Co-authored-by: Shane Neuville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62197f4 - Browse repository at this point
Copy the full SHA 62197f4View commit details -
[iOS/MacCatalyst] CollectionViewHandler2 with compositional layout AP…
…I's (#23928) * Bring in CollectionViewHandler2 files for iOS * Fix up rename compilation * Add public api changes * Use CV2 handler in sample * Use variable in sample
Configuration menu - View commit details
-
Copy full SHA for a52e5fa - Browse repository at this point
Copy the full SHA a52e5faView commit details -
[net9.0] Add
Window.Activate()
(#23873)* WIP * wip * wip * cleanup * remove test code * Add error handler * Add to samples * Delete src/Controls/samples/Controls.Sample.Sandbox/TestPage.xaml.cs * Add missing stub * Add missing stub * Add missing stub * Add missing stub * Add missing stub * Add missing stub * Add missing stub * Update src/Core/src/Core/IApplication.cs Co-authored-by: Shane Neuville <[email protected]> --------- Co-authored-by: Matthew Leibowitz <[email protected]> Co-authored-by: Shane Neuville <[email protected]> Co-authored-by: Shane Neuville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50e9fe0 - Browse repository at this point
Copy the full SHA 50e9fe0View commit details -
Merge branch 'net9.0' into merge_net9
# Conflicts: # src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt
Configuration menu - View commit details
-
Copy full SHA for 6c079c2 - Browse repository at this point
Copy the full SHA 6c079c2View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdf0bbc - Browse repository at this point
Copy the full SHA bdf0bbcView commit details
Commits on Aug 5, 2024
-
[release/9.0.1xx-preview7] Update versions for iOS and sdk (#23977)
* Update versions for iOS and sdk * Update versions * Update iOS * Update iOS again
Configuration menu - View commit details
-
Copy full SHA for 20e456e - Browse repository at this point
Copy the full SHA 20e456eView commit details -
Call correct Arrange logic from VE.Arrange (#23997)
* Call correct Arrange logic from VE.Arrange * - update comments * - add more comments * - add more comments
Configuration menu - View commit details
-
Copy full SHA for d387de8 - Browse repository at this point
Copy the full SHA d387de8View commit details -
Fix transparent default modal background (#23985)
* Fix transparent default modal background * - fix test * - fix tests
Configuration menu - View commit details
-
Copy full SHA for 4c287d0 - Browse repository at this point
Copy the full SHA 4c287d0View commit details
Commits on Aug 6, 2024
-
[release/9.0.1xx-preview7] Remove the 'Resources' prefix from BundleR…
…esource (#24024) * Remove the 'Resources' prefix from BundleResource Fixes #23554 Prior to Maui 8.0.70, there was a bug that only removed the "Resources/" prefix, and not the correct "Platforms/iOS/Resource": #16734 This PR #23269 fixes the original issue, but now exposed the case where BundleResource were included in the root Resources folder instead of the Platforms/iOS/ folder. * Update Microsoft.Maui.Controls.SingleProject.targets * Update Microsoft.Maui.Controls.SingleProject.targets * Add a test * string --------- Co-authored-by: Matthew Leibowitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9272311 - Browse repository at this point
Copy the full SHA 9272311View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a4d26 - Browse repository at this point
Copy the full SHA b5a4d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dfbe3e - Browse repository at this point
Copy the full SHA 2dfbe3eView commit details -
[release/9.0.1xx-preview7] Build the previous TFMs (#24041)
* Build the previous TFMs * ) * cleanup * fix sample TFMs * this * tests * disable tizen for now on net8.0 TFMs * MauiPackageVersion * almost * remove it * pranks * this * net8 things * warns --------- Co-authored-by: Matthew Leibowitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ac35ae - Browse repository at this point
Copy the full SHA 2ac35aeView commit details -
Revert "[X] do not apply Bindings if DataType doesnt match (#22056)" (#…
Configuration menu - View commit details
-
Copy full SHA for 8f5f161 - Browse repository at this point
Copy the full SHA 8f5f161View commit details
Commits on Aug 7, 2024
-
[release/9.0.1xx-preview7] Update to latest coherent builds (#24051)
* Update to newest net9p7 build * Update with barId 233839 * Update aspnet dependencies * Fix extensions versions * Update iOS and Android versions --------- Co-authored-by: Rui Marinho <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fafa918 - Browse repository at this point
Copy the full SHA fafa918View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1afed7 - Browse repository at this point
Copy the full SHA b1afed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5881c0 - Browse repository at this point
Copy the full SHA d5881c0View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9729b02 - Browse repository at this point
Copy the full SHA 9729b02View commit details -
Updating Maui templates to build unpackaged Windows apps by default (#…
…23787) * Updating Maui templates to build unpackaged Windows apps by default * Fixing typo in comment * Tests * comment * Updating template maui-blazor-solution * split the tests into categories * better name * they tricked me # Conflicts: # eng/pipelines/common/maui-templates.yml * hmmm * Fixing spaces vs tabs issue * fix CI * Split the Template tests * sigh * this is better * this * fix harder --------- Co-authored-by: Luke Westendorf <[email protected]> Co-authored-by: Matthew Leibowitz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9296abd - Browse repository at this point
Copy the full SHA 9296abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 835a5e7 - Browse repository at this point
Copy the full SHA 835a5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603c831 - Browse repository at this point
Copy the full SHA 603c831View commit details -
Merge things from
release/9.0.1xx-preview7
intonet9.0
(#24070)### Description of Change Merge latest changes on the release branch back into the dev branch.
Configuration menu - View commit details
-
Copy full SHA for 5ef168d - Browse repository at this point
Copy the full SHA 5ef168dView commit details
Commits on Aug 9, 2024
-
[net9.0] Bump to RC.1 (#23967)
* Update to RC1 versions * Update maui branding to rc1 * Update Versions.props * Update SDK dependency name * Add [DefaultValue] attribute to properties of WinForms BlazorWebView To fix new error 'WFO1000' from the analyzers added in dotnet/winforms#11515 * Update rc1 versions Update versions Update sdk and runtime rc1 Update versions Update sdk , ios and android versions Update Versions.props More update iOS and android Update versions Update iOS Update packages aspnet and sdk Update sdk , ios and aspnet * Update versions * Update sdk * Update Versions.props --------- Co-authored-by: Eilon Lipton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3108601 - Browse repository at this point
Copy the full SHA 3108601View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 684033a - Browse repository at this point
Copy the full SHA 684033aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f617d4c - Browse repository at this point
Copy the full SHA f617d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b8ee3 - Browse repository at this point
Copy the full SHA 49b8ee3View commit details -
Correct "can not" to "cannot" in messages, comments, etc. (#24124)
Both are correct, but "cannot" is preferred and far more common.
Configuration menu - View commit details
-
Copy full SHA for 11a6d6f - Browse repository at this point
Copy the full SHA 11a6d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a63e64 - Browse repository at this point
Copy the full SHA 3a63e64View commit details -
Merge remote-tracking branch 'origin/main' into merge-main-net9
# Conflicts: # src/Controls/src/Core/BindableProperty.cs
Configuration menu - View commit details
-
Copy full SHA for 6c527de - Browse repository at this point
Copy the full SHA 6c527deView commit details -
[ci] Simplify shipping drop metadata names (#24103)
Using the $(System.JobAttempt) variable in the drop metadata artifact name is problematic. In some cases the drop artifacts created by the nuget-msi-convert job will be used by a different job, and the job attempt number will not necessarily match if any jobs are re-ran.
Configuration menu - View commit details
-
Copy full SHA for e4486e6 - Browse repository at this point
Copy the full SHA e4486e6View commit details
Commits on Aug 13, 2024
-
[Binding SG] Use Binding.Create internally in MAUI (#23722)
* Move Binding.Create to BindingBase.Create * Fix interceptor * Use BindingBase.Create where needed * Use just Binding.Create instead of the long BindingBase.Create * Fix MultiBinding test * Fix condition * Improve assertions
Configuration menu - View commit details
-
Copy full SHA for b787222 - Browse repository at this point
Copy the full SHA b787222View commit details -
[net9.0] Update dependencies from xamarin/xamarin-macios (#24157)
* Update dependencies from https://github.com/xamarin/xamarin-macios build 20240812.1 Microsoft.iOS.Sdk.net9.0_17.5 , Microsoft.MacCatalyst.Sdk.net9.0_17.5 , Microsoft.macOS.Sdk.net9.0_14.5 , Microsoft.tvOS.Sdk.net9.0_17.5 From Version 17.5.9237-net9-rc1 -> To Version 17.5.9244-net9-rc1 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20240812.9 Microsoft.iOS.Sdk.net9.0_17.5 , Microsoft.MacCatalyst.Sdk.net9.0_17.5 , Microsoft.macOS.Sdk.net9.0_14.5 , Microsoft.tvOS.Sdk.net9.0_17.5 From Version 17.5.9244-net9-rc1 -> To Version 17.5.9245-net9-rc1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1912ea4 - Browse repository at this point
Copy the full SHA 1912ea4View commit details
Commits on Aug 14, 2024
-
Update dependencies from https://github.com/dotnet/android build main…
…-d050fda83a61bb7cd31e0a0686e9047cb01f924d-1 (#24208) Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.1.46 -> To Version 35.0.0-rc.1.49 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d27a10f - Browse repository at this point
Copy the full SHA d27a10fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3decc - Browse repository at this point
Copy the full SHA 7c3deccView commit details -
Merge branch 'main' into merge-main-net9
# Conflicts: # eng/Version.Details.xml
Configuration menu - View commit details
-
Copy full SHA for edec4cb - Browse repository at this point
Copy the full SHA edec4cbView commit details -
[ci] Use passwordless auth for darc/maestro (#24220)
* [ci] Use passwordless auth for darc/maestro Fixes: #23974 Migrates darc/maestro commands to use a passwordless auth flow, as token based authentication is deprecated and will be removed in the future. * Update Microsoft.DotNet.Build.Tasks.Feed
Configuration menu - View commit details
-
Copy full SHA for b9d711a - Browse repository at this point
Copy the full SHA b9d711aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8a673 - Browse repository at this point
Copy the full SHA 6a8a673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5270e1e - Browse repository at this point
Copy the full SHA 5270e1eView commit details -
Disable 2 failing tests #24243
These are now failing after merging main into net9.0 #24243
Configuration menu - View commit details
-
Copy full SHA for fecd4f7 - Browse repository at this point
Copy the full SHA fecd4f7View commit details
Commits on Aug 15, 2024
-
Merge remote-tracking branch 'origin/main' into merge-main-net9
# Conflicts: # src/Core/src/maui.aar
Configuration menu - View commit details
-
Copy full SHA for 653f195 - Browse repository at this point
Copy the full SHA 653f195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f52f9 - Browse repository at this point
Copy the full SHA 07f52f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 026e046 - Browse repository at this point
Copy the full SHA 026e046View commit details -
[net9.0] Merge main to net9.0 (#24115)
### Description of Change Bring latest changes from main to net9.0
Configuration menu - View commit details
-
Copy full SHA for bf59726 - Browse repository at this point
Copy the full SHA bf59726View commit details
Commits on Aug 19, 2024
-
[net9.0] Update dependencies from xamarin/xamarin-macios (#24259)
* Update dependencies from https://github.com/xamarin/xamarin-macios build 20240815.1 Microsoft.iOS.Sdk.net9.0_17.5 , Microsoft.MacCatalyst.Sdk.net9.0_17.5 , Microsoft.macOS.Sdk.net9.0_14.5 , Microsoft.tvOS.Sdk.net9.0_17.5 From Version 17.5.9245-net9-rc1 -> To Version 17.5.9247-net9-rc1 * Update dependencies from https://github.com/xamarin/xamarin-macios build 20240815.5 Microsoft.iOS.Sdk.net9.0_17.5 , Microsoft.MacCatalyst.Sdk.net9.0_17.5 , Microsoft.macOS.Sdk.net9.0_14.5 , Microsoft.tvOS.Sdk.net9.0_17.5 From Version 17.5.9247-net9-rc1 -> To Version 17.5.9260-net9-rc1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3c9a220 - Browse repository at this point
Copy the full SHA 3c9a220View commit details
Commits on Aug 20, 2024
-
[net9.0] Update arcade on net9.0 (#24318)
* Update extensions packages * [arcade] Update arcade on net9
Configuration menu - View commit details
-
Copy full SHA for e9b017e - Browse repository at this point
Copy the full SHA e9b017eView commit details -
Disable template tests until we can resolve crash (#24315)
* Disable template tests until we can resolve crash * Update AppleTemplateTests.cs
Configuration menu - View commit details
-
Copy full SHA for 39a1831 - Browse repository at this point
Copy the full SHA 39a1831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd0c86 - Browse repository at this point
Copy the full SHA 0cd0c86View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0eaeda - Browse repository at this point
Copy the full SHA e0eaedaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a549f9 - Browse repository at this point
Copy the full SHA 8a549f9View commit details -
[Binding SG] Enable usage of private fields and properties in SetBind…
…ing path (#23810) * Enable usage of private fields and properties in SetBinding path * Make generated unsafe accessors unique across generated code * Clean up * Fix integration tests failures * Fix id naming * Add integration test for private readolny properties * Extract unsafe accessor method name generation * Do not generate unsafe setter accessor when property not writable * Removed StaticFieldAccessorKind * Extract UnsafeAccessorsMethodName and use them accross code writer * Fix newline problem on windows
Configuration menu - View commit details
-
Copy full SHA for 4e6a927 - Browse repository at this point
Copy the full SHA 4e6a927View commit details -
Merge branch 'main' into merge-main-net9
# Conflicts: # eng/pipelines/common/ui-tests-build-sample.yml # src/Core/src/Core.csproj
Configuration menu - View commit details
-
Copy full SHA for 50037de - Browse repository at this point
Copy the full SHA 50037deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f129f6e - Browse repository at this point
Copy the full SHA f129f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd02669 - Browse repository at this point
Copy the full SHA cd02669View commit details -
[net9.0] Update sdk and aspnet rc1 (#24348)
* Update sdk * Update aspnet and extensions * Update NuGet.config
Configuration menu - View commit details
-
Copy full SHA for cbd0f3c - Browse repository at this point
Copy the full SHA cbd0f3cView commit details -
Update dependencies from https://github.com/dotnet/android build 9.0.…
…0-rc.1.24420.1+azdo.10077646 (#24352) Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.1.49 -> To Version 35.0.0-rc.1.69 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 79bdab0 - Browse repository at this point
Copy the full SHA 79bdab0View commit details -
Merge
main
intonet9.0
(#24341)### Description of Change Update the net9.0 branch with all the latest things.
Configuration menu - View commit details
-
Copy full SHA for 11aa1bd - Browse repository at this point
Copy the full SHA 11aa1bdView commit details
Commits on Aug 22, 2024
-
Fix "XamlC error: key was not present in the dictionary" when `OnIdio…
…m` is used in… (#24367) * Fix "key was not present in the dictionary" when `OnIdiom` is used in `OnPlatform` * Add test --------- Co-authored-by: Mike Corsaro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9020670 - Browse repository at this point
Copy the full SHA 9020670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 879aaf5 - Browse repository at this point
Copy the full SHA 879aaf5View commit details -
Merge branch 'main-merge' into merge-main-net9
# Conflicts: # eng/Version.Details.xml # eng/Versions.props # eng/pipelines/common/ui-tests-build-sample.yml # src/Controls/tests/Xaml.UnitTests/BindingsCompiler.xaml.cs # src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs
Configuration menu - View commit details
-
Copy full SHA for ea2a01a - Browse repository at this point
Copy the full SHA ea2a01aView commit details -
[net9.0] Update packages rc1 (#24371)
* Update sdk * Update aspnet and extensions * Update arcade and xharness
Configuration menu - View commit details
-
Copy full SHA for 4626f42 - Browse repository at this point
Copy the full SHA 4626f42View commit details
Commits on Aug 23, 2024
-
Merge main into net9.0 (#24385)
### Description of Change Merge main into net9.0
Configuration menu - View commit details
-
Copy full SHA for 23ccf19 - Browse repository at this point
Copy the full SHA 23ccf19View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeafab4 - Browse repository at this point
Copy the full SHA eeafab4View commit details -
Fixed FlyoutItemIsVisible is not working with bindings (#24212)
* Fixed FlyoutItemIsVisible is n ot working with bindings * Correct method naming for OnFlyoutItemIsVisibleChanged * FlyoutItemIsVisible attached property should update bindable property for FlyoutItemIsVisible in BaseShellItem --------- Co-authored-by: Daniel Hindrikes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a15cf9b - Browse repository at this point
Copy the full SHA a15cf9bView commit details -
Merge main into net9.0 (#24398)
### Description of Change We all know the drill!
Configuration menu - View commit details
-
Copy full SHA for ad8275e - Browse repository at this point
Copy the full SHA ad8275eView commit details
Commits on Aug 24, 2024
-
Obsolete Compatibility.Layout (#24342)
* Obsolete Compatibility.Layout * - fix * - fix * - add public APIs * Update PublicAPI.Unshipped.txt * - remove Invalidate Arrange
Configuration menu - View commit details
-
Copy full SHA for c6cfbc7 - Browse repository at this point
Copy the full SHA c6cfbc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 807eff1 - Browse repository at this point
Copy the full SHA 807eff1View commit details -
Use more compatible code for HybridWebView tests (#24408)
1. Use code that runs on older Android browsers to wait for web view to be ready 2. When waiting, wait a lot longer
Configuration menu - View commit details
-
Copy full SHA for 01cd6c6 - Browse repository at this point
Copy the full SHA 01cd6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4051892 - Browse repository at this point
Copy the full SHA 4051892View commit details
Commits on Aug 26, 2024
-
[net9.0] Fix loop CarouselViewHandler2 (#24230)
* [iOS] Load the correct loop source for carouselview * [iOS] Add mapper for CarouselViewHandler * [tests] Enable new handlers * We need a CarouselViewHandler2 base * [iOS] Fix no ItemTemplate CollectionView2 * [iOS] When we detach make sure to reset state of InitialPosition * [iOS] Fix ScrollTo correct item with CarouselView loop * [iOS] Enable CV2 mappers for Header and Footer and SelectedItems * Fix public api catalyst * [iOS] Make sure to arrange and layout header * [iOS] Handling global Header and Footer with UICollectionViewCompositionalLayout * [iOS] Disable code to size CollectionView2 * Add UIContainerView2 * Update test image * Fix test * [iOS] Make less api changes for now * Try fix build * Fix public api * Try updateintialposition earlier * Fix tests * [tests] Dont use new handlers for CollectionView2
Configuration menu - View commit details
-
Copy full SHA for f2f841b - Browse repository at this point
Copy the full SHA f2f841bView commit details -
[net9.0] Android RC 1 build, with feeds (#24445)
Changes: dotnet/android@e70ae00...0339283 Context: dotnet/android@bc56b3a8 .NET Android is now using Maestro to push stable-branded builds, and so a new feed is required for now. At some point, we can setup a `Microsoft.Android.NET9` and `Microsoft.Android.NET8` pack that would make it possible to track *both* .NET 8 & 9 and Maestro could manage the feeds.
Configuration menu - View commit details
-
Copy full SHA for 1088f05 - Browse repository at this point
Copy the full SHA 1088f05View commit details
Commits on Aug 27, 2024
-
[Binding SG] Fix formatting (#24442)
* Fix formatting * Make trailing newline consistent * Fix formatting in tests
Configuration menu - View commit details
-
Copy full SHA for d70941d - Browse repository at this point
Copy the full SHA d70941dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e10f5e - Browse repository at this point
Copy the full SHA 9e10f5eView commit details -
[net9.0] Move packages to rc2 (#24460)
* Move packages to rc2 * Fix build with missing feeds
Configuration menu - View commit details
-
Copy full SHA for ea92461 - Browse repository at this point
Copy the full SHA ea92461View commit details -
[net9.0] Fix API23 Core device tests (#24128)
* - fix up for release on some device tests but not all yet * - fix * - options * Update device-tests-steps.yml * - try me --------- Co-authored-by: Shane Neuville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8865245 - Browse repository at this point
Copy the full SHA 8865245View commit details -
[XC] Fallback to reflection-based bindings for bindings with "invalid…
…" path (#24238) * Add test * Skip binding compilation when path cannot be matched to the data type * Update outdated tests * Do not treat XC0045 as error in Xaml.UnitTests
Configuration menu - View commit details
-
Copy full SHA for e2427df - Browse repository at this point
Copy the full SHA e2427dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f2257 - Browse repository at this point
Copy the full SHA d9f2257View commit details -
[net9.0] Merge main to net9.0 (#24474)
### Description of Change Bring latest changes from main to net9.0 branch
Configuration menu - View commit details
-
Copy full SHA for fb66a9a - Browse repository at this point
Copy the full SHA fb66a9aView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for add674e - Browse repository at this point
Copy the full SHA add674eView commit details -
[Binding SG] Refactor data models (#24462)
* Extracted PathPart into separate file * Changed BindingSGUtilities to extension methods * Split GeneratorDataModels into meaningful parts
Configuration menu - View commit details
-
Copy full SHA for 2828b05 - Browse repository at this point
Copy the full SHA 2828b05View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08fdce8 - Browse repository at this point
Copy the full SHA 08fdce8View commit details -
[net9.0] Update dependencies from dotnet/android (#24484)
* Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24428.1+azdo.10120203 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.82 -> To Version 35.0.0-rc.2.86 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24428.1+azdo.10123900 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.86 -> To Version 35.0.0-rc.2.87 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 617b5f7 - Browse repository at this point
Copy the full SHA 617b5f7View commit details -
Merge branch 'main' into merge_main_net0
# Conflicts: # src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt
Configuration menu - View commit details
-
Copy full SHA for ef4ef62 - Browse repository at this point
Copy the full SHA ef4ef62View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a207d2 - Browse repository at this point
Copy the full SHA 6a207d2View commit details
Commits on Aug 31, 2024
-
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
…0240830.8 (#24550) Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24426.2 -> To Version 9.0.0-rc.2.24430.8 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 547c92c - Browse repository at this point
Copy the full SHA 547c92cView commit details
Commits on Sep 2, 2024
-
[Binding SG] Refactor intercepted method verification (#24514)
* Extracted ISymbol extension methods to separate file * Extract invocation parsing into separate class * Make PathParser use private fields * Simplify lambda analysis flow
Configuration menu - View commit details
-
Copy full SHA for 5257c69 - Browse repository at this point
Copy the full SHA 5257c69View commit details -
Fix "Grey" cannot be used to set Background property (#24325)
* Testcases and API added * API's added in Unshipped.txt files * code review changes updated * LightSlateGrey updated * Snapshots added for Windows and Android * safe area codes added * platform condition updated in script file * ios/VerifyGreyShades.png added
Configuration menu - View commit details
-
Copy full SHA for d775eca - Browse repository at this point
Copy the full SHA d775ecaView commit details
Commits on Sep 3, 2024
-
[X] do not look for parent DataType on collections (#24513)
* [X] do not look for parent DataType on collections - re-enable XC0022 and XC0023 as WarningsNotAsErrors - do not consider thar x:DataType is inherited on Picker items - fixes #23989 * fixtrimming
Configuration menu - View commit details
-
Copy full SHA for 92c3ca3 - Browse repository at this point
Copy the full SHA 92c3ca3View commit details -
Merge branch 'main' into merge_main_net0
# Conflicts: # src/Essentials/src/PublicAPI/net-android/PublicAPI.Unshipped.txt
Configuration menu - View commit details
-
Copy full SHA for 1274621 - Browse repository at this point
Copy the full SHA 1274621View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5c3d5 - Browse repository at this point
Copy the full SHA ab5c3d5View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 304278b - Browse repository at this point
Copy the full SHA 304278bView commit details -
[net9.0] Update dependencies from dotnet/aspnetcore (#24587)
* Update dependencies from https://github.com/dotnet/aspnetcore build 20240903.1 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24430.8 -> To Version 9.0.0-rc.2.24453.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20240903.15 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24453.1 -> To Version 9.0.0-rc.2.24453.15 * Update dependencies from https://github.com/dotnet/aspnetcore build 20240903.17 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24453.15 -> To Version 9.0.0-rc.2.24453.17 Dependency coherency updates Microsoft.Extensions.Configuration,Microsoft.Extensions.Configuration.Abstractions,Microsoft.Extensions.Configuration.Json,Microsoft.Extensions.DependencyInjection,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.FileProviders.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Logging,Microsoft.Extensions.Logging.Console,Microsoft.Extensions.Logging.Debug,Microsoft.Extensions.Primitives From Version 9.0.0-rc.1.24419.2 -> To Version 9.0.0-rc.2.24429.19 (parent: Microsoft.AspNetCore.Authorization --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c595a6b - Browse repository at this point
Copy the full SHA c595a6bView commit details
Commits on Sep 6, 2024
-
[net9.0][Enhancement] FontImageSource defaults and style (#23602)
* FontImageSource defaults and style * Added tests * Added snapshots
Configuration menu - View commit details
-
Copy full SHA for 65afec2 - Browse repository at this point
Copy the full SHA 65afec2View commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7328ad - Browse repository at this point
Copy the full SHA b7328adView commit details
Commits on Sep 9, 2024
-
[net9.0] Regenerate PublicAPIs based on main (#24634)
* Generate APIs based on main * Regenerate APIs
Configuration menu - View commit details
-
Copy full SHA for afd5b99 - Browse repository at this point
Copy the full SHA afd5b99View commit details -
[net9.0] Update dependencies from dotnet/aspnetcore (#24606)
* Update dependencies from https://github.com/dotnet/aspnetcore build 20240905.1 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24453.17 -> To Version 9.0.0-rc.2.24455.1 Dependency coherency updates Microsoft.Extensions.Configuration,Microsoft.Extensions.Configuration.Abstractions,Microsoft.Extensions.Configuration.Json,Microsoft.Extensions.DependencyInjection,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.FileProviders.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Logging,Microsoft.Extensions.Logging.Console,Microsoft.Extensions.Logging.Debug,Microsoft.Extensions.Primitives From Version 9.0.0-rc.2.24429.19 -> To Version 9.0.0-rc.2.24453.5 (parent: Microsoft.AspNetCore.Authorization * Update dependencies from https://github.com/dotnet/aspnetcore build 20240905.6 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24455.1 -> To Version 9.0.0-rc.2.24455.6 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf6c459 - Browse repository at this point
Copy the full SHA bf6c459View commit details -
[net9.0] Update dependencies from xamarin/xamarin-macios (#24636)
* Update dependencies from https://github.com/xamarin/xamarin-macios build 20240906.11 Microsoft.iOS.Sdk.net9.0_17.5 , Microsoft.MacCatalyst.Sdk.net9.0_17.5 , Microsoft.macOS.Sdk.net9.0_14.5 , Microsoft.tvOS.Sdk.net9.0_17.5 From Version 17.5.9260-net9-rc1 -> To Version 17.5.9317-net9-rc2 * Update Versions.props * Update NuGet.config --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Rui Marinho <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e15377 - Browse repository at this point
Copy the full SHA 2e15377View commit details
Commits on Sep 10, 2024
-
Fix HybridWebView browser dev tools on iOS/MacCat (#24679)
The dev tools settings were being set on a separate webview that wasn't being used. This change applies the settings to the webview actually being used. Fixes #24497
Configuration menu - View commit details
-
Copy full SHA for cdc0836 - Browse repository at this point
Copy the full SHA cdc0836View commit details
Commits on Sep 11, 2024
-
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
…0240910.5 (#24703) Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24455.6 -> To Version 9.0.0-rc.2.24460.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5180d57 - Browse repository at this point
Copy the full SHA 5180d57View commit details
Commits on Sep 12, 2024
-
[net9.0] Update dependencies from dotnet/aspnetcore (#24729)
* Update dependencies from https://github.com/dotnet/aspnetcore build 20240911.23 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24460.5 -> To Version 9.0.0-rc.2.24461.23 * Update dependencies from https://github.com/dotnet/aspnetcore build 20240911.26 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24461.23 -> To Version 9.0.0-rc.2.24461.26 Dependency coherency updates Microsoft.Extensions.Configuration,Microsoft.Extensions.Configuration.Abstractions,Microsoft.Extensions.Configuration.Json,Microsoft.Extensions.DependencyInjection,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.FileProviders.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Logging,Microsoft.Extensions.Logging.Console,Microsoft.Extensions.Logging.Debug,Microsoft.Extensions.Primitives From Version 9.0.0-rc.2.24453.5 -> To Version 9.0.0-rc.2.24459.11 (parent: Microsoft.AspNetCore.Authorization --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68b953b - Browse repository at this point
Copy the full SHA 68b953bView commit details -
Update dependencies from https://github.com/xamarin/xamarin-macios bu…
…ild 20240912.2 (#24738) Microsoft.iOS.Sdk.net9.0_17.5 , Microsoft.MacCatalyst.Sdk.net9.0_17.5 , Microsoft.macOS.Sdk.net9.0_14.5 , Microsoft.tvOS.Sdk.net9.0_17.5 From Version 17.5.9317-net9-rc2 -> To Version 17.5.9334-net9-rc2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08ff124 - Browse repository at this point
Copy the full SHA 08ff124View commit details
Commits on Sep 13, 2024
-
[net9.0] Update dependencies from dotnet/aspnetcore (#24743)
* Update dependencies from https://github.com/dotnet/aspnetcore build 20240912.1 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24461.26 -> To Version 9.0.0-rc.2.24462.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20240912.5 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24462.1 -> To Version 9.0.0-rc.2.24462.5 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b23b81 - Browse repository at this point
Copy the full SHA 6b23b81View commit details -
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
…0240913.3 (#24763) Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24462.5 -> To Version 9.0.0-rc.2.24463.3 Dependency coherency updates Microsoft.Extensions.Configuration,Microsoft.Extensions.Configuration.Abstractions,Microsoft.Extensions.Configuration.Json,Microsoft.Extensions.DependencyInjection,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.FileProviders.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Logging,Microsoft.Extensions.Logging.Console,Microsoft.Extensions.Logging.Debug,Microsoft.Extensions.Primitives From Version 9.0.0-rc.2.24459.11 -> To Version 9.0.0-rc.2.24461.16 (parent: Microsoft.AspNetCore.Authorization Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 342952b - Browse repository at this point
Copy the full SHA 342952bView commit details
Commits on Sep 14, 2024
-
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
…0240913.6 (#24764) Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24463.3 -> To Version 9.0.0-rc.2.24463.6 Dependency coherency updates Microsoft.Extensions.Configuration,Microsoft.Extensions.Configuration.Abstractions,Microsoft.Extensions.Configuration.Json,Microsoft.Extensions.DependencyInjection,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.FileProviders.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Logging,Microsoft.Extensions.Logging.Console,Microsoft.Extensions.Logging.Debug,Microsoft.Extensions.Primitives From Version 9.0.0-rc.2.24461.16 -> To Version 9.0.0-rc.2.24462.10 (parent: Microsoft.AspNetCore.Authorization Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2767c1 - Browse repository at this point
Copy the full SHA d2767c1View commit details
Commits on Sep 17, 2024
-
[net9.0] Update dependencies from dotnet/aspnetcore (#24792)
* Update dependencies from https://github.com/dotnet/aspnetcore build 20240916.2 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24463.6 -> To Version 9.0.0-rc.2.24466.2 * Update dependencies from https://github.com/dotnet/aspnetcore build 20240916.8 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24466.2 -> To Version 9.0.0-rc.2.24466.8 Dependency coherency updates Microsoft.Extensions.Configuration,Microsoft.Extensions.Configuration.Abstractions,Microsoft.Extensions.Configuration.Json,Microsoft.Extensions.DependencyInjection,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.FileProviders.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Logging,Microsoft.Extensions.Logging.Console,Microsoft.Extensions.Logging.Debug,Microsoft.Extensions.Primitives From Version 9.0.0-rc.2.24462.10 -> To Version 9.0.0-rc.2.24463.7 (parent: Microsoft.AspNetCore.Authorization * Update dependencies from https://github.com/dotnet/aspnetcore build 20240916.12 Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rc.2.24466.8 -> To Version 9.0.0-rtm.24466.12 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5827f3a - Browse repository at this point
Copy the full SHA 5827f3aView commit details
Commits on Sep 18, 2024
-
Merge branch 'main' into merge-main-into-net9-again
# Conflicts: # eng/Version.Details.xml # eng/Versions.props # eng/devices/ios.cake # src/Controls/src/Core/BindableObject.cs # src/Controls/src/Core/Handlers/Items/CarouselViewHandler.Windows.cs # src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt # src/Controls/src/Xaml/PublicAPI/net-android/PublicAPI.Unshipped.txt # src/Controls/src/Xaml/PublicAPI/net-ios/PublicAPI.Unshipped.txt # src/Controls/src/Xaml/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt # src/Controls/src/Xaml/PublicAPI/net-tizen/PublicAPI.Unshipped.txt # src/Controls/src/Xaml/PublicAPI/net-windows/PublicAPI.Unshipped.txt # src/Controls/src/Xaml/PublicAPI/net/PublicAPI.Unshipped.txt # src/Controls/src/Xaml/PublicAPI/netstandard/PublicAPI.Unshipped.txt # src/Core/src/Handlers/Application/ApplicationHandler.Android.cs # src/Core/src/Handlers/Application/ApplicationHandler.cs # src/Core/src/Platform/iOS/LabelExtensions.cs # src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt # src/Essentials/src/HapticFeedback/HapticFeedback.ios.cs # src/Essentials/src/PublicAPI/net-android/PublicAPI.Unshipped.txt # src/Essentials/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt # src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt # src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt # src/Essentials/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt # src/Essentials/src/PublicAPI/net/PublicAPI.Unshipped.txt # src/Essentials/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt # src/Essentials/src/WebAuthenticator/WebAuthenticator.ios.tvos.cs
Configuration menu - View commit details
-
Copy full SHA for e435420 - Browse repository at this point
Copy the full SHA e435420View commit details
Commits on Sep 19, 2024
-
Update dependencies from https://github.com/dotnet/aspnetcore build 2…
…0240918.6 (#24824) Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.JSInterop From Version 9.0.0-rtm.24466.12 -> To Version 9.0.0-rtm.24468.6 Dependency coherency updates Microsoft.Extensions.Configuration,Microsoft.Extensions.Configuration.Abstractions,Microsoft.Extensions.Configuration.Json,Microsoft.Extensions.DependencyInjection,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.FileProviders.Abstractions,Microsoft.Extensions.Logging.Abstractions,Microsoft.Extensions.Logging,Microsoft.Extensions.Logging.Console,Microsoft.Extensions.Logging.Debug,Microsoft.Extensions.Primitives From Version 9.0.0-rc.2.24463.7 -> To Version 9.0.0-rtm.24467.13 (parent: Microsoft.AspNetCore.Authorization Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 132b4fe - Browse repository at this point
Copy the full SHA 132b4feView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82a1c7e - Browse repository at this point
Copy the full SHA 82a1c7eView commit details -
[HybridWebView] fix trimmer warnings on Android (#24744)
Context: #23769 Context: dotnet/android#9300 026e046 introduced `HybridWebView`, which unfortunately introduces trimmer warnings in the `dotnet new maui` project template: > dotnet new maui > dotnet build -f net9.0-android -c Release -p:TrimMode=Full ... hellomaui succeeded with 1 warning(s) (7.9s) /_/src/Core/src/Handlers/HybridWebView/HybridWebViewHandler.Android.cs(53,5): Trim analysis warning IL2026: Microsoft.Maui.Handlers.HybridWebViewHandler.HybridWebViewJavaScriptInterface.SendMessage(String): Using member 'Java.Interop.ExportAttribute.ExportAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. [ExportAttribute] uses dynamic features. This is due to usage of `Java.Interop.ExportAttribute`: private sealed class HybridWebViewJavaScriptInterface : Java.Lang.Object { //... [JavascriptInterface] [Export("sendMessage")] public void SendMessage(string message) `Java.Interop.ExportAttribute` makes heavy usage of unbounded System.Reflection, System.Reflection.Emit, etc. for it to be able to work. It brings in an additional assembly `Mono.Android.Export.dll` as well. It is inherently trimming unsafe, but how did it get through these tests? https://github.com/dotnet/maui/blob/08ff1246383ed4fdaef84a40d5b2ae8e6096bb56/src/TestUtils/src/Microsoft.Maui.IntegrationTests/AndroidTemplateTests.cs#L50-L61 This slipped through, unfortunately, as we had missed solving all the trimmer warnings in `Mono.Android.Export.dll`! dotnet/android#9300 aims to fix that. After dotnet/android#9300, new trimming warnings specific to .NET MAUI will surface such as the one above. But we can easily replace `[Export]` by: * Define a Java interface & create a binding for it in C#, we already have `maui.aar` setup for this. * We can simply implement the interface in C# and remove `[Export]`. Lastly, I fixed some of the defaults in `Metadata.xml`, it didn't look like we were automatically making Java interfaces `internal`. It looks like we probably made `ImageLoaderCallback` public by mistake.
Configuration menu - View commit details
-
Copy full SHA for 70fbb83 - Browse repository at this point
Copy the full SHA 70fbb83View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b9eb72 - Browse repository at this point
Copy the full SHA 5b9eb72View commit details -
[net9.0] Merge main into net9.0 (take 3) (#24822)
### Description of Change Yup, this again.
Configuration menu - View commit details
-
Copy full SHA for d0b2b69 - Browse repository at this point
Copy the full SHA d0b2b69View commit details
Commits on Sep 23, 2024
-
[xaml] fix potential NRE in
{Binding}
(#24756)Fixes: #24740 Using this in a project: <PackageReference Include="akgul.Maui.DataGrid" Version="4.0.4" /> Then, in a XAML file: xmlns:dg="clr-namespace:Maui.DataGrid;assembly=Maui.DataGrid" ... <dg:DataGrid /> Would crash with: [0:] [13:46:57 FTL] Inner Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Maui.Controls.Xaml.BindingExtension.<Microsoft.Maui.Controls.Xaml.IMarkupExtension<Microsoft.Maui.Controls.BindingBase>.ProvideValue>g__CreateBinding|40_0(<>c__DisplayClass40_0& ) in /_/src/Controls/src/Xaml/MarkupExtensions/BindingExtension.cs:line 46 at Microsoft.Maui.Controls.Xaml.BindingExtension.Microsoft.Maui.Controls.Xaml.IMarkupExtension<Microsoft.Maui.Controls.BindingBase>.ProvideValue(IServiceProvider serviceProvider) in /_/src/Controls/src/Xaml/MarkupExtensions/BindingExtension.cs:line 27 at Maui.DataGrid.DataGrid.InitializeComponent() in D:\Maui.DataGrid\Maui.DataGrid\Microsoft.Maui.Controls.SourceGen\Microsoft.Maui.Controls.SourceGen.CodeBehindGenerator\DataGrid.xaml.sg.cs:line 53 at Maui.DataGrid.DataGrid..ctor() in D:\Maui.DataGrid\Maui.DataGrid\DataGrid.xaml.cs:line 46 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Constructor(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Inspecting the IL, I see: BindingBase val115 = ((IMarkupExtension<BindingBase>)(object)val31).ProvideValue((IServiceProvider)null); So, it is indeed passed a `null` `IServiceProvider`. Introduce a unit test and check for `null` as a fix.
Configuration menu - View commit details
-
Copy full SHA for 672563a - Browse repository at this point
Copy the full SHA 672563aView commit details -
Move HybridWebView platform code to handlers (#24479)
* Move HybridWebView platform code to handlers And run everything through the mappers. Fixes #24269 * WIP * Fix API files * API * API * API * Change platform checks
Configuration menu - View commit details
-
Copy full SHA for 693e544 - Browse repository at this point
Copy the full SHA 693e544View commit details
Commits on Sep 24, 2024
-
[net9.0] Revert "Move HybridWebView platform code to handlers" (#24876)
* Revert "Move HybridWebView platform code to handlers (#24479)" This reverts commit 693e544. * - disable HybridWebViewTests --------- Co-authored-by: Shane Neuville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6ca951 - Browse repository at this point
Copy the full SHA c6ca951View commit details -
Merge branch 'main' into merge-main-net9
# Conflicts: # eng/Version.Details.xml # src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs
Configuration menu - View commit details
-
Copy full SHA for eb3ec76 - Browse repository at this point
Copy the full SHA eb3ec76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f955ca - Browse repository at this point
Copy the full SHA 7f955caView commit details -
[tests] Comment out Shell test (#24905)
* [tests] Comment out Shell test * Comment out other test
Configuration menu - View commit details
-
Copy full SHA for 296b06e - Browse repository at this point
Copy the full SHA 296b06eView commit details -
[net9.0] Merge main to net9.0 (#24898)
### Description of Change Bring latest changes from main to net9.0
Configuration menu - View commit details
-
Copy full SHA for 3aea783 - Browse repository at this point
Copy the full SHA 3aea783View commit details
Commits on Sep 25, 2024
-
[net9.0] Revert: Add MauiUIApplicationDelegate remote notification me…
…thods (#24907) * Revert: Add MauiUIApplicationDelegate remote notification methods #23452 Unfortunately, when these lifecycle events were added, we didn't consider the implications of having the methods implemented on the appdelegate had with Apple app store submissions. Basically if the app delegate implements these methods, Apple assumes in their static analysis of the submitted apps that you intend to use them, and will warn about requiring the appropriate entitlements to therefore be declared. Given there's no obvious/easy way to conditionally export these selectors at this time, we are reverting the change to maintain the no warning/no error submission behaviour. For more information and to track future potential implementations of these lifecycle events, follow: #24237 * Remove delegates
Configuration menu - View commit details
-
Copy full SHA for 2a50f12 - Browse repository at this point
Copy the full SHA 2a50f12View commit details -
Android Ecosystem updates for
net9.0-rc.2
(#24665)* nuget bumps * nuget bumps * nullability fixes * fixes according to review
Configuration menu - View commit details
-
Copy full SHA for cb3d000 - Browse repository at this point
Copy the full SHA cb3d000View commit details
Commits on Sep 26, 2024
-
Fix Provided consistent behavior of text color in tabbed page in all …
…platforms. (#24782) * fix added * test cases added * screenshots added
Configuration menu - View commit details
-
Copy full SHA for f23bacf - Browse repository at this point
Copy the full SHA f23bacfView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75dbba7 - Browse repository at this point
Copy the full SHA 75dbba7View commit details -
Merge branch 'main' into merge-main-net9
# Conflicts: # src/Controls/src/Core/Element/Element.cs # src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt # src/Controls/src/Xaml/XamlServiceProvider.cs # src/Controls/tests/Xaml.UnitTests/Controls.Xaml.UnitTests.csproj # src/TestUtils/src/Microsoft.Maui.IntegrationTests/Utilities/BuildWarningsUtilities.cs
Configuration menu - View commit details
-
Copy full SHA for 2fcf50b - Browse repository at this point
Copy the full SHA 2fcf50bView commit details -
[XC] Add feature switch to enable compiling bindings with source (#24924
Configuration menu - View commit details
-
Copy full SHA for 0d0f25a - Browse repository at this point
Copy the full SHA 0d0f25aView commit details -
[net9.0] Update dependencies from dotnet/android (#24539)
* Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24429.1+azdo.10133834 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.87 -> To Version 35.0.0-rc.2.89 * Update dependencies from https://github.com/dotnet/android build main-e237401724371b999f3113778f50591de5f63ccb-1 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.89 -> To Version 35.0.0-rc.2.93 * Update provision.yml * Update NuGet.config * Update dependencies from https://github.com/dotnet/android build main-550f66e519b2efddddd864bf9dc8e47e953b031c-1 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.93 -> To Version 35.0.0-rc.2.96 * Update dependencies from https://github.com/dotnet/android build main-ac8a922d495dff28fdc29310d509a21fa139b883-1 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.96 -> To Version 35.0.0-rc.2.99 * Update dependencies from https://github.com/dotnet/android build main-d187a1d1e5af373b3b02c530fc1b8f2519bb5a38-1 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.99 -> To Version 35.0.0-rc.2.100 * Update dependencies from https://github.com/dotnet/android build main-88a07ce4034701457eebe5ba6f16fd2b4f66b054-1 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.100 -> To Version 35.0.0-rc.2.101 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24461.1+azdo.10203443 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.101 -> To Version 35.0.0-rc.2.107 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24461.1+azdo.10204821 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.107 -> To Version 35.0.0-rc.2.109 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24463.1+azdo.10221673 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.109 -> To Version 35.0.0-rc.2.111 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24469.1+azdo.10247408 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.111 -> To Version 35.0.0-rc.2.115 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24474.1+azdo.10268209 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.115 -> To Version 35.0.0-rc.2.117 * Update dependencies from https://github.com/dotnet/android build main-e885d694c51db9733305ba331519dd01df6076a4-1 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.117 -> To Version 35.0.0-rc.2.130 * Update NuGet.config * Update dependencies from https://github.com/dotnet/android build main-7d730228379df63d318603d45a354fe9a2b4274d-1 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.130 -> To Version 35.0.1-ci.main.1 * `> darc update-dependencies --id 240097` Looking up build with BAR id 240097 Updating 'Microsoft.Android.Sdk.Windows': '35.0.1-ci.main.1' => '35.0.0-rc.2.134' (from build '9.0.1xx-rc2-b795a653460417af9da75f94e4a487a2665faa7f-1' of 'https://github.com/dotnet/android') Checking for coherency updates... Local dependencies updated based on build with BAR id 240097 (9.0.1xx-rc2-b795a653460417af9da75f94e4a487a2665faa7f-1 from https://github.com/dotnet/android@release/9.0.1xx-rc2) * Don t install java 11 * Gradle needs it * Try java17 provisionator * Use the new sonoma * Skip android images on templates * Install JDK17 via homebrew --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Rui Marinho <[email protected]> Co-authored-by: Jonathan Peppers <[email protected]> Co-authored-by: redth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b27176d - Browse repository at this point
Copy the full SHA b27176dView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09f8830 - Browse repository at this point
Copy the full SHA 09f8830View commit details -
AppThemeBinding on ToolbarItems (#24886)
* AppThemeBinding on ToolbarItems * Added a UI test * UI test fix * Added a snapshot * Update Issue24878.cs * Added a windows snapshot
Configuration menu - View commit details
-
Copy full SHA for c2d52de - Browse repository at this point
Copy the full SHA c2d52deView commit details -
Configuration menu - View commit details
-
Copy full SHA for e269745 - Browse repository at this point
Copy the full SHA e269745View commit details -
[XC] Compile StaticResource when possible (#20917)
when a resource can be compiled locally, do it. TODO: convert OnPlatform TODO: walk up DataTemplates - fixes #20244
Configuration menu - View commit details
-
Copy full SHA for 3f3b173 - Browse repository at this point
Copy the full SHA 3f3b173View commit details -
[C] avoid concurrent access to _values (#24579)
- should fix #23597
Configuration menu - View commit details
-
Copy full SHA for 249ca91 - Browse repository at this point
Copy the full SHA 249ca91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f0d55 - Browse repository at this point
Copy the full SHA a7f0d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f502da - Browse repository at this point
Copy the full SHA 9f502daView commit details -
[Windows] Handle focus events using
FocusManager
(take 2) (#24695)* WIPWIP * Feedback * Refactor usage of `FocusManager` to avoid weak table usage * Use ConditionalWeakTable --------- Co-authored-by: Alberto Aldegheri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b84dad - Browse repository at this point
Copy the full SHA 0b84dadView commit details -
Update default
BlazorWebView
host address (#24884)Update default host address to 0.0.0.1.
Configuration menu - View commit details
-
Copy full SHA for fa850a7 - Browse repository at this point
Copy the full SHA fa850a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd9ab6 - Browse repository at this point
Copy the full SHA 9dd9ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0259811 - Browse repository at this point
Copy the full SHA 0259811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f23c7b - Browse repository at this point
Copy the full SHA 8f23c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b5696 - Browse repository at this point
Copy the full SHA 82b5696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd6a9f - Browse repository at this point
Copy the full SHA 4cd6a9fView commit details -
[net9.0] Merge main to net9.0 (#24953)
### Description of Change Bring last changes from main to net9.0
Configuration menu - View commit details
-
Copy full SHA for 88b3562 - Browse repository at this point
Copy the full SHA 88b3562View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc37e74 - Browse repository at this point
Copy the full SHA bc37e74View commit details
Commits on Oct 1, 2024
-
Move HybridWebView platform code to handlers (attempt 2) (#24952)
* Move HybridWebView platform code to handlers And run everything through the mappers. Fixes #24269 * Run Android tests * `@android.webkit.JavascriptInterface` is missing! By changing `HybridJavaScriptInterface` to a class, the JCW now says: @android.webkit.JavascriptInterface public void sendMessage (java.lang.String p0) --------- Co-authored-by: Jonathan Peppers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1113d5 - Browse repository at this point
Copy the full SHA b1113d5View commit details
Commits on Oct 2, 2024
-
Change HybridWebView default address to 0.0.0.1 (#25042)
The 0.0.0.0 address stopped working in iOS 18/MacCat, and is possibly going to stop working in other platforms/webviews, so it's being changed to 0.0.0.1, which has been verified to work. Fixes #24364
Configuration menu - View commit details
-
Copy full SHA for c4a1761 - Browse repository at this point
Copy the full SHA c4a1761View commit details -
[android] update
.aotprofile
for .NET 9 RC 2 (#25035)I recorded these with the `35.0.0-rc.2.145` Android workload as there was one change that disables `$(AndroidEnableMarshalMethods)` that impacts `.aotprofile` files: * dotnet/android@afb5f7e With this change in place, managed C# methods like these will reappear in the profile: bool Android.Runtime.AndroidTypeManager:FastRegisterNativeMembers (Java.Interop.JniType,System.Type,System.ReadOnlySpan`1<char>) ... bool Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPJ_Z (_JniMarshal_PPJ_Z,intptr,intptr,long) bool Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPL_Z (_JniMarshal_PPL_Z,intptr,intptr,intptr) bool Android.Runtime.JNINativeWrapper:Wrap_JniMarshal_PPLLJ_Z (_JniMarshal_PPLLJ_Z,intptr,intptr,intptr,intptr,long) ... System.Delegate Android.App.Activity:GetOnActivityResult_IILandroid_content_Intent_Handler () System.Delegate Android.App.Activity:GetOnBackPressedHandler () In the future, we hope to bring back `$(AndroidEnableMarshalMethods)` once the known issues are worked out. Measuring the new profile on a Pixel 7 Pro, an average of 10 runs of the `dotnet new maui` project template: Before: Average(ms): 475.2 Std Err(ms): 3.96316371938716 Std Dev(ms): 12.5326240934078 After: Average(ms): 447.1 Std Err(ms): 1.75404294892305 Std Dev(ms): 5.54677083235522 So, this change likely avoids some startup regression on Android, as the C# methods that run on startup when `AndroidEnableMarshalMethods=false` are now AOT-compiled. I also added `-bl` to the `README.md`, as I thought that was useful.
Configuration menu - View commit details
-
Copy full SHA for b7845f6 - Browse repository at this point
Copy the full SHA b7845f6View commit details -
Add services.AddHybridWebViewDeveloperTools() extension to enable bro…
Configuration menu - View commit details
-
Copy full SHA for e11b78b - Browse repository at this point
Copy the full SHA e11b78bView commit details -
[release/9.0.1xx-rc2] Update rc2 internal (#25013)
* Update rc2 versions * Update variables.yml * Updateprivate build * Make it coherant * Update NuGet.config * update * Update DotNet.csproj * Update versions * Update arcade * Update provision.yml * Update provision.yml * Update provision.yml * Update provision.yml * Update provision.yml * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24461.1+azdo.10203443 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.101 -> To Version 35.0.0-rc.2.107 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24461.1+azdo.10204821 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.107 -> To Version 35.0.0-rc.2.109 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24463.1+azdo.10221673 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.109 -> To Version 35.0.0-rc.2.111 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24469.1+azdo.10247408 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.111 -> To Version 35.0.0-rc.2.115 * Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24474.1+azdo.10268209 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.115 -> To Version 35.0.0-rc.2.117 * Update dependencies from https://github.com/dotnet/android build main-e885d694c51db9733305ba331519dd01df6076a4-1 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.117 -> To Version 35.0.0-rc.2.130 * Try pin windows sdk projection WindowsSdkPackageVersion * Windows appsdk version workaround * Provision less * Update androdi version * Update iOS * update versions * Update Versions.props * Update NuGet.config * Update Directory.Build.props * Fix iOS warning * Ignore CA1422 too * Bump to xcode 16 * Bump xcode * Update NewTaskSceneDelegate.cs * Update ui-tests.yml --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a60b4c7 - Browse repository at this point
Copy the full SHA a60b4c7View commit details -
[release/9.0.1xx-rc2] Update dependencies from dotnet/android (#25018)
* Update dependencies from https://github.com/dotnet/android build 9.0.0-rc.2.24480.1+azdo.10308467 Microsoft.Android.Sdk.Windows From Version 35.0.0-rc.2.134 -> To Version 35.0.0-rc.2.143 * darc update-dependencies --id 240434 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jonathan Peppers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c402827 - Browse repository at this point
Copy the full SHA c402827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 386cd08 - Browse repository at this point
Copy the full SHA 386cd08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74662b9 - Browse repository at this point
Copy the full SHA 74662b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cc87e - Browse repository at this point
Copy the full SHA 91cc87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05fdf09 - Browse repository at this point
Copy the full SHA 05fdf09View commit details -
[release/9.0.1xx-rc2] Fix collectionview tests rc2 (#25045)
* [testing] Enable test again * [testing] Enable CollectionViewHandler2 on UITests * Try new changes * try new fix * [iOS] Dont call InitialUpdatePosition on attach, wait for LayoutSubViews * Try update when navigating back * Try this * Add missing usings * Try this * Fix more stuff * Fix test on mac * Try again * Ignore tests on windows and android * Use the ItemsView position on compare * Try this * Fix * Cleanup * Fix test naming * Cleanup * try skip android install on public bots * Update device-tests-steps.yml * Use our bots
Configuration menu - View commit details
-
Copy full SHA for ed26b95 - Browse repository at this point
Copy the full SHA ed26b95View commit details -
[net9.0] Merge release rc2 to net9.0 (#25028)
### Description of Change Bring some changes from rc2 release branch to net9.0
Configuration menu - View commit details
-
Copy full SHA for 60661a6 - Browse repository at this point
Copy the full SHA 60661a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d546a6 - Browse repository at this point
Copy the full SHA 9d546a6View commit details
Commits on Oct 3, 2024
-
[net9] Try fix running UITests on iOS18 (#25070)
* [housekeeping] Update & Consolidate Appium + driver versions (#24817) * Update appium + driver versions Updating to latest * Move appium versions to eng/Versions.props * Fix ps1 get-location * Check if appium is completely missing too No need to attempt to uninstall appium if it's not installed * - bump versions * - fix script --------- Co-authored-by: Shane Neuville <[email protected]> * Try iOS18 device * See if this works * Try xs --------- Co-authored-by: Jonathan Dick <[email protected]> Co-authored-by: Shane Neuville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66cc077 - Browse repository at this point
Copy the full SHA 66cc077View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6520b1 - Browse repository at this point
Copy the full SHA f6520b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce06a63 - Browse repository at this point
Copy the full SHA ce06a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for da26dca - Browse repository at this point
Copy the full SHA da26dcaView commit details -
[net9.0] Merge main to net9.0 (#25083)
### Description of Change Bring latest changes from main to net9.0
Configuration menu - View commit details
-
Copy full SHA for add2226 - Browse repository at this point
Copy the full SHA add2226View commit details -
[tests] CV 2 devicetests (#25078)
* [tests] Run Device tests with CV2 * Make sure to run on UI thread
Configuration menu - View commit details
-
Copy full SHA for cfef6a3 - Browse repository at this point
Copy the full SHA cfef6a3View commit details -
[net9.0] Fix CV2 handler and uitests fixes (#25076)
* [iOS] Make GridLayouts render header and footer * [ios] Fix grouping not working because of StructuredView * [tests] Add a small delay on changing orientation * Fix duplicated header
Configuration menu - View commit details
-
Copy full SHA for 96f74b9 - Browse repository at this point
Copy the full SHA 96f74b9View commit details -
* Move to rtm * Update arcade and runtime * Update sdk * Update Versions.props * Fix windows build * Update versions * Update tools * Update sdk * Update appref * Update sdk * Update android and sdk * Update Versions.props * WinUI workaround
Configuration menu - View commit details
-
Copy full SHA for b424b00 - Browse repository at this point
Copy the full SHA b424b00View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24a553f - Browse repository at this point
Copy the full SHA 24a553fView commit details -
Bump WinAppSDK to 1.6 (#24266)
* Bump WinAppSDK version + WebView2 version * Add WebView2 ref to Controls.Core * Add another package ref * Bump SDK versions * Bump winappsdk version * Add missing package ref * Update NuGet.config * Update Directory.Build.props * Use SDK v38 * Remove refs to WebView2, use `WindowsAppSDK` * Add more package refs * Use the correct way to check for a window style (see: OverlappedPresenter.HasTitlebar impl) * More pkgs for webview * Mark test as unstable * TEST: add monitor info for test context * Revert change, try manually setting button height...?! * Move style * Revert change Ensure font is the same pre-1.6 * Ensure more fonts are consistant * Bump SDK version Add workaround * Update images for tests * Update more images * Huh * Maybe fix crashes * Remove package from test cases * ugh * www * Ehh * Changes for AOT Revert workaround for items list * Font test * Test font again * Remove refs to winappsdk where it's not needed Add explicit ref to WebView2 package * Fix some missing refs * Remove winappsdk ref in graphics projects * Add explcit "Microsoft.Windows.SDK.NET.Ref" versions * NOP failing test Fix build issue * - publish binlogs * - fix logs * Update maui-templates.yml * Fix issue w/ dupe package contents * Throwing stuff at the wall * Update winsdk and dotnet versions * Revert SDK version * Modify AOT compat check * Re-add SDK.NET.Ref * Re-bump winappsdk version * Fix SDK pack version * Fix nested partial types * DOh * Update test image * Update Directory.Build.targets * Remove dupe properties * Remove work-around * Fix merge issues * WTF? * Blah --------- Co-authored-by: Mike Corsaro <[email protected]> Co-authored-by: Matthew Leibowitz <[email protected]> Co-authored-by: Shane Neuville <[email protected]> Co-authored-by: Rui Marinho <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aae4d07 - Browse repository at this point
Copy the full SHA aae4d07View commit details
Commits on Oct 9, 2024
-
Move TitleViewSetOnShellWorksAfterNavigation to Appium (#25094)
* Move TitleViewSetOnShellWorksAfterNavigation to Appium * - give width to editor so that it's visible
Configuration menu - View commit details
-
Copy full SHA for bc347be - Browse repository at this point
Copy the full SHA bc347beView commit details -
* Bump xunit * - make more collection passes * - collect harder
Configuration menu - View commit details
-
Copy full SHA for 0f4a170 - Browse repository at this point
Copy the full SHA 0f4a170View commit details
Commits on Oct 14, 2024
-
[XC] Fix passing message arguments to BuildException when logging war…
…ning as error (#25151) * Fix passing message args to BuildException in XamlCTask * Avoid using string.Format with null args
Configuration menu - View commit details
-
Copy full SHA for 1a69f24 - Browse repository at this point
Copy the full SHA 1a69f24View commit details
Commits on Oct 15, 2024
-
[XC] Fix support for x:TypeArguments on root node (#25183)
* Add test * Set root element type arguments if needed * Simplify setting type arguments for the root node * Cleanup * Update test
Configuration menu - View commit details
-
Copy full SHA for 5c5f68c - Browse repository at this point
Copy the full SHA 5c5f68cView commit details -
[nuget-msi-convert] Support improved VS component IDs (#25205)
* [nuget-msi-convert] Support improved VS component IDs Context: dotnet/arcade@b2d3a3a Context: xamarin/yaml-templates#339 The VS insertion manifest generation has been updated to use new VS component IDs required for .NET 9+. * Use yaml-templates main
Configuration menu - View commit details
-
Copy full SHA for ce01c15 - Browse repository at this point
Copy the full SHA ce01c15View commit details -
Try build arcade net9 (#25085)
* try * try again * Try more build * Fix snupkg * try publish * fix depends * fix * Fix signing * Fix condition * try without this * Try install workloads * add catalyst * Try install .dotnet * Skip install .net * Nowarn * Set java home * try sign * sign dll * dix * more variables * try other * fix * Remove pool changes * Fix path * dotnet * remvoe restore * Again * Try bump arcade * TreatWarningsAsErrors * will this work * Try -warnAsError 0 * again * extra nowarn * Fix variable * Fix _BuildOfficalId * Fix signing * Update arcade * Don t push this * Dont update build number * Add back cake script * Add nuget.config again * Clean signing * try these feeds * less premissions * Try this * Try fix the bin folder * Fix nuget config * Use DotNetTempDirectory for the script * Fix device tests * Add missing variable * We need this * Try this * try this * Add public pipeline * Fix cake * Fix tool * Fix device * try workloads * try fix test * fix sign * more quick * needs t build * Fix windows script * Try workloads * fix location * fix * Try with this * try fix paths * try this again * try use the latest tooling * Revert "try use the latest tooling" This reverts commit 1b337f8. * Update variables.yml * Update DotnetInternal.cs * More fixes * Update build-test-pack.yml * Update latest arcade * Add missing feeds * Remove package source mapping * Update windows.cake * Update windows.cake * Update global.json * Try _SkipUpdateBuildNumber * again * Update variables.yml * Again * Include this * Update vsmanproj * Nove to arcade ne9 * Update rtm * Dont build workloads * Update rtm * Update NuGet.config * Update global.json * Update Versions.props * Update pack.yml * Try rtm ios * try windows again * Fix folder for dotnet location * Update windows.cake
Configuration menu - View commit details
-
Copy full SHA for c72387d - Browse repository at this point
Copy the full SHA c72387dView commit details -
[net9.0] Disable NSToolbar Tabs (#25184)
* Disable NSToolbar Tabs * - fix OS check * Update TabbedViewExtensions.cs * Update TabbedViewExtensions.cs * - analyze this --------- Co-authored-by: Shane Neuville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f147e8b - Browse repository at this point
Copy the full SHA f147e8bView commit details -
[XC] Propagate x:DataType from parent scope to "standalone bindings" (#…
…25152) * Add test * Remove the restriction to inherit x:DataType from parent scope for standalone bindings * Update expected error code
Configuration menu - View commit details
-
Copy full SHA for 008c6af - Browse repository at this point
Copy the full SHA 008c6afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f463e3 - Browse repository at this point
Copy the full SHA 7f463e3View commit details -
[XC] Report XC0025 as an error only in strict compilation mode (#25082)
* Make sure XC0025 is not treated as error unless in strict mode * Remove incorrect comment
Configuration menu - View commit details
-
Copy full SHA for 61114e3 - Browse repository at this point
Copy the full SHA 61114e3View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d19ade - Browse repository at this point
Copy the full SHA 2d19adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 277bf7a - Browse repository at this point
Copy the full SHA 277bf7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f51e0 - Browse repository at this point
Copy the full SHA 09f51e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a067ad1 - Browse repository at this point
Copy the full SHA a067ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b72e6 - Browse repository at this point
Copy the full SHA 99b72e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b3655d - Browse repository at this point
Copy the full SHA 3b3655dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fd20c - Browse repository at this point
Copy the full SHA 63fd20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 028cd0c - Browse repository at this point
Copy the full SHA 028cd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c53f4 - Browse repository at this point
Copy the full SHA b2c53f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f6cfa - Browse repository at this point
Copy the full SHA 66f6cfaView commit details -
Update templates for non-VS IDE hosts (#25303)
* Update templates for non-VS IDE hosts * PR feedback
Configuration menu - View commit details
-
Copy full SHA for a85cb01 - Browse repository at this point
Copy the full SHA a85cb01View commit details
Commits on Oct 17, 2024
-
Merge branch 'main' into net9.0
# Conflicts: # .config/dotnet-tools.json # eng/Version.Details.xml # eng/Versions.props # src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs # src/Controls/tests/TestCases.HostApp/Issues/Issue20439.xaml.cs # src/Controls/tests/TestCases.HostApp/Issues/Issue3089.cs # src/Controls/tests/TestCases.HostApp/Issues/Issue3333.cs # src/Controls/tests/TestCases.HostApp/MauiProgram.cs # src/Core/src/maui.aar
Configuration menu - View commit details
-
Copy full SHA for 8d47b8c - Browse repository at this point
Copy the full SHA 8d47b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33277f8 - Browse repository at this point
Copy the full SHA 33277f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b13985 - Browse repository at this point
Copy the full SHA 0b13985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1143961 - Browse repository at this point
Copy the full SHA 1143961View commit details -
[nuget-msi-convert] Do not use new VS component IDs
Context: ce01c15 We've decided hold off on this change until .NET 10.
Configuration menu - View commit details
-
Copy full SHA for a5b3f68 - Browse repository at this point
Copy the full SHA a5b3f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 174fa1e - Browse repository at this point
Copy the full SHA 174fa1eView commit details -
Merge branch 'main' into net9-merge-main
# Conflicts: # src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt # src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/net/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt # src/Core/src/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
Configuration menu - View commit details
-
Copy full SHA for 072a33c - Browse repository at this point
Copy the full SHA 072a33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8214fca - Browse repository at this point
Copy the full SHA 8214fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cae413 - Browse repository at this point
Copy the full SHA 6cae413View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2935f7 - Browse repository at this point
Copy the full SHA e2935f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1214cbe - Browse repository at this point
Copy the full SHA 1214cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea64d7 - Browse repository at this point
Copy the full SHA 3ea64d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cece83e - Browse repository at this point
Copy the full SHA cece83eView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7de7390 - Browse repository at this point
Copy the full SHA 7de7390View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c31c9 - Browse repository at this point
Copy the full SHA c4c31c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5408f52 - Browse repository at this point
Copy the full SHA 5408f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda20ec - Browse repository at this point
Copy the full SHA cda20ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for e25c494 - Browse repository at this point
Copy the full SHA e25c494View commit details