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

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

Open
Arash-Sabet opened this issue Jul 20, 2024 · 1 comment · Fixed by #20
Assignees
Labels
challenge ci/cd enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Arash-Sabet
Copy link
Contributor

Arash-Sabet commented Jul 20, 2024

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

  • Microsoft.AspNetCore.Http.Connections.Client
  • Microsoft.AspNetCore.SignalR.Client
  • And probably Microsoft.AspNetCore.SignalR.Client.Core

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
Copy link
Contributor Author

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.

@Arash-Sabet Arash-Sabet reopened this Jul 22, 2024
@Arash-Sabet Arash-Sabet added the help wanted Extra attention is needed label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge ci/cd enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant