yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 407 forks source link

[C#] Update Jaeger nuget dependencies for Lesson3 and Lesson4 #42

Open d1mnewz opened 5 years ago

d1mnewz commented 5 years ago

Update Jaeger NuGet dependencies for Lesson3.Server andLesson4.Server so they don't conflict with Library project. I've updated them from 0.0.10 to 0.1.0 both. Build errors: image image

Another way to solve this problem is to remove Jaeger NuGet packages from both projects and use the ones referenced in the Library project. However, I don't think it's a good idea because we lose the illustrativeness of these examples.

yurishkuro commented 5 years ago

@saschaholesch

d1mnewz commented 5 years ago

@yurishkuro @saschaholesch any updates guys?