TemplateValidator 1.0.0-beta3-2015091601

This is a prerelease version of TemplateValidator.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TemplateValidator --version 1.0.0-beta3-2015091601
NuGet\Install-Package TemplateValidator -Version 1.0.0-beta3-2015091601
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="TemplateValidator" Version="1.0.0-beta3-2015091601" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TemplateValidator --version 1.0.0-beta3-2015091601
#r "nuget: TemplateValidator, 1.0.0-beta3-2015091601"
#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 TemplateValidator as a Cake Addin
#addin nuget:?package=TemplateValidator&version=1.0.0-beta3-2015091601&prerelease

// Install TemplateValidator as a Cake Tool
#tool nuget:?package=TemplateValidator&version=1.0.0-beta3-2015091601&prerelease

Utility for comparing a multiple line string to a template (another multiple line string that can have regular expressions).  Takes the form of a single extension method on a String (myString.ValidateToTemplate(myTemplate);).  If the string does not conform to the template the method will throw and exception with the exception message showing each line that does not match.  Finally, the templating allows for multiple line wildcards.  So you can use a regular expression with a special flag to skip over multiple lines in the validated string.

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
DNX dnx451 is compatible. 
DNXCore dnxcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TemplateValidator:

Package Downloads
xBDD

Behaviour Driven Development UI and API testing framework designed to help developers document thier applications functionality.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 2,975 8/12/2018
1.0.1 875 8/3/2018
1.0.0 1,256 12/13/2016
1.0.0-beta4 1,114 9/16/2015
1.0.0-beta3-2015091601 1,121 9/16/2015
1.0.0-beta2-2015091502 868 9/15/2015
1.0.0-beta2-2015091501 890 9/15/2015
1.0.0-beta2 867 9/15/2015
1.0.0-beta 878 9/14/2015

This release updates the project to use thenew dotnet target.