Skip to content

[release/9.0.1xx] [xma] Updated Xamarin.Messaging to 3.0.13#21839

Merged
rolfbjarne merged 2 commits into
release/9.0.1xxfrom
backport-pr-21767-to-release/9.0.1xx
Dec 20, 2024
Merged

[release/9.0.1xx] [xma] Updated Xamarin.Messaging to 3.0.13#21839
rolfbjarne merged 2 commits into
release/9.0.1xxfrom
backport-pr-21767-to-release/9.0.1xx

Conversation

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

Xamarin.Messaging major version 3 means the replacement of the underlying MQTT library used for message communication. We've replaced the System.Net.Mqtt with MQTTnet (repo under the dotnet org). More details here: https://github.com/xamarin/Xamarin.Messaging/pull/818

For this reason, we also need to remove any System.Net.Mqtt reference from signing lists or ILMerge, and add MQTTnet instead.

This PR also removes the System.Security.Cryptography.ProtectedData runtime implementation handling, since the new version used by Messaging (8.0.0) doesn't include a specific Windows runtime implementation, so we don't need to do this extra MSBuild handling to reference the right assemblies anymore

Backport of #21767

mauroa and others added 2 commits December 20, 2024 07:11
Xamarin.Messaging major version 3 means the replacement of the underlying MQTT library used for message communication.
We've replaced the System.Net.Mqtt with MQTTnet (repo under the dotnet org). More details here: xamarin/Xamarin.Messaging#818

For this reason, we also need to remove any System.Net.Mqtt reference from signing lists or ILMerge, and add MQTTnet instead.
…tion handling

System.Security.Cryptography.ProtectedData has changed from 4.7.0 to 8.0.0: xamarin/Xamarin.Messaging#799

This new version doesn't include a specific Windows runtime implementation, so we don't need to do this extra MSBuild handling to reference the right assemblies anymore
@rolfbjarne
Copy link
Copy Markdown
Member

/azp run xamarin-macios-pr,xamarin-macios-apidiff

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator Author

✅ [CI Build] Build passed (Build packages) ✅

Pipeline on Agent
Hash: 5e141a58acad4f9b97e2077df6da7d274475d597 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator Author

✅ [CI Build] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: 5e141a58acad4f9b97e2077df6da7d274475d597 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator Author

💻 [CI Build] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: 5e141a58acad4f9b97e2077df6da7d274475d597 [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator Author

💻 [CI Build] Tests on macOS arm64 - Mac Sequoia (15) passed 💻

All tests on macOS arm64 - Mac Sequoia (15) passed.

Pipeline on Agent
Hash: 5e141a58acad4f9b97e2077df6da7d274475d597 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator Author

💻 [CI Build] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: 5e141a58acad4f9b97e2077df6da7d274475d597 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator Author

💻 [CI Build] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: 5e141a58acad4f9b97e2077df6da7d274475d597 [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator Author

💻 [CI Build] Windows Integration Tests passed 💻

All Windows Integration Tests passed.

Pipeline on Agent
Hash: 5e141a58acad4f9b97e2077df6da7d274475d597 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator Author

🚀 [CI Build] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 109 tests passed 🎉

Tests counts

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 5 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 6 tests passed. Html Report (VSDrops) Download
✅ linker: All 40 tests passed. Html Report (VSDrops) Download
✅ monotouch (iOS): All 7 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 10 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 9 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 9 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent
Hash: 5e141a58acad4f9b97e2077df6da7d274475d597 [PR build]

@rolfbjarne rolfbjarne merged commit c29b554 into release/9.0.1xx Dec 20, 2024
@rolfbjarne rolfbjarne deleted the backport-pr-21767-to-release/9.0.1xx branch December 20, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backported not-notes-worthy Ignore for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants