Skip to content

AddProfiles Blows Up With NotSupportedException if Any of the Assemblies are Dynamic #1697

@jakejgordon

Description

@jakejgordon

AddProfilesCore needs to filter out any assemblies with assembly.IsDynamic == true, as these assemblies will fail with a NotSupportedException when trying to get ExportedTypes. Apparently you can't get exported types on dynamic assemblies.

The fix should be pretty easy so I'll try to submit a pull request on it soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions