Paul Harrington
Paul Harrington
Logging response _bodies_ is **not** a feature dependency tracking in Application Insights. The additional volume of telemetry would be overwhelming for many applications. If it makes sense for your application,...
> [...] it would be nice that this is added to the documentation somehow. I can make a pull request for that, but on which page should that be added?...
@TimothyMothra PTAL
@TimothyMothra, PTAL
I believe this may, at last, be fixed in Visual Studio 17.10 (currently in preview)
@chrish619 I'm following the guidance for extension authors. It recommends generating separate VS2019 and VS2022 VSIX files and publishing to separate Marketplace entries.
This request has come up again, but this time for .netperf/.nettrace files. I believe this is more achievable since `EventPipeEventSource` has a constructor that takes a `Stream`.
The problem is that on .NET Framework (Windows only): 1. The Ctrl+C signal from the OS arrives on one thread with the "ConsoleState" critical section held. 2. The Framework's ["Break"...
The CLR Instrumentation Engine (aka CLRIE) is a multiplexer for CLR profilers: https://github.com/microsoft/CLRInstrumentationEngine You'll need to use it if you want to run in Azure App Service, for example.
Funnily enough, I was looking at this myself just yesterday. In the PE header for a crossgen'd binary, you'll find two "cv" entries in the debug directories. The first one...