Gustavo Guerra

Results 54 comments of Gustavo Guerra

I like the idea of erased type providers more than generative ones, but unfortunately: - They don't work with data-binding by default. You can try to workaround it using ICustomTypeDescriptor,...

I'd prefer the less hacky version. It will probably take the same time to implement and then we can share that approach more easily on the 3 providers

Its' internal by design, so if we change the internal representation it's not a breaking change (we had that problem before with JsonValue). Though I guess we could expose an...

@rflechner , did you got a change to look at this?

There's no ProvidedEnum in ProvidedTypes.fs, but maybe it's possible to add it. It's not an F# only type, so I'm guessing it it should be possible

http://stackoverflow.com/questions/15174637/how-to-generate-enums-in-a-f-type-provider

Actually, the CsvProvider doesn't have a `DomainTypes` right now, because it only has one inner type, unlike JsonProvider & XmlProvider which can have multiple. I think we should keep it...

That would be great, though I'm under the impression that it's only possible to make enums work in generated TPs. In any case, it needs investigation to confirm that. We...