CodedThought.Core.Configuration
8.0.0-rc.1
See the version list below for details.
dotnet add package CodedThought.Core.Configuration --version 8.0.0-rc.1
NuGet\Install-Package CodedThought.Core.Configuration -Version 8.0.0-rc.1
<PackageReference Include="CodedThought.Core.Configuration" Version="8.0.0-rc.1" />
paket add CodedThought.Core.Configuration --version 8.0.0-rc.1
#r "nuget: CodedThought.Core.Configuration, 8.0.0-rc.1"
// Install CodedThought.Core.Configuration as a Cake Addin #addin nuget:?package=CodedThought.Core.Configuration&version=8.0.0-rc.1&prerelease // Install CodedThought.Core.Configuration as a Cake Tool #tool nuget:?package=CodedThought.Core.Configuration&version=8.0.0-rc.1&prerelease
CodedThought.Core.Configuration
A .NET Core Configuration manager to use with the CodedThought.Core framework or alone with any other .NET Core project.
Usage of the CodedThought.Core.Configuration libarary is done with a few extension methods.
###Installation and Usage
- Reference the package in Nuget.
- To add a reference to the standard .NET appSettings.json simply call the AddAppSettingsConfiguration extension method off of the builder class.
- To add an additional set of custom settings outside of the appSettings.json file.
- Create your own .json configuration file alongside the appsettings.json file. It should follow the appsettings.json JSON format.
- 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.
- All methods support passing in the current environment to enable environment specific settings.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (6)
Showing the top 5 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.MySql
The CodedThought.Core.Data.MySql package is a custom database provider for use with MySql Server. |
|
CodedThought.Core.Data.ApiServer
The CodedThought.Core.Data.ApiServer library is a custom REST Api Data provider for the CodedThought.Core Data Entity library. |
|
CodedThought.Core.Data.PostGreSQL
The CodedThought.Core.Data.PostgreSQL package is a custom database provider for use with PostgreSQL v16+. |
|
CodedThought.Core.Data.OleDb
The CodedThought.Core.Data.OleDb package is a custom database provider for use with OleDb Compatible Server. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.1 | 380 | 11/4/2024 |
8.0.0-rc.1 | 65 | 11/4/2024 |
8.0.0-beta-9 | 217 | 8/29/2024 |
8.0.0-beta-8 | 94 | 8/1/2024 |
8.0.0-beta-5 | 182 | 6/13/2024 |
6.0.0.7 | 383 | 10/26/2023 |