Samples
| Sample | Purpose |
|---|---|
| Console | Cross-platform attribute tour |
| WPF | Host INPC, child/collection notify, suppressable bulk load |
| Avalonia | Same patterns on Avalonia |
| MAUI | Same patterns on .NET MAUI (workload required) |
| Hybrid | Avalonia UI — NotifyGen properties + CommunityToolkit RelayCommand |
[NotifyComputed] is the 2.1 derived-property pattern in these samples.
Clone and run:
git clone https://github.com/georgepwall1991/NotifyGen.git
dotnet run --project samples/NotifyGen.HybridSample