CodedThought.Core.Configuration 6.0.0.7

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

// Install CodedThought.Core.Configuration as a Cake Tool
#tool nuget:?package=CodedThought.Core.Configuration&version=6.0.0.7

Usage of the CodedThought.Core.Configuration libarary is done with a few extension methods.

  1. Reference the package in Nuget.
  2. To add a reference to the standard .NET appSettings.json simply call the AddAppSettingsConfiguration extension method off of the builder class.
  3. To add an additional set of custom settings outside of the appSettings.json file.
    1. Create your own .json configuration file alongside the appsettings.json file. It should follow the appsettings.json JSON format.
    2. Add the AddCoreSettingsConfiguration extension method off of the app builder. You may choose to use the default ctSettings.json file name or provider your own.
  4. All methods support passing in the current environment to enable environment specific settings.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CodedThought.Core.Configuration:

Package Downloads
CodedThought.Core

The CodedThought.Core library is a custom entity framework used to primarily abstract the database away from consuming components or clients.

CodedThought.Core.Data.SqlServer

The CodedThought.Core.Data.SqlServer package is a custom database provider for use with Sql Server.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0-alpha-1 99 5/6/2024
6.0.0.7 314 10/26/2023