fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

Sequence of maps not supported? #51

Closed ashic closed 9 years ago

ashic commented 9 years ago
Nuget:
    Items:  
        -
          name: Mark McGwire
          hr:   65
          avg:  0.278
        -
          name: Sammy Sosa
          hr:   63
          avg:  0.288

Does not seem to work. Seems to be valid yaml. Is there something I'm missing?

forki commented 9 years ago

mmm. looks like maps inside of lists are not supported, yet. We need some unification method for this.

@vasily-kirichenko what do you think?

vasily-kirichenko commented 9 years ago

Yes, it's not supported. I tried to implement it, but it took a lot of time and I gave up.

vasily-kirichenko commented 9 years ago

Implemented in https://github.com/fsprojects/FSharp.Configuration/pull/53

vasily-kirichenko commented 9 years ago

Just published NuGet package https://www.nuget.org/packages/FSharp.Configuration/

matthid commented 9 years ago

But note that this is still quite limited (as specified in #53). So it is not the full deal but a good start.