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

Add support for Nested List #82

Closed
dotcomputercraft opened this issue Dec 30, 2015 · 2 comments · Fixed by #83
Closed

Add support for Nested List #82

dotcomputercraft opened this issue Dec 30, 2015 · 2 comments · Fixed by #83

Comments

@dotcomputercraft
Copy link

I have the following yaml file:


---
  id: "myApp"
  constraints: 
    - 
      - "attribute"
      - "OPERATOR"
      - "value"
  labels: 
    environment: "staging"

and here is the error I get when I use the FSharp.Configuration provider:

"The type provider 'FSharp.Configuration.ConfigTypeProvider + FSharpConfigurationProvider' reported an error: Nested lists are not supported."

Can we add support for Nested list to the FSharp.Configuration provider?

Please let me know.

John Montoya

@abacaj
Copy link

abacaj commented Dec 30, 2015

I second this request, this is is a necessary feature for more complex configurations.

mexx added a commit to mexx/FSharp.Configuration that referenced this issue Jan 1, 2016
@dotcomputercraft
Copy link
Author

@mexx adn @vasily-kirichenko - Thank you for the rapid response. This feature will help me and others.

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