apm-agent-dotnet
apm-agent-dotnet copied to clipboard
Update dependency of `System.Diagnostics.DiagnosticSource` to at least 6.0.0
We have encountered binding redirect issues on .NET Framework when using things like Span<T>
in the library. We currently use 5.0.0, which is deprecated, and we should look to depend on a more recent version, which may unlock some of the binding redirect issues that would enable span use on .NET Framework paths, such as cookie redaction.