We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the last version of Elastic.Apm, you are using System.Diagnostics.PerformanceCounter version 6.0.1
If you were to bump it to version 8.0.0, you'd also bump System.Configuration.ConfigurationManager which has one less dependency: it does not include a reference to System.Security.Permissions see: https://www.nuget.org/packages/System.Configuration.ConfigurationManager/7.0.0#dependencies-body-tab vs https://www.nuget.org/packages/System.Configuration.ConfigurationManager/#dependencies-body-tab
It would make Elastic.Apm lighter
Thank you
The text was updated successfully, but these errors were encountered:
@tomap i have already gone and implemented a nicer solution via https://github.com/elastic/apm-agent-dotnet/pull/2308/files which will be in the next release. That MR has eliminated the need for a number of dependencies on the newer TFM'S.
Sorry, something went wrong.
Awesome! Thank you
No branches or pull requests
In the last version of Elastic.Apm, you are using System.Diagnostics.PerformanceCounter version 6.0.1
If you were to bump it to version 8.0.0, you'd also bump System.Configuration.ConfigurationManager
which has one less dependency: it does not include a reference to System.Security.Permissions
see:
https://www.nuget.org/packages/System.Configuration.ConfigurationManager/7.0.0#dependencies-body-tab
vs
https://www.nuget.org/packages/System.Configuration.ConfigurationManager/#dependencies-body-tab
It would make Elastic.Apm lighter
Thank you
The text was updated successfully, but these errors were encountered: