Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for inotifypropertychanged
GitHub Repo https://github.com/canton7/PropertyChanged.SourceGenerator

canton7/PropertyChanged.SourceGenerator

Powerful INotifyPropertyChanged / INotifyPropertyChanging Source Generator, which generates INPC boilerplate for you as part of your build. Supports features such as automatic and manual dependencies between properties, notifications when specific properties change, and more.
GitHub Repo https://github.com/neuecc/NotifyPropertyChangedGenerator

neuecc/NotifyPropertyChangedGenerator

Roslyn Analyzer/Generator for avoid boring boilerplate INotifyPropertyChanged implementation.
GitHub Repo https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers

DotNetAnalyzers/PropertyChangedAnalyzers

Roslyn analyzers for INotifyPropertyChanged
GitHub Repo https://github.com/jbruening/ugui-mvvm

jbruening/ugui-mvvm

Unity3D uGUI mvvm databinding via the standard IXChanged interfaces used in wpf (INotifyPropertyChanged, INotifyCollectionChanged, etc)
GitHub Repo https://github.com/GuOrg/Gu.Reactive

GuOrg/Gu.Reactive

Helpers for using System.Reactive with INotifyPropertyChanged and INotifyCollectionChanged
GitHub Repo https://github.com/demigor/kindofmagic

demigor/kindofmagic

INotifyPropertyChanged MSBuild Task
GitHub Repo https://github.com/Fody/PropertyChanged

Fody/PropertyChanged

Injects INotifyPropertyChanged code into properties at compile time
GitHub Repo https://github.com/fsprojects/FSharp.ViewModule

fsprojects/FSharp.ViewModule

Library providing MVVM and INotifyPropertyChanged support for F# projects
GitHub Repo https://github.com/IgorBuchelnikov/ObservableComputations

IgorBuchelnikov/ObservableComputations

Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.
GitHub Repo https://github.com/mathtone/MIST

mathtone/MIST

Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.