Skip to content

Add attribute to C++/CLI assemblies #587

@fadimounir

Description

@fadimounir

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++")]

Metadata

Metadata

Labels

Enhancement RequestedProduct code improvement that does NOT require public API changes/additions

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions