PropertyChanged

PropertyChanged injector

Injects INotifyPropertyChanged event raising code into property setters at compile time

Injects INotifyPropertyChanged code into properties at compile time

GitHub

2k stars
76 watching
227 forks
Language: C#
last commit: almost 2 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kswoll/reactiveui.fodyAutomates boilerplate code generation for properties in C# view models using ReactiveUI154
canton7/propertychanged.sourcegeneratorAutomates boilerplate code generation for INotifyPropertyChanged properties140
fody/homeAn extensible tool for weaving .NET assemblies678
faultify/faultifyA tool to introduce controlled errors into .NET test projects to help identify error-prone code.18
kyleavery/inject-assemblyEnables .NET assembly execution within an existing process without blocking the parent process485
ufcpp/valuechangedgeneratorGenerates PropertyChanged events from inner struct members13
devteam/immutypeGenerates extension methods for immutable data types in .NET.41
fscheck/fscheckAutomatically tests .NET programs by generating random test cases based on predefined properties1,169
fody/fodyaddinsamplesA collection of sample projects demonstrating the usage and configuration of various Fody Addins96
fibo/static-propsA utility to define static object attributes using Object.defineProperties4
zachbray/funscriptA F# to JavaScript compiler with TypeScript type provider and mappings for JQuery.445
futurize/futurizeConverts callback-style functions or promises into futures for efficient asynchronous programming.145
martinothamar/wrappervalueobjectGenerates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting53
igorbuchelnikov/observablecomputationsA .NET library for computations on objects with INotifyPropertyChanged and INotifyCollectionChanged interfaces114
substantial/updeepMakes updating deeply nested objects and arrays in an immutable manner1,189