Tags: maonaoda/maui
Tags
[release/8.0.1xx-sr7] [msbuild] Fix BundleResource defaults for iOS a… …nd MacCatalyst (dotnet#23836) * [msbuild] Fix BundleResource defaults for iOS and MacCatalyst Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2172694 Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2172757 This PR dotnet#21350 added the new `PrivacyInfo.xcprivacy` to our default templates (new requirement from Apple) when building from Windows we try to bundle this resource and unfortunately we are missing the required Link metadata when this is done from single project triggering a condition where the path is incorrectly calculated when zipped in windows and once the zip archive is transfered to the mac host it is unable to unarchive the file. To fix this we simply unify the logic with what the macios SDK currently does [1] this ensures the right bundling happens. [1]: https://github.com/xamarin/xamarin-macios/blob/main/dotnet/targets/Microsoft.Sdk.DefaultItems.template.props#L77 * Update Versions.props --------- Co-authored-by: Alex Soto <[email protected]> Co-authored-by: Shane Neuville <[email protected]>
[release/9.0.1xx-preview6] Bump Appium version to 2.11 (dotnet#23339) * Bump Appium version to 2.11 * Update CarouselViewUITests.UpdateCurrentItem.cs --------- Co-authored-by: Shane Neuville <[email protected]>
Move MAUI Blazor template files to match ASP.NET Blazor template (dot… …net#18608) Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1910199 Co-authored-by: Eilon Lipton <[email protected]>
[release/8.0.1xx-rc2.3] Update .NET 7 MAUI Version (dotnet#18412)
PreviousNext