Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Brant Burnett
Brant BurnettReporter
Brant Burnett
Brant BurnettStory Points
1
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created February 4, 2020 at 8:30 PM
Updated April 24, 2020 at 8:23 PM
Resolved February 17, 2020 at 9:13 PM
The current implementation of ClusterOptions doesn't allow deserializing some of the key settings from a JSON file, such as ConnectionString, Servers, and Buckets. To work well with systems like ASP.NET Core, it should be possible to cleanly and easily deserialize these from configuration, i.e. using IConfigurationSection.Bind.