WuffProjects.CodeGeneration
1.2.0
dotnet add package WuffProjects.CodeGeneration --version 1.2.0
NuGet\Install-Package WuffProjects.CodeGeneration -Version 1.2.0
<PackageReference Include="WuffProjects.CodeGeneration" Version="1.2.0" />
paket add WuffProjects.CodeGeneration --version 1.2.0
#r "nuget: WuffProjects.CodeGeneration, 1.2.0"
// Install WuffProjects.CodeGeneration as a Cake Addin #addin nuget:?package=WuffProjects.CodeGeneration&version=1.2.0 // Install WuffProjects.CodeGeneration as a Cake Tool #tool nuget:?package=WuffProjects.CodeGeneration&version=1.2.0
WuffProjects.CodeGeneration is a powerful and easy to use C# code generation framework.
Get the sample project and please leave your feedback on: https://wuffprojects.wordpress.com/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
- IfBlock and Switch can now be nested inside other IfBlock/Switch
- Variables can now be created inside Functions, Constructors, Properties and SelectionStatements
- Added new ICodeElement "Assign"
- Added new ICodeElement "Return"
- Added new ICodeElement "Break"
- Added new ICodeElement "Continue"
- Added new ICodeElement "Decrement"
- Added new ICodeElement "Increment"
- Added new ICodeElement "Do"
- Added new ICodeElement "Foreach"
- Added new ICodeElement "While"