-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Enhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Milestone
Description
As discussed over email, we need to add some attribute to the IJW assemblies (DirectWriteForwarder.dll and System.Printing.dll to help with this bug: https://github.com/dotnet/coreclr/issues/23872
For Preview 5, the coreclr bug might not get fixed in time, so we'll use the assembly attribute as a way to exclude these 2 problematic assemblies from being compiled into ReadyToRun images.
Proposed attribute to add:
[assembly: AssemblyMetadata("Language", "C++")]
vatsan-madhavan
Metadata
Metadata
Assignees
Labels
Enhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions