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

Connectors: can't require registering HttpClient in ServiceProvider #2408

Closed
MikeStall opened this issue May 16, 2024 · 0 comments · Fixed by #2489
Closed

Connectors: can't require registering HttpClient in ServiceProvider #2408

MikeStall opened this issue May 16, 2024 · 0 comments · Fixed by #2489
Assignees

Comments

@MikeStall
Copy link
Contributor

MikeStall commented May 16, 2024

See tagged comment in #2404 for details.

Can't require adding a httpclient to use tabular connectors::

            RuntimeConfig rc = new RuntimeConfig(symbolValues)
                                    .AddService<ConnectorLogger>(logger)
                                    .AddService<HttpClient>(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

Successfully merging a pull request may close this issue.

2 participants