Andrew Lock
Andrew Lock
I've been using this library without issue for some time, including in .NET Core 2.x apps, so thanks for that 🙂 However, I've just come across an issue with standard...
It is a limitation of the current implementation of the ghosthunter plugin, but currently only the latest 15 posts will be searched. The version of ghosthunter we're using uses the...
A niche issue I know, but someone just flagged it to me on my blog. It prints fine on Chrome. If you view the theme in Edge and press `ctrl+p`,...
Hey guys, I'm aware that you're adamant that there is no support for ambient `System.Transaction` scopes (and never will be), for the reasons @damianh describes in [this issue](https://github.com/SQLStreamStore/SQLStreamStore/issues/108). The problem...
### What does this PR do? Simplifies the .NET tracer/profiler install instructions ### Motivation After [this PR](https://github.com/DataDog/dd-trace-dotnet/pull/3060), the MSI sets the `COR_PROFILER` and `CORECLR_PROFILER` variables globally, so there's no need...
## Summary of changes - Replace the deprecated `ubuntu-18.04` hosted runners with `ubuntu-20.04` - Tidy up the serverless build by not building when it's not required - Reduce the size...
## Summary of changes Deletes the `SyncMsiContent` helper and corresponding `UpdateMsiContents` task ## Reason for change As far as I can tell, `SyncMsiContent` hasn't been right since we introduced the...
## Summary of changes - Automatically run `BuildNativeLoader` as part of `BuildTracerHome` - Split the checks we do for build logs vs smoke test logs - Add log checking for...
## Summary of changes - Enables telemetry by default - Preferentially uses agent-based telemetry - If agent-based telemetry fails, falls back to agentless - ~Add version-check for agent telemetry in...