FSharp.Configuration
FSharp.Configuration copied to clipboard
[YamlConfig] Allow optional fields in lists
Langs:
- Name: F#
HKT: false
Cool: true
- Name: Rust
HKT: false
- Name: Haskell
HKT: true
Macros: true
would generate:
type Langs_Type() =
member __.Name: string
member __.HKT: bool
member __.Cool: bool option
member __.Macros: bool option
Hint: see how XmlProvider
/JsonProvider
from FSharp.Data
do the same.
Any idea if this will get implemented?
No idea.
is there any workaround to achievie this?
@Pawlakov I believe no.