fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Removed "Sealed" from the generated type so that it can be subclassed #26

Closed mkb137 closed 9 years ago

mkb137 commented 9 years ago

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.

mkb137 commented 9 years ago

VS changed the file encoding...let me try this again

ReedCopsey commented 9 years ago

@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

mkb137 commented 9 years ago

OK, will do.