SpeedyGenerators 1.1.0

dotnet add package SpeedyGenerators --version 1.1.0
NuGet\Install-Package SpeedyGenerators -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SpeedyGenerators" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpeedyGenerators --version 1.1.0
#r "nuget: SpeedyGenerators, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SpeedyGenerators as a Cake Addin
#addin nuget:?package=SpeedyGenerators&version=1.1.0

// Install SpeedyGenerators as a Cake Tool
#tool nuget:?package=SpeedyGenerators&version=1.1.0

SpeedyGenerators

SpeedyGenerators is a collection of C# Code Generators (available since C# 9) which generate C# code to augment the code written by the developer.

List of generators

  • MakePropertyAttribute is applied to a field and generates (in the partial class) a property implementing the INotifyPropertyChanged interface.
  • (new in version 1.1.0) MakeConcreteAttribute is applied to a partial class and generated (in the partial class) all the properties belonging to the interface specified in the attribute (full qualified name of the interface). The interface may or not be implemented by the class.

Please visit https://github.com/raffaeler/SpeedyGenerators for more details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 275 8/13/2023
1.0.19 153 5/26/2023
1.0.18 130 5/26/2023
1.0.14 380 10/29/2021
1.0.11 309 10/29/2021
1.0.10 331 10/27/2021
1.0.9 321 10/27/2021
1.0.8 295 10/26/2021