-
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
Enable ILLink warning analysis for OOB libraries #48488
Comments
Tagging subscribers to this area: @safern, @ViktorHofer Issue DetailsIn #38033 we enabled ILLink warning analysis for assemblies that are in the NETCoreApp shared fx / runtimepack. With #48428 we are marking all libraries built in cc @marek-safar @joperezr @sbomer
|
Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @tannergooding, @sbomer Issue DetailsIn #38033 we enabled ILLink warning analysis for assemblies that are in the NETCoreApp shared fx / runtimepack. With #48428 we are marking all libraries built in cc @marek-safar @joperezr @sbomer
|
In #38033 we enabled ILLink warning analysis for assemblies that are in the NETCoreApp shared fx / runtimepack.
With #48428 we are marking all libraries built in
dotnet/runtime
as "trimmable". We should enable ILLink warning analysis for these libraries as well. And then once we are finished resolving the warnings in the libraries in the runtimepack (#45623), we will start working on the rest of the libraries as well.cc @marek-safar @joperezr @sbomer
The text was updated successfully, but these errors were encountered: