DevDotNetSdk.Templating 0.4.1

dotnet add package DevDotNetSdk.Templating --version 0.4.1                
NuGet\Install-Package DevDotNetSdk.Templating -Version 0.4.1                
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="DevDotNetSdk.Templating" Version="0.4.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DevDotNetSdk.Templating --version 0.4.1                
#r "nuget: DevDotNetSdk.Templating, 0.4.1"                
#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 DevDotNetSdk.Templating as a Cake Addin
#addin nuget:?package=DevDotNetSdk.Templating&version=0.4.1

// Install DevDotNetSdk.Templating as a Cake Tool
#tool nuget:?package=DevDotNetSdk.Templating&version=0.4.1                

DevDotNetSdk.Templating

What is DevDotNetSdk?

The DevDotNetSdk library is a collection of types and tools that are useful in implementing solutions in .NET. This library was created, because I got tired of copying and pasting the same "base class library" into every new .NET project I started.

What is DevDotNetSdk.Templating

DevDotNetSdk.Templating is a simple templating system that uses mardown files for the templates and C# objects for the template models. Documentation will come later as this library stablizes. For now, the GitHub repositor for this library contains unit tests that show how it can be used.

Release Notes

  • v0.4.1 Added ability to use 'this' with include, which used the current model as the sub template's input model, rather than a property name on the current model.
  • v0.4 Added 'include' directives. See tests for examples
  • v0.3 Added 'if' directives. See tests for examples.

Note: While this library is a 0.x version, expect that the shape of the library may change a bit. Once I get to a 1.0, I will use the standard symantic version practices, and major versions will indicate there was a breaking change of some type.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.4.1 74 12/16/2024
0.4.0 61 12/16/2024
0.3.0 65 12/16/2024
0.2.0 85 12/9/2024
0.1.0 84 12/8/2024