-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ObjCRuntime] Remove unnecessary macOS code from .NET. (#18967)
In Xamarin.Mac we have some code to support unusual ways of creating app bundles while including Xamarin.Mac, and also dynamic loading of the Mono runtime. In .NET, we don't support these unusual app bundle creating logic for any platform, and the Mono runtime isn't even an option for macOS, so exclude some of the corresponding code from .NET. This fixes a few warnings in NativeAOT about this code not being trimmer-safe.
- Loading branch information
1 parent
de762d6
commit d6eb395
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.