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

Avoid first-chance MissingMethodException in Expander #2040

Closed
KirillOsenkov opened this issue May 1, 2017 · 2 comments
Closed

Avoid first-chance MissingMethodException in Expander #2040

KirillOsenkov opened this issue May 1, 2017 · 2 comments
Assignees
Labels

Comments

@KirillOsenkov
Copy link
Member

When debugging MSBuild evaluations we see tons and tons of first-chance MissingMethodExceptions:
http://source.dot.net/#Microsoft.Build/Evaluation/Expander.cs,3143

Looking at the code there can be relatively straightforward fixes that would avoid the first-chance exception and also make evaluation faster.

@KirillOsenkov KirillOsenkov self-assigned this May 1, 2017
@davkean
Copy link
Member

davkean commented Oct 20, 2017

Dup'ing this against #2217 which has much more context. I'm working on a prototype.

@davkean davkean closed this as completed Oct 20, 2017
@KirillOsenkov
Copy link
Member Author

Ha ha, so you saw that I filed this independently! I've been meaning to fix this eventually but life got in the way. Glad you're looking into this.

@AR-May AR-May added the triaged label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants