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

Use Xamarin.Mac.dll on mono net4x profile #58

Open
atsushieno opened this issue Nov 3, 2019 · 0 comments
Open

Use Xamarin.Mac.dll on mono net4x profile #58

atsushieno opened this issue Nov 3, 2019 · 0 comments

Comments

@atsushieno
Copy link
Owner

I had been exploring any possibility to use Xamarin.Mac class libraries on .NET Core, and instead I found that it seems that Xamarin.Mac implementation is available when Mono runtime is used: https://docs.microsoft.com/en-us/xamarin/mac/app-fundamentals/console

Unlike .NET Core where the runtime internal API and embedded support is completely different, external mono runtime would totally work if everything is handled at libxammac.dylib and co.

This resolves most of my use cases on Mac desktop, so I would try to make changes to our Mac desktop (net4x) support to make use of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant