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

[Mono] Enhance ILStrip to be capable of trimming away a single method #80953

Open
16 of 18 tasks
fanyang-mono opened this issue Jan 20, 2023 · 3 comments
Open
16 of 18 tasks
Assignees
Labels
area-VM-meta-mono tracking This issue is tracking the completion of other related issues.
Milestone

Comments

@fanyang-mono
Copy link
Member

fanyang-mono commented Jan 20, 2023

This work will help with IL stripping for MAUI Android and wasm apps.
Android app developers have requested this feature #44855

.NET8

.NET9

@fanyang-mono fanyang-mono added this to the 8.0.0 milestone Jan 20, 2023
@fanyang-mono fanyang-mono self-assigned this Jan 20, 2023
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@fanyang-mono fanyang-mono added the tracking This issue is tracking the completion of other related issues. label Jul 14, 2023
@SamMonoRT
Copy link
Member

Moving tracking issue to 9.0.0 - some items may still be completed by .NET8 release.
@fanyang-mono - The description should separate out work completed in 8.0 v/s Future/9.0 work.

@SamMonoRT SamMonoRT modified the milestones: 8.0.0, 9.0.0 Aug 11, 2023
@fanyang-mono
Copy link
Member Author

StripAssembly currently relies on Cecil. We would like to upgrade it with modern API's. However, we are blocked by lacking API support for editing existing assemblies. See #30443 for details.

@steveisok steveisok modified the milestones: 9.0.0, Future Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-VM-meta-mono tracking This issue is tracking the completion of other related issues.
Projects
None yet
Development

No branches or pull requests

4 participants