Fody and especially Fody.PropertyChanged should be built in #4200
Replies: 4 comments 2 replies
-
What is Fody? Can you expand on your suggestion? |
Beta Was this translation helpful? Give feedback.
-
@scalablecory Fody is an open source IL weaver tool and PropertyChanged.Fody is a Fody plugin that lets you avoid boilerplate code that is very common in many apps. (My employer, PostSharp, has a similar commercial tool with a similar plugin.) Though I think the intention of the C# team is that source generators are the solution for these kinds of problems. |
Beta Was this translation helpful? Give feedback.
-
If you compare Xamarin binding template development with say EmberJs, you'll see how horrible MVVM is without Fody.PropertyChanged. We should not have to manually implement propeties that raise events for every property. |
Beta Was this translation helpful? Give feedback.
-
Thanks @svick. I suspect you're right about source generators 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Fody and especially Fody.PropertyChanged should be built in.
Epics
Epics under this Theme:
Beta Was this translation helpful? Give feedback.
All reactions