Releases: raffaeler/SpeedyGenerators
Releases · raffaeler/SpeedyGenerators
New MakeConcrete generator
Supporting FileScopedNamespaceDeclarationSyntax
This release support the file-scoped namespace declaration like:
using System;
namespace SomeNamespace;
class Myclass { }
Upgraded to .NET 7
Upgraded the solution to .NET 7
Taking OnPropertyChanged as best when multiple base methods exists
v1.0.14 removed signing
Supporting deriving from a base class implementing INPC
Factoring out some utilities Added tests for base class search
Fix and perf optimizations
v1.0.10 Perf optimization
New support to generic types
Fixed an issue on VS2019 and new fences generating diagnostic output
First public release
First public release containing the generator for INotifyPropertyChanged.