Open
Description
Hello , Thanks for the great work.
I want to add some extensions to OpenTracing.Contrib.NetCore, but some classes like DiagnosticListenerObserver
are defined as internal
, why isn't it set to be public
? Is there something I have missed?
Another question, I saw the response of issue 12. I think there is no problem to change the project to netstandard2.0
. We are a new library, don't need to think about the compatibility of .NET Framework. If set to netcoreapp2.0
, it is very unfriendly for projects that need to extend OpenTracing.Contrib.NetCore.