opentelemetry-dotnet-contrib
opentelemetry-dotnet-contrib copied to clipboard
Update to AOT-compatible PropertyFetcher and remove older version
Issue that does not fit into other categories
What are you trying to achieve? With #1415 we are copying a new version of PropertyFetcher from open-telemetry/opentelemetry-dotnet that is AOT-compatible. This was copied as a separate version in order to reduce the risk of changing other libraries.
What do you expect to see?
We should update all the references of the old PropertyFetcher to the new AOT-compatible version and then remove the old version.
Additional context.
See also https://github.com/open-telemetry/opentelemetry-dotnet/pull/4675