Skip to content

Avoid trimming COM interfaces in library mode #2881

@agocke

Description

@agocke

When trimming in library mode we don't know if built-in COM will be disabled or enabled. If it's enabled, then nothing on the interface can be trimmed, similar to StructLayoutKind.Explicit. There are currently no situations in which BuiltInCom is enabled and trimming is enabled in app-mode, but that still shouldn't affect behavior in library mode, where we don't know.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions