David Matson

Results 115 comments of David Matson

It looks like there's no option to suppress GoogleTest using stdout: https://google.github.io/googletest/faq.html#googletest-output-is-buried-in-a-whole-bunch-of-log-messages-what-do-i-do But stderr is kept separate, which might help, though it's also used for LOG from tests.

Actually, it looks like there is a way to do that: https://chenchang.gitbooks.io/googletest_docs/content/googletest/AdvancedGuide.html > There's only one problem: the default test result printer is still in effect, so its output will...

It says here the triplet can set in the project: https://github.com/microsoft/vcpkg/blob/2777eada3f0608c337eced841c0023ab405e03d8/docs/users/integration.md > To override the automatically chosen [triplet](https://github.com/microsoft/vcpkg/blob/2777eada3f0608c337eced841c0023ab405e03d8/docs/users/triplets.md), you can specify the MSBuild property VcpkgTriplet in your .vcxproj. I assume...

> We should ensure that it (bootstrap-vcpkg.bat) is safe to call in parallel Yes. We've been using the above blob and found that in practice that it (bootstrap-vcpkg.bat) is not...

It looks like the root cause is this change; formerly the logger provider did use the telemetry configuration directly: https://github.com/microsoft/ApplicationInsights-dotnet-logging/commit/f9728ec758b67042c27498d645e5ad0c1b1bf8c0

@horenmar - any further thoughts on this PR? thanks!

@horenmar - does this PR look good to you? Thanks!