VOOZH about

URL: https://www.nuget.org/packages/cloudscribe.SimpleContent.Storage.EFCore.Common/

⇱ NuGet Gallery | cloudscribe.SimpleContent.Storage.EFCore.Common 10.0.0




👁 Image
cloudscribe.SimpleContent.Storage.EFCore.Common 10.0.0

Prefix Reserved
dotnet add package cloudscribe.SimpleContent.Storage.EFCore.Common --version 10.0.0
 
 
NuGet\Install-Package cloudscribe.SimpleContent.Storage.EFCore.Common -Version 10.0.0
 
 
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="cloudscribe.SimpleContent.Storage.EFCore.Common" Version="10.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cloudscribe.SimpleContent.Storage.EFCore.Common" Version="10.0.0" />
 
Directory.Packages.props
<PackageReference Include="cloudscribe.SimpleContent.Storage.EFCore.Common" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add cloudscribe.SimpleContent.Storage.EFCore.Common --version 10.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: cloudscribe.SimpleContent.Storage.EFCore.Common, 10.0.0"
 
 
#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.
#:package cloudscribe.SimpleContent.Storage.EFCore.Common@10.0.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=cloudscribe.SimpleContent.Storage.EFCore.Common&version=10.0.0
 
Install as a Cake Addin
#tool nuget:?package=cloudscribe.SimpleContent.Storage.EFCore.Common&version=10.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

cloudscribe.SimpleContent.Storage.EFCore.Common

This package provides the base Entity Framework Core implementation for cloudscribe SimpleContent commands and queries. It is intended to be used as a foundational library for database-specific EFCore storage providers within the cloudscribe.SimpleContent ecosystem.

Features

  • Common command and query logic for EFCore-based storage
  • Designed for extension by MSSQL, MySQL, PostgreSQL, SQLite providers
  • Used internally by other cloudscribe.SimpleContent.Storage.EFCore.* projects

Usage

Reference this package from your database-specific provider or application project. Typically, you will not use this package directly, but through one of the database provider packages (e.g., MSSQL, MySQL, PostgreSQL, SQLite).

// Example usage (in your DbContext registration)
services.AddSimpleContentEFCoreStorage();

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.

Repository

cloudscribe.SimpleContent on GitHub

Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on cloudscribe.SimpleContent.Storage.EFCore.Common:

Package Downloads
cloudscribe.SimpleContent.Storage.EFCore.MSSQL

MSSQL Entity Framework Core implementation of cloudscribe SimpleContent commands and queries

cloudscribe.SimpleContent.Storage.EFCore.MySQL

MySQL Entity Framework Core implementation of cloudscribe SimpleContent commands and queries

cloudscribe.SimpleContent.Storage.EFCore.pgsql

PostgreSql Entity Framework Core implementation of cloudscribe SimpleContent commands and queries

cloudscribe.SimpleContent.Storage.EFCore.SQLite

SQLite Entity Framework Core implementation of cloudscribe SimpleContent commands and queries

cloudscribe.SimpleContent.Storage.EFCore.PostgreSql

PostgreSql Entity Framework Core implementation of cloudscribe SimpleContent commands and queries

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 180 4/7/2026
8.7.0 227 3/2/2026
8.6.0 719 11/19/2025
8.5.0 382 9/22/2025
8.4.0 301 8/21/2025
8.3.0 710 7/23/2025
8.2.0 314 7/9/2025
8.1.0 394 5/1/2025
8.0.4 478 11/27/2024
8.0.3 306 11/19/2024
8.0.2 430 9/12/2024
8.0.1 413 8/5/2024
6.0.3 1,217 8/29/2023
6.0.2 1,154 3/31/2023
6.0.1 1,366 2/3/2023
6.0.0 1,986 4/22/2022
5.5.0 2,973 11/26/2021
5.1.3 2,215 1/6/2021
5.1.2 2,131 12/3/2020
5.1.0 2,275 8/14/2020
Loading failed