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

Question: How to access content files in NuGet packages #639

Closed
JulianBirch opened this issue Aug 31, 2021 · 1 comment
Closed

Question: How to access content files in NuGet packages #639

JulianBirch opened this issue Aug 31, 2021 · 1 comment

Comments

@JulianBirch
Copy link

JulianBirch commented Aug 31, 2021

I'm looking to use dotnet script as a configuration orchestrator where various NuGet packages contain their own config files included as content, but to do this I need to access the content files within the nuget packages. Is there an easy way of doing this?

@seesharper
Copy link
Collaborator

There is nothing in dotnet-script that will help you out here. My advice is to look to the NuGet libraries, There you can find utilities for reading and creating packages from code.
https://github.com/NuGet/NuGet.Client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants