[release/6.0.1xx-rc.1] Import .NET 6 property page targets path in iOS sdk targets - #12565
Conversation
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
❌ [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 results31 tests failed, 110 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur' |
❌ [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 results2 tests failed, 139 tests passed.Failed tests
Pipeline on Agent XAMBOT-1100.BigSur' |
❌ [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 results1 tests failed, 140 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
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.
Backport of #12556