ServantSoftware.SettingsOnEF.Json
1.0.0.36
See the version list below for details.
dotnet add package ServantSoftware.SettingsOnEF.Json --version 1.0.0.36
NuGet\Install-Package ServantSoftware.SettingsOnEF.Json -Version 1.0.0.36
<PackageReference Include="ServantSoftware.SettingsOnEF.Json" Version="1.0.0.36" />
paket add ServantSoftware.SettingsOnEF.Json --version 1.0.0.36
#r "nuget: ServantSoftware.SettingsOnEF.Json, 1.0.0.36"
// Install ServantSoftware.SettingsOnEF.Json as a Cake Addin #addin nuget:?package=ServantSoftware.SettingsOnEF.Json&version=1.0.0.36 // Install ServantSoftware.SettingsOnEF.Json as a Cake Tool #tool nuget:?package=ServantSoftware.SettingsOnEF.Json&version=1.0.0.36
ServantSoftware.SettingsOnEF.Json
An EF Core extension for centralizing application settings in the database. Each setting class corresponds to a table, with each table having a single-row configuration.
Table of Contents
Features
- Easy Setup: Integrate with your existing EF Core projects seamlessly.
- Centralized Settings: Store and manage your app settings in a unified manner.
- Single-row Configurations: Each setting class corresponds to a table with a unique configuration row.
Getting Started
Prerequisites
- .NET 7 or higher
- An existing EF Core project
Installation
- Install the
ServantSoftware.SettingsOnEF.Json
package via NuGet:
dotnet add package ServantSoftware.SettingsOnEF.Json
Package Name | Release (NuGet) |
---|---|
ServantSoftware.SettingsOnEF.Json |
Usage
- Define your settings class and mark it with the SettingsEntity attribute. Here is an example:
namespace SettingsOnEF.Tests.Test_Classes;
[SettingsEntity]
public class SomeSetting
{
public string SomeProperty { get; set; }
}
- Use the Get and Update methods from JsonSettingsManager to retrieve and update settings:
var settingsManager = new JsonSettingsManager("MyCompanyName", "MyProductName");
var setting = settingsManager.Get<SomeSetting>();
setting.SomeProperty = "NewValue";
settingsManager.Update(setting);
Your application settings will be stored under Environment.SpecialFolder.CommonApplicationData. For example on Windows, the default location in this sample will be:
C:\ProgramData\MyCompanyName\MyProductName\Settings
For more detailed documentation, check our Wiki.
Contributing
We welcome contributions to SettingsOnEF! Here's how you can help:
- Fork the repository on GitHub.
- Clone your fork locally.
- Commit your changes on a dedicated branch.
- Push your branch to your fork.
- Submit a pull request from your fork to the main repository.
- Engage in the review process and address feedback.
Please read our CONTRIBUTING.md for details on the process and coding standards.
Issues
Feel free to submit issues and enhancement requests.
License
SettingsOnEF is licensed under the MIT License. See LICENSE for more information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- ServantSoftware.EFCore.Json (>= 1.0.0.233)
- ServantSoftware.SettingsOnEF (>= 1.0.0.36)
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 |
---|---|---|
1.0.0.41 | 84 | 6/7/2024 |
1.0.0.40 | 109 | 3/27/2024 |
1.0.0.39 | 126 | 3/17/2024 |
1.0.0.38 | 115 | 3/16/2024 |
1.0.0.36 | 230 | 11/21/2023 |
1.0.0.35 | 230 | 10/24/2023 |
1.0.0.34 | 141 | 10/23/2023 |
1.0.0.33 | 136 | 10/23/2023 |
1.0.0.32 | 135 | 10/23/2023 |
1.0.0.31 | 140 | 10/23/2023 |
1.0.0.30 | 138 | 10/23/2023 |
1.0.0.29 | 128 | 10/23/2023 |
1.0.0.28 | 141 | 10/23/2023 |
1.0.0.27 | 145 | 10/23/2023 |
1.0.0.26 | 130 | 10/23/2023 |
1.0.0.25 | 153 | 10/10/2023 |
1.0.0.24 | 148 | 10/8/2023 |
1.0.0.23 | 136 | 10/8/2023 |
1.0.0.22 | 142 | 9/27/2023 |
1.0.0.21 | 138 | 9/27/2023 |
1.0.0.20 | 151 | 9/26/2023 |
1.0.0.19 | 144 | 9/24/2023 |
1.0.0.18 | 129 | 9/24/2023 |
1.0.0.17 | 131 | 9/24/2023 |
1.0.0.16 | 148 | 9/23/2023 |
1.0.0.15 | 147 | 9/22/2023 |
1.0.0.14 | 151 | 9/19/2023 |
1.0.0.13 | 147 | 9/19/2023 |
1.0.0.12 | 142 | 9/19/2023 |
1.0.0.11 | 142 | 9/19/2023 |
1.0.0.10 | 137 | 9/19/2023 |
1.0.0.9 | 144 | 9/19/2023 |
1.0.0.8 | 144 | 9/19/2023 |