Skip to content
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

Remove invalid Castle.DynamicProxy.Internal.AbstractInvocation from ILLink descriptor files #56392

Merged
merged 1 commit into from
Jul 27, 2021

Commits on Jul 27, 2021

  1. Remove invalid Castle.DynamicProxy.Internal.AbstractInvocation from I…

    …LLink descriptor files
    
    The type is actually in the `Castle.DynamicProxy` namespace, not the `.Internal` one.
    This causes an error with newer linker versions.
    
    The whole `Castle.DynamicProxy` namespace is already preserved so we can remove the entry for AbstractInvocation.
    akoeplinger committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    edc843d View commit details
    Browse the repository at this point in the history