Christian Weiss

Results 24 issues of Christian Weiss

Now that .NET 6 includes `enable` in the templates, it would be great if all the docs for EF Core could respect that as well. Right now, if you follow...

area-global

Hi, first, thanks for all the work you put into this library! I'm really looking forward to using it!! Are there any plans to support the REST-like HTTP/JSON transcoding (https://cloud.google.com/endpoints/docs/grpc/transcoding...

enhancement

As every HTTP call creates a new span, there could be an endless loop if a tracer sends each span separately (for whatever reason) to its backend system. The only...

bug

[comment](https://github.com/opentracing/opentracing-csharp/pull/2#discussion_r76640503) from @yurishkuro : > is byte array the right carrier for binary? I assume byte array has a fixed length, so especially for the injector how does the instrumentation...

enhancement
help wanted

We should create proper documentation for the release process. The current release process is: * Add & push tag to git repository (tag name MUST be a proper semantic version)...

infrastructure

This brings https://github.com/opentracing/opentracing-java/pull/263 to this repository. Description from there: > In special circumstances, code may automatically generate spans, negating the need to always check if Tracer.activeSpan() is null. Under these...

enhancement

To use the fluent syntax with Span/SpanBuilder and the tag types, one currently has to write `span.setTag(Tags.HTTP_STATUS.getKey(), 200)`. This has two issues: * It loses the type restrictions, offered by...

enhancement

Java has recently merged https://github.com/opentracing/opentracing-java/pull/263 (and the same change is pending in C# (https://github.com/opentracing/opentracing-csharp/pull/84)) which changes the behavior of the `NoopTracer`: It will now always return `NoopScope.INSTANCE` and `NoopSpanImpl.INSTANCE` instead...

What's the recommended practice for the following scenarios: * someone makes a request to my public webserver and includes fake trace headers. It might even contain fake baggage that would...

VS Code / Omnisharp supports using a profile from launchSettings.json With this, people don't have to duplicate their environment variables and ports. Details: https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#launchsettingsjson-support