You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently integrating datadog into our library but would like to keep the dependencies minimal.
Our current approach is to copy the sources of this package into our repository and remove all the code that has a dependency to Microsoft.Extensions.Options.ConfigurationExtensions since we don't use it anyway.
Since we would love to simply use the DD nuget package without the additional libraries coming from the ConfigurationExtensions is there a possibility to publish a minimal version of this repository with the other code as an extension package?
The text was updated successfully, but these errors were encountered:
Hi @codewing . Apologies for the delayed response. I think we'd support a PR that added a conditional compilation flag for the code that depends on Microsoft.Extensions.Options.ConfigurationExtensions.
Hello there,
We're currently integrating datadog into our library but would like to keep the dependencies minimal.
Our current approach is to copy the sources of this package into our repository and remove all the code that has a dependency to
Microsoft.Extensions.Options.ConfigurationExtensions
since we don't use it anyway.Since we would love to simply use the DD nuget package without the additional libraries coming from the ConfigurationExtensions is there a possibility to publish a minimal version of this repository with the other code as an extension package?
The text was updated successfully, but these errors were encountered: