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

Support creating binlogs for the language server's design time builds #69572

Merged

Conversation

jasonmalinowski
Copy link
Member

This allows you to configure a directory where we will write binlogs for any design time builds. This is only needed when debugging project system issues, but when you need this, you really need this.

Otherwise passing in a BinaryLogger won't actually log any of the task
inputs, which is the most important bit.
@jasonmalinowski jasonmalinowski requested a review from a team as a code owner August 16, 2023 23:36
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 16, 2023
@jasonmalinowski jasonmalinowski self-assigned this Aug 16, 2023
Copy link
Member

@dibarbet dibarbet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine - pending on whether you think its fine to use the extension log directory instead of requiring a path

@jasonmalinowski jasonmalinowski removed the untriaged Issues and PRs which have not yet been triaged by a lead label Aug 18, 2023
@jasonmalinowski jasonmalinowski force-pushed the add-support-for-binlog-logging branch 2 times, most recently from c2e8ad6 to dea3097 Compare August 18, 2023 23:35
This allows you to configure a directory where we will write binlogs
for any design time builds. This is only needed when debugging project
system issues, but when you need this, you really need this.
@jasonmalinowski jasonmalinowski merged commit 0020ac5 into dotnet:main Aug 21, 2023
22 of 24 checks passed
@jasonmalinowski jasonmalinowski deleted the add-support-for-binlog-logging branch August 21, 2023 23:56
@ghost ghost added this to the Next milestone Aug 21, 2023
@dibarbet dibarbet modified the milestones: Next, 17.8 P2 Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants