Skip to content
New issue

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

Minimal Package (move Microsoft.Extensions.Options.ConfigurationExtensions to separate package) #92

Open
codewing opened this issue Jan 4, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@codewing
Copy link

codewing commented Jan 4, 2023

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?

@codewing
Copy link
Author

codewing commented Jan 4, 2023

If this is accepted I can also create a PR for this

@jszwedko
Copy link
Contributor

jszwedko commented May 9, 2024

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.

@jszwedko jszwedko added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants