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

Added failing test when declaring multiple IConverter<,> in a single class #8880

Closed
wants to merge 2 commits into from

Commits on Jul 8, 2024

  1. Added failing ICopier unit test

    - When declaring a single converter class for multiple surrogates,
      ICopier will always resolve the last declared IConverter<,> interface,
      failing with a InvalidCastException at runtime
    ccorsano authored and ReubenBond committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c4d5af2 View commit details
    Browse the repository at this point in the history
  2. Completed failing ICopier unit test

    - Added Equals and GetHashCode to foreign types
    ccorsano authored and ReubenBond committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ce57581 View commit details
    Browse the repository at this point in the history