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

Put dummy types used in ProcessImportedType in the proper namespace #1197

Merged
merged 1 commit into from
Jun 21, 2019

Commits on Jun 21, 2019

  1. Put dummy types used in ProcessImportedType in the proper namespace

    These dummy types were added in 0e66d19
    so that the `ProcessImportedType` method could be added to the
    `IDataContractSurrogate` interface properly. However, the types were not
    put in the proper namespace.
    
    Recent changes to the profile stubber to handle overloaded methods
    correctly caused an additional `ProcessImportedType` method to be
    incorrectly stubbed in. This change allows the profile stubber to
    correctly notice that this method exists, and not stubbing is done.
    Josh Peterson committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    b831e4d View commit details
    Browse the repository at this point in the history