ServantSoftware.EFCore.Json 1.0.0.281

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

// Install ServantSoftware.EFCore.Json as a Cake Tool
#tool nuget:?package=ServantSoftware.EFCore.Json&version=1.0.0.281                

ServantSoftware.EFCore.Json

Nuget

ServantSoftware.EFCore.Json is an EF Core provider that allows you to use JSON files as a data source. It's currently in an alpha state, primarily focusing on specific "happy paths" needed for SettingsOnEF and our main product, MockDB. We encourage community contributions to enhance its features and cover a broader range of scenarios.

Features

  • Seamless integration with EF Core.
  • Allows JSON files to act as data sources for EF Core.
  • Optimized for specific scenarios to support the main product.
  • Easy setup and configuration.

Getting Started

Prerequisites

  • .NET 7.0 or later.
  • EF Core compatible version.

Installation

Install the ServantSoftware.EFCore.Json provider using NuGet:

dotnet add package ServantSoftware.EFCore.Json

Usage

After installing the package, you can configure your DbContext to use the JSON provider:

public class MyDbContext : DbContext
{
    protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
    {
        var connectionString = new FileConnectionString() { DataSource = "path/to/your/data.json" };
        optionsBuilder.UseJson(connectionString);
    }
}

This allows you to perform standard EF Core operations on your JSON data source. This provider is based on the JSON ADO.NET Provider. Refer to it for details connection string options.

Contributing

We're open to contributions! Please read contributing guidelines for details on our code of conduct, and the process for submitting pull requests.

Limitations

Being in its alpha state, the ServantSoftware.EFCore.Json provider primarily addresses specific scenarios vital for our product MockDB. Some advanced EF Core features might not be fully supported yet. We are eagerly awaiting community contributions to improve and extend its capabilities.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Thanks to the .NET Foundation and EF Core teams for providing an exceptional framework.
  • Huge thanks to all who are considering contributing to this nascent project!
Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
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 ServantSoftware.EFCore.Json:

Package Downloads
ServantSoftware.SettingsOnEF.Json

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.298 52 1/8/2025
1.0.0.297 81 1/7/2025
1.0.0.296 131 12/18/2024
1.0.0.295 89 12/18/2024
1.0.0.294 95 12/18/2024
1.0.0.293 89 12/18/2024
1.0.0.289 84 12/17/2024
1.0.0.288 79 12/16/2024
1.0.0.287 93 12/16/2024
1.0.0.286 90 12/14/2024
1.0.0.285 82 12/14/2024
1.0.0.284 90 12/11/2024
1.0.0.283 82 12/11/2024
1.0.0.282 86 12/10/2024
1.0.0.281 77 12/10/2024
1.0.0.280 79 12/10/2024
1.0.0.279 102 11/18/2024
1.0.0.278 89 11/15/2024
1.0.0.277 87 11/15/2024
1.0.0.276 89 11/15/2024
1.0.0.275 92 11/13/2024
1.0.0.274 93 11/13/2024
1.0.0.273 97 11/12/2024
1.0.0.272 102 11/11/2024
1.0.0.271 92 11/5/2024
1.0.0.270 100 11/5/2024
1.0.0.269 94 11/5/2024
1.0.0.268 96 11/1/2024
1.0.0.267 93 11/1/2024
1.0.0.266 91 11/1/2024
1.0.0.265 96 11/1/2024
1.0.0.264 93 11/1/2024
1.0.0.263 98 10/6/2024
1.0.0.262 94 10/6/2024
1.0.0.261 101 10/2/2024
1.0.0.260 101 10/2/2024
1.0.0.259 147 6/8/2024
1.0.0.258 188 4/17/2024
1.0.0.257 115 4/17/2024
1.0.0.256 114 4/17/2024
1.0.0.254 116 4/15/2024
1.0.0.253 108 4/15/2024
1.0.0.252 117 4/14/2024
1.0.0.251 114 4/14/2024
1.0.0.250 112 4/13/2024
1.0.0.249 101 4/13/2024
1.0.0.248 106 4/11/2024
1.0.0.247 112 4/11/2024
1.0.0.246 114 4/1/2024
1.0.0.245 106 4/1/2024
1.0.0.242 129 3/27/2024
1.0.0.241 120 3/27/2024
1.0.0.240 155 3/27/2024
1.0.0.239 126 3/27/2024
1.0.0.238 187 3/16/2024
1.0.0.237 98 3/16/2024
1.0.0.236 149 2/14/2024
1.0.0.235 163 12/20/2023
1.0.0.233 286 10/23/2023
1.0.0.232 115 10/23/2023
1.0.0.231 112 10/23/2023
1.0.0.230 114 10/23/2023
1.0.0.229 109 10/23/2023
1.0.0.228 134 10/22/2023
1.0.0.227 127 10/22/2023
1.0.0.226 131 10/22/2023
1.0.0.225 113 10/22/2023
1.0.0.224 123 10/22/2023
1.0.0.223 126 10/22/2023
1.0.0.222 133 10/22/2023
1.0.0.221 132 10/22/2023
1.0.0.220 126 10/21/2023
1.0.0.219 133 10/21/2023
1.0.0.218 131 10/21/2023
1.0.0.217 124 10/21/2023
1.0.0.216 130 10/21/2023
1.0.0.215 121 10/21/2023
1.0.0.214 120 10/21/2023
1.0.0.213 124 10/21/2023
1.0.0.212 122 10/21/2023
1.0.0.211 135 10/20/2023
1.0.0.210 132 10/20/2023
1.0.0.209 128 10/20/2023
1.0.0.208 139 10/20/2023
1.0.0.207 116 10/20/2023
1.0.0.206 143 10/20/2023
1.0.0.205 122 10/20/2023
1.0.0.204 122 10/19/2023
1.0.0.203 125 10/17/2023
1.0.0.202 303 10/10/2023
1.0.0.201 177 10/7/2023
1.0.0.200 143 10/3/2023
1.0.0.199 134 10/2/2023
1.0.0.198 134 10/2/2023
1.0.0.195 162 9/27/2023
1.0.0.194 133 9/27/2023
1.0.0.193 128 9/27/2023
1.0.0.192 127 9/27/2023
1.0.0.191 156 9/26/2023
1.0.0.189 219 9/22/2023
1.0.0.188 119 9/22/2023
1.0.0.187 128 9/22/2023
1.0.0.186 125 9/19/2023
1.0.0.185 242 9/18/2023
1.0.0.184 130 9/17/2023
1.0.0.183 133 9/17/2023
1.0.0.182 114 9/16/2023
1.0.0.181 129 9/15/2023
1.0.0.179 166 9/14/2023
1.0.0.178 156 9/14/2023
1.0.0.176 151 9/13/2023
1.0.0.175 152 9/9/2023
1.0.0.174 142 9/8/2023
1.0.0.173 146 9/1/2023
1.0.0.172 148 9/1/2023
1.0.0.171 156 8/31/2023
1.0.0.170 154 8/25/2023
1.0.0.169 155 8/24/2023