-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
needs-triageIssues that need to be assigned.Issues that need to be assigned.
Description
Android framework version
net10.0-android (Preview)
Description
There might be unused native code in the MonoVM host in src/native/mono/
Search for unused functions in both header files (*.hh) as well as in the code files (*.cc) in the src/native/mono/ directory and its subdirectories.
Pay attention to p/invoke calls (cross-reference them with C# code in the src/Mono.Android/ directory and its subdirectories)
DO NOT remove functions that are called by the managed code.
Copilot
Metadata
Metadata
Assignees
Labels
needs-triageIssues that need to be assigned.Issues that need to be assigned.