Catel/Catel.Fody

Calculated properties not working in UWP app

GeertvanHorrik opened this issue · 2 comments

For a repro, see https://github.com/byrialsen/CatelTest

The reason is that CompilerGenerated attribute is not found for WinRT compilations. This causes the generated OnPropertyChanged not to be marked as compiler generated. For the next property that requires auto-change notifications, the method will be ignored because it's not compiler generated (non-compiler generated methods are untouched to prevent unwanted side-effects).

Fixed, now everything is correctly marked as compiler generated.

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.