Skip to content

Releases: raffaeler/SpeedyGenerators

New MakeConcrete generator

13 Aug 12:38
f0bff07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.19...v1.1.0

Supporting FileScopedNamespaceDeclarationSyntax

26 May 13:14
4f905d6
Compare
Choose a tag to compare

This release support the file-scoped namespace declaration like:

using System;

namespace SomeNamespace;

class Myclass { }

Upgraded to .NET 7

26 May 12:17
cbfb0e4
Compare
Choose a tag to compare

Upgraded the solution to .NET 7

Taking OnPropertyChanged as best when multiple base methods exists

29 Oct 08:41
d9f5b4e
Compare
Choose a tag to compare

Supporting deriving from a base class implementing INPC

29 Oct 08:05
Compare
Choose a tag to compare
Factoring out some utilities

Added tests for base class search

Fix and perf optimizations

27 Oct 11:53
Compare
Choose a tag to compare
v1.0.10

Perf optimization

New support to generic types

27 Oct 08:59
Compare
Choose a tag to compare

Fixed an issue on VS2019 and new fences generating diagnostic output

First public release

26 Oct 18:03
Compare
Choose a tag to compare

First public release containing the generator for INotifyPropertyChanged.