T4Configuration 1.0.0
dotnet add package T4Configuration --version 1.0.0
NuGet\Install-Package T4Configuration -Version 1.0.0
<PackageReference Include="T4Configuration" Version="1.0.0" />
paket add T4Configuration --version 1.0.0
#r "nuget: T4Configuration, 1.0.0"
// Install T4Configuration as a Cake Addin #addin nuget:?package=T4Configuration&version=1.0.0 // Install T4Configuration as a Cake Tool #tool nuget:?package=T4Configuration&version=1.0.0
T4Configuration is a template that generates a static class in C# of your App Settings and Connection Strings located in your app.config or your web.config.
Learn more about Target Frameworks and .NET Standard.
This package has 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.
- Will now scan any .config file for `appSettings` or `connectionStrings` sections in the root.
- Included license in repository and T4 file.
- Known Issue: Does not check key names for duplicates so will output duplicate static methods if found. Future fix :)