-
Notifications
You must be signed in to change notification settings - Fork 93
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
Distribute as a NuGet package #1541
Comments
This issue is about "packaging the distribution" for the end user to use it instead of the "zip" files. |
The package that we currently produce doesn't have the content elements as required to use it as a deployment method. |
@rajkumar-rangaraj the current package adds the native files, but, they are not marked as content files. The end result is that adding a There are a few ways that we can do this. If using the nuspec file NuGet provides an example. Upstream uses a csproj. The current package has the all the instrumentation and SDK dependencies so a direct approach of simply packing the |
Based on the SIG meeting I think we need two NuGet packages:
|
Having NuGet packages also affects redirection on the .NET Fx. It doesn't remove the need for something like #1646, but, it greats reduces the possibility of runtime conflicts. |
Obs.:
If the application can add packages at build time there is no reason for the additional deps or store. |
Based on conversation with @rajkumar-rangaraj and @pjanotti we have two scenarios to cover.
Guys, could you please check if I do not missed anything? |
We got information that there are developers who would prefer to deploy using a NuGet package similarly to https://github.com/DataDog/dd-trace-dotnet/blob/master/docs/Datadog.Trace.Bundle/README.md
The text was updated successfully, but these errors were encountered: