Import .NET 6 property page targets path in iOS sdk targets - #12556
Conversation
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results34 tests failed, 106 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
|
/sudo backport release/6.0.1xx-rc.1 |
|
Backport Job to branch release/6.0.1xx-rc.1 Created! The magic is happening here |
|
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=5137888 for more details. |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results5 tests failed, 135 tests passed.Failed tests
Pipeline on Agent XAMBOT-1097.BigSur' |
|
Test failures are unrelated:
|
The .NET 6 iOS projects will use the dotnet-project system property pages system which requires the authored .xaml pages to be imported as MEF components. I'm hooking into the Microsoft.iOS.Windows.Sdk.targets file to import Xamarin.iOS.DesignTime.targets which will import each .xaml property page as a PropertyPageSchema.
The property pages will be placed in the same directory as the designtime targets file.