We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I second this request, this is is a necessary feature for more complex configurations.
Sorry, something went wrong.
add test for fsprojects#82
fd334fb
@mexx adn @vasily-kirichenko - Thank you for the rapid response. This feature will help me and others.
Successfully merging a pull request may close this issue.
I have the following yaml file:
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
The text was updated successfully, but these errors were encountered: