Skip to content
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

[release/7.0.2xx] [dotnet] Add support for .so files #17440

Conversation

vs-mobiletools-engineering-service2
Copy link
Collaborator

Autotools-based project using libtool's -module flag generate plugins with the .so extension that needs to be treated like DynamicLibraries in terms of deployment location and relocation, except they are not linked to the app.

This PR depends on #16706

Backport of #16887

Some projects like GStreamer, GIO or GdkPixbuf provide plugins as
dynamic libraries that are loaded on demand at runtime. These libraries
have usually the .dylib extension except for autotools-based projects
using libtool's -module flag that generate libraries with the .so extension.
These libraries need to be re-identified and deployed but that are not
linked to the application.
@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

💻 [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed 💻

All tests on macOS M1 - Mac Big Sur (11.5) passed.

Pipeline on Agent
Hash: fe4a73c245c5f35f0668a52a18ec6334c5ec3c18 [PR build]

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

✅ API diff for current PR / commit

NET (empty diffs)
  • iOS: (empty diff detected)
  • tvOS: (empty diff detected)
  • MacCatalyst: (empty diff detected)
  • macOS: (empty diff detected)

✅ API diff vs stable

.NET (No breaking changes)
  • iOS: vsdrops gist (No breaking changes)
  • tvOS: (empty diff detected)
  • MacCatalyst: vsdrops gist (No breaking changes)
  • macOS: vsdrops gist (No breaking changes)
  • Microsoft.iOS vs Microsoft.MacCatalyst: vsdrops (could not create gist: file 'D:\a\1\s\change-detection\results\stable-api-comparison\diff\dotnet\iOS-MacCatalyst-diff\Microsoft.iOS.Ref\ref\net7.0\Microsoft.iOS.MacCatalyst.md' does not exist)

✅ Generator diff

Generator diff is empty

Pipeline on Agent
Hash: fe4a73c245c5f35f0668a52a18ec6334c5ec3c18 [PR build]

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

📚 [PR Build] Artifacts 📚

Packages generated

View packages

Pipeline on Agent XAMBOT-1098.Monterey'
Hash: fe4a73c245c5f35f0668a52a18ec6334c5ec3c18 [PR build]

@rolfbjarne rolfbjarne merged commit c6dc43c into xamarin:release/7.0.2xx Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported community Community contribution ❤
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants