notanaverageman / Bindables

Bindables converts your auto properties into Wpf dependency or attached properties.
MIT License
52 stars 9 forks source link

Default value is searched in the static constructor. #1

Closed notanaverageman closed 7 years ago

notanaverageman commented 7 years ago

The default value instructions cannot be found. Therefore stfld <Property>_backingField instruction is not removed and this gives a compile error.