-
Notifications
You must be signed in to change notification settings - Fork 519
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
[net8.0] Merge main into net8.0. #18465
[net8.0] Merge main into net8.0. #18465
Conversation
…launching mobile apps. Fixes dotnet#18359. (dotnet#18446) Add public targets to compute the mlaunch command lines for installing and launching mobile apps. These new targets are: * ComputeMlaunchInstallArguments * ComputeMlaunchRunArguments As part of this change, also create a few new public properties: * MlaunchPath * MlaunchRunArguments * MlaunchInstallArguments * MlaunchRunScript * MlaunchInstallScript If the *Script variables are set, the corresponding target will create a script file with the path to mlaunch + the corresponding arguments. Otherwise, it's also possible to get the arguments directly from the build log. Fixes dotnet#18359.
…logic easily. (dotnet#18443) It seems this target has more problems than at first I thought, so make it easier to opt-out of it by just setting a property in the csproj. More investigation is needed, but I'm keeping the target on by default for now, since it solves a real-world problem as well. Ref: dotnet#18445
…ote builds. Fixes dotnet#18402. (dotnet#18447) The zip file might be used later directly on Windows (for instance it might be embedded inside a binding assembly as an embedded resource), so make sure to copy it back to Windows. Fixes dotnet#18402 part 2.
…an INativeObject wrapper instance. Fixes part of dotnet#18452. (dotnet#18461) Also don't create the instance directly from third-party bindings, the required constructor might not be public - use Runtime.GetINativeObject instead. Fixes part 4 of dotnet#18452.
…gs. Partial fix for dotnet#18452. (dotnet#18460) * The 'copyCGImageAtTime:actualTime:error:' selector is deprecated, so replicate that. * Bind the 'generateCGImageAsynchronouslyForTime:completionHandler:' selector. Fixes parts 1 and 2 of dotnet#18452.
…xclude. (dotnet#18463) This allows to later get the result and generate the exception list based on it.
🔥 [PR Build] Build failed 🔥Build failed for the job 'Build macOS tests' Pipeline on Agent |
📚 [PR Build] Artifacts 📚Packages generatedView packagesPipeline on Agent |
✅ API diff for current PR / commit.NET (No breaking changes)✅ API diff vs stable.NET (No breaking changes)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
❌ [PR Build] Tests on macOS M1 - Mac Ventura (13.0) failed ❌Failed tests are:
Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: simulator tests 0 tests crashed, 1 tests failed, 88 tests passed. Failures❌ linker tests [attempt 5]
Html Report (VSDrops) Download Successes
Pipeline on Agent |
Test failures are unrelated (dotnet/runtime#87682). |
No description provided.