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.
<PackageVersion Include="SpeedyGenerators" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="SpeedyGenerators" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package SpeedyGenerators@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SpeedyGenerators&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=SpeedyGenerators&version=1.1.0
                    
Install as a Cake Tool

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 393 8/13/2023
1.0.19 234 5/26/2023
1.0.18 208 5/26/2023
1.0.14 494 10/29/2021
1.0.11 411 10/29/2021
1.0.10 438 10/27/2021
1.0.9 428 10/27/2021
1.0.8 412 10/26/2021