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

Component Debugger: don't hardcode net fx compiler #729

Open
chsienki opened this issue Feb 16, 2021 · 0 comments
Open

Component Debugger: don't hardcode net fx compiler #729

chsienki opened this issue Feb 16, 2021 · 0 comments
Assignees
Labels
Area-Source Generators SDK support for source generators

Comments

@chsienki
Copy link
Member

Currently we hardcode the location of the compiler used to debug by looking it up in a well known location in the VS directory. We also only support debugging of the desktop net fx compiler.

We should instead calculate the compiler to use based on the msbuild properties, so that when debugging we're debugging using the same version of the compiler as will actually be used to build the project.

@chsienki chsienki added the Area-Source Generators SDK support for source generators label Feb 16, 2021
@chsienki chsienki self-assigned this Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Source Generators SDK support for source generators
Projects
None yet
Development

No branches or pull requests

1 participant