Petr Chromec

Results 8 comments of Petr Chromec

It might be caused by missing `x-b3-parentspanid` header in `B3Propagator`. https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Api/Context/Propagation/B3Propagator.cs#L146-L151

@sudochownrwhoami solution works for me (on osx).

Hello @keradus I will try to do it today, I'm kinda busy these days :)

I have same problem in C# as well .. ``` using (var client = new ConsulClient(opt => { opt.Address = new Uri("...consul-url...");})) { var result = client.KV.List("config"); Console.WriteLine("Result: " +...

It doesn't really matter which method I use. Both of them works fine on `2.0` - List returns all Pairs with prefix and Get returns a single Pair - but...

Hello, I'm also trying to use net 7 in my project and I constantly get an error: ``` Unhandled exception. Fake.Core.BuildFailedException: Target 'AssemblyInfo' failed. ---> System.AggregateException: One or more errors...

Well.. I still can't understand, how it worked for you @yazeedobaid :) I've found a problem and fixed it. Problem was in the `Clean` target, which removes all `bin` and...

Hello, feel free to send a PR with adding those - that would be the fastest way to have them :) Thank you