-
Notifications
You must be signed in to change notification settings - Fork 516
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
[DRAFT] Try to execute a few more tasks locally on Windows. #19963
base: main
Are you sure you want to change the base?
Conversation
This avoids the Mono.Cecil dependency, and also MetadataLoadContext is both faster and better maintained.
…, PackLibrary and UnpackLibrary tasks. In order to make packing and unpacking work on Windows, we now: * Encode both \ and / the same way, they're both path separator characters. * Decode either into Path.DirectorySeparatorChar. This is a potential breaking change: it won't be possible to have a resource with a LogicalName that contains a backslash. I've never seen an app where files would have a name containing a backslash, so this is unlikely to be a problem.
…me metadata in PackLibraryTask.
🔥 [PR Build] Build failed 🔥Build failed for the job 'Build macOS tests' Pipeline on Agent |
📚 [PR Build] Artifacts 📚Packages generatedView packagesPipeline on Agent |
❌ [CI Build] Windows Integration Tests failed ❌❌ Failed ❌ Pipeline on Agent |
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
✅ API diff vs stableLegacy Xamarin (No breaking changes).NET (No breaking changes)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: simulator tests 0 tests crashed, 101 tests failed, 65 tests passed. Failures❌ dotnettests tests
Html Report (VSDrops) Download ❌ fsharp tests
Html Report (VSDrops) Download ❌ framework tests
Html Report (VSDrops) Download ❌ interdependent_binding_projects tests
Html Report (VSDrops) Download ❌ introspection tests
Html Report (VSDrops) Download ❌ linker tests
Html Report (VSDrops) Download ❌ mac_binding_project tests
Html Report (VSDrops) Download ❌ mmp tests
Html Report (VSDrops) Download ❌ mononative tests
Html Report (VSDrops) Download ❌ monotouch tests
Html Report (VSDrops) Download ❌ msbuild tests
Html Report (VSDrops) Download ❌ mtouch tests
Html Report (VSDrops) Download ❌ xammac tests
Html Report (VSDrops) Download ❌ xcframework tests
Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
No description provided.