-
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
Improve System.Speech trimmability #61566
Conversation
by removing obvious warnings
Tagging subscribers to this area: @danmoseley Issue Detailsby removing obvious warnings
|
Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @sbomer, @joperezr Issue Detailsby removing obvious warnings
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes LGTM.
Improve System.Speech trimmability
System.Speech isn't enabled for trimming at all today:
<SetIsTrimmable>false</SetIsTrimmable> |
And we aren't baselining its trim warnings either:
runtime/src/libraries/illink-oob.targets
Line 25 in d0a0919
<_OOBsToIgnore Include="System.Speech" /> |
If we really want to make progress on Speech trimmability, we should probably be changing those places to enable trimming and start producing warnings for this library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the cleanup.
by removing obvious warnings