-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
Improve performance for mocking interfaces: Cache GetInterfaceMap #1351
Conversation
Thanks for suggesting a fix. Let's wait with a possible merge until we've actually looked at the problem first (see my first comment over in the issue.) |
Could you please rebase on top of main? There were some fixes there. Thanks! |
Sorry for the closing/opening. Had a little struggle with git. We're still using svn at $dayjob. Should be fine now. |
d66836e
to
eb8ccf9
Compare
Any help (i.e. just merge this PR and fix any style changes afterwards) would be highly appreciated. I spend about 5x the time on fighting git than on finding+fixing the actual issue :) FWIW (and not going to send a PR for this). The following would be good for the editorconfig:
|
@kzu Would love to get this PR merged. Any blockers I need to resolve? |
a7268e8
to
59f2513
Compare
Just guessing what dotnet format wants...
Running the checks now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Fixes #1350.