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

Index sources generated by source generators #192

Open
KirillOsenkov opened this issue Aug 24, 2021 · 3 comments
Open

Index sources generated by source generators #192

KirillOsenkov opened this issue Aug 24, 2021 · 3 comments

Comments

@KirillOsenkov
Copy link
Owner

Need to tell the workspace to write generated source to disk and index that source?

@KirillOsenkov
Copy link
Owner Author

This is where the Roslyn workspace is created:

var w = MSBuildWorkspace.Create(properties: propertiesOpt);

@KirillOsenkov
Copy link
Owner Author

prob just needs to set the property EmitCompilerGeneratedFiles to true.

@KirillOsenkov
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant