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

Elapsed time is missing when copying the content from the Build Logging window #439

Closed
ViktorHofer opened this issue Apr 29, 2022 · 1 comment · Fixed by #441
Closed

Comments

@ViktorHofer
Copy link
Member

When copying the output from the Build Logging window, the Elapsed time is missing. Also the formatting is a bit weird:

Project	Project	Dimensions	Targets	Type	Start	Elapsed	Status
System.CodeDom	.csproj	Debug|AnyCPU|	build	Build	2022-04-29T11:50:18		Finished
Solution Wide				Roslyn	2022-04-29T11:50:13		Running

@drewnoakes
Copy link
Member

Thanks for the issue, @ViktorHofer.

the Elapsed time is missing

Fixed in #441.

the formatting is a bit weird

The values are separated by tabs (tsv), which comes from Microsoft.VisualStudio.Shell.TableControl. The same behaviour exists in the Error List, for example. Any change here should be made on the platform side. Perhaps send them a feedback ticket requesting a "Copy as Markdown table" command on the context menu.

As a workaround, you could search/replace \t for some other separator (such as | for Markdown tables).

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

Successfully merging a pull request may close this issue.

2 participants