-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono] Only ship runtime packs that are classified as mobile targets #104307
Conversation
In past .NET releases, we have shipped mono runtime packs for most of our support matrix. Starting in .NET 9, we will pull this back significantly and only ship runtime packs that are targeted at our 'mobile' platforms. This includes apple, android, wasm, and wasi targets.
Just for my own understanding, why do we still produce and upload them to the transport feed? |
If that's the best non-shipping feed, yes. |
I don't know if the transport feed is the best place, but the general use case for the desktop Mono runtime packs are:
|
Related to dotnet/docs#41366 |
OK makes sense. So we still want the option to run MonoVM on desktop but just as a testing vehicle for runtime devs and not as a shipping product feature. |
I manually ran an official build and it shows all of the desktop related mono runtime packs in the NonShipping folder. |
there are so many team embed mono with game engine。 |
@srxqds can you reply in dotnet/docs#41366 and describe your scenario? |
This should land after P6 snaps |
One more trip around the CI world and this is ready to go. |
In past .NET releases, we have shipped mono runtime packs for most of our support matrix. Starting in .NET 9, we will pull this back significantly and only ship runtime packs that are targeted at our 'mobile' platforms. This includes apple, android, wasm, and wasi targets.