chatsuite-io / chatsuite.sdk.net

ChatSuite's SDK in .NET
0 stars 0 forks source link

Have the NuGet package include all dependencies when downloading on the client machine #17

Open Arash-Sabet opened 1 month ago

Arash-Sabet commented 1 month ago

The following packages must be added manually when the SDK is added to a client project:

The BuildAsync(...) would including the missing packages' information in each subsequent calls which is cumbersome. We need a way to get the dependencies downloaded when the SDK is referenced.

Possible helpful articles and posts:

Arash-Sabet commented 1 month ago

Reopened this issue because the ChatSuite server's integration tests still require adding the referenced assemblies (nuget packages) manually after releasing ver 1.0.2.