Just released my Reactive source generator for #INPC #MVVM and #ReactiveUI #dotnet with inherited Reactive attribute support, thanks to early adopter the library is getting better each release https://github.com/wieslawsoltes/ReactiveGenerator/releases/tag/0.9.6
Release 0.9.6 · wieslawsoltes/ReactiveGenerator

What's Changed Support inherited Reactive attribute by @wieslawsoltes in #29 Full Changelog: 0.9.5...0.9.6

GitHub
It has extensive test suite so its becoming close to first stable release each day, just need more users to try to break it https://github.com/wieslawsoltes/ReactiveGenerator/blob/main/ReactiveGenerator.Tests/ReactiveGeneratorTests.cs
ReactiveGenerator/ReactiveGenerator.Tests/ReactiveGeneratorTests.cs at main · wieslawsoltes/ReactiveGenerator

A C# source generator that automatically implements property change notifications using either standard INotifyPropertyChanged or ReactiveUI patterns. - wieslawsoltes/ReactiveGenerator

GitHub