Closed mkb137 closed 9 years ago
VS changed the file encoding...let me try this again
@mkb137 Mike, this seems like it'd be better suited as a change directly against the type provider starter pack. I try to keep my ProvidedTypes.fs in sync with the "official" version.
I recommend suggesting and discussing this change here: https://github.com/fsprojects/FSharp.TypeProviders.StarterPack
OK, will do.
The change removes "sealed" from the generated type so that it can be subclassed by clients. In my case, I want to create a subclass with a constructor that takes my view model.