Peter Wiese

Results 2 issues of Peter Wiese

I have 2 questions: Given the following set of custom metadata added ```csharp var metadata = new Metadata(); metadata.Add(new Metadata.Entry("foo", "bar1")); metadata.Add(new Metadata.Entry("foo", "bar2")); ``` I see that under the...

question
Conversation

I'm trying to pull this package in as part of a diagnostics library and generally we use netstandard2.0 or netstandard2.1. Is there anything preventing this project from supporting netstandard2.0, netstandard2.1,...