kswoll / ReactiveUI.Fody

C# Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties.
MIT License
154 stars 31 forks source link

Added a test case and fix for #13 #14

Closed hallsbyra closed 8 years ago

hallsbyra commented 8 years ago

I don't know much about IL code, but I could see that the default values for float and double were treated differently. This fix seems to work.