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

Load ClientConfiguration from Microsoft.Extensions.Configuration.IConfiguration #2992

Closed
DixonDs opened this issue May 3, 2017 · 2 comments
Assignees
Milestone

Comments

@DixonDs
Copy link
Contributor

DixonDs commented May 3, 2017

Would it make sense to have public static ClientConfiguration LoadFromConfiguration(IConfiguration configuration) in ClientConfiguration or is it something out of scope of the core Orleans? Something like this would be useful for ASP.NET Core clients, I reckon

@sergeybykov sergeybykov added this to the Triage milestone May 3, 2017
@jdom
Copy link
Member

jdom commented May 4, 2017

We are thinking something along these lines, although a little more extreme. Right now we are designing the silo part of it, but client should be updated too: #2936

@sergeybykov sergeybykov modified the milestones: 2.0.0, Triage May 9, 2017
@jdom
Copy link
Member

jdom commented Jan 8, 2018

Progress is on the way to support IConfiguration and IOptions natively, with ClientConfiguration only as a back compat-only way to configure Orleans, but will no longer be required in the core

@jdom jdom closed this as completed Jan 8, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Sep 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants