![]() |
VOOZH | about |
dotnet add package Franz.Common.EntityFramework.SQLServer --version 2.2.7
NuGet\Install-Package Franz.Common.EntityFramework.SQLServer -Version 2.2.7
<PackageReference Include="Franz.Common.EntityFramework.SQLServer" Version="2.2.7" />
<PackageVersion Include="Franz.Common.EntityFramework.SQLServer" Version="2.2.7" />Directory.Packages.props
<PackageReference Include="Franz.Common.EntityFramework.SQLServer" />Project file
paket add Franz.Common.EntityFramework.SQLServer --version 2.2.7
#r "nuget: Franz.Common.EntityFramework.SQLServer, 2.2.7"
#:package Franz.Common.EntityFramework.SQLServer@2.2.7
#addin nuget:?package=Franz.Common.EntityFramework.SQLServer&version=2.2.7Install as a Cake Addin
#tool nuget:?package=Franz.Common.EntityFramework.SQLServer&version=2.2.7Install as a Cake Tool
A private utility library for seamless integration of Entity Framework Core with SQL Server, designed as part of the Franz Framework ecosystem. This package is versioned as 1.2.65 and is hosted exclusively on a private Azure NuGet feed.
Microsoft.EntityFrameworkCore.SqlServer.ServiceCollectionExtensions for easy registration of SQL Server services.SslEnforcement enum to handle SQL Server SSL configuration.Franz.Common.MultiTenancy to streamline tenant-based setups.Franz libraries, including Franz.Common.EntityFramework and Franz.Common.MultiTenancy.-Current Version: v2.2.7
Franz packages are under active development and maintained privately.Since this package is hosted on a private Azure NuGet feed, configure your NuGet client to access the feed before installing.
Add the private feed to your NuGet configuration by running:
dotnet nuget add source "https://your-private-feed-url" \
--name "AzurePrivateFeed" \
--username "YourAzureUsername" \
--password "YourAzurePassword" \
--store-password-in-clear-text
Install the package via the .NET CLI:
dotnet add package Franz.Common.EntityFramework.SQLServer
Use the provided ServiceCollectionExtensions to streamline the setup:
using Franz.Common.EntityFramework.SQLServer;
public void ConfigureServices(IServiceCollection services)
{
services.AddSqlServerDatabase("YourConnectionString");
}
Easily configure multi-tenancy when using Franz.Common.MultiTenancy:
services.AddTenantSupport();
Use the SslEnforcement enum to configure SSL options for SQL Server connections:
using Franz.Common.EntityFramework.SQLServer.Enums;
SslEnforcement sslOption = SslEnforcement.Required;
This package is built to work with the following Franz Framework packages (all versioned 1.3.3):
Franz.Common.EntityFrameworkFranz.Common.MultiTenancyMake sure to install them from your private Azure feed as needed.
This library is part of the Franz Framework, a privately developed and maintained suite of libraries. It is currently not available on NuGet.org but is hosted on a private Azure feed for internal use and development purposes.
Contributions are restricted to the internal development team. If you have access to the private repository, follow these steps:
This library is part of a private framework and subject to internal licensing terms. Contact the author for more details.
| 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. |
Showing the top 2 NuGet packages that depend on Franz.Common.EntityFramework.SQLServer:
| Package | Downloads |
|---|---|
|
Franz.Common.Messaging.EntityFramework
Shared utility library for the Franz Framework. |
|
|
Franz.Common.Http.EntityFramework
Shared utility library for the Franz Framework. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.2.7 | 112 | 6/7/2026 |
| 2.2.6 | 122 | 6/6/2026 |
| 2.2.5 | 120 | 6/4/2026 |
| 2.2.4 | 116 | 6/3/2026 |
| 2.2.3 | 115 | 6/2/2026 |
| 2.2.2 | 119 | 6/2/2026 |
| 2.2.1 | 114 | 5/24/2026 |
| 2.1.4 | 123 | 4/27/2026 |
| 2.1.3 | 113 | 4/26/2026 |
| 2.1.2 | 116 | 4/26/2026 |
| 2.1.1 | 132 | 4/22/2026 |
| 2.0.2 | 126 | 3/30/2026 |
| 2.0.1 | 127 | 3/29/2026 |
| 1.7.8 | 121 | 3/2/2026 |
| 1.7.7 | 132 | 1/31/2026 |
| 1.7.6 | 140 | 1/22/2026 |
| 1.7.5 | 132 | 1/10/2026 |
| 1.7.4 | 141 | 12/27/2025 |
| 1.7.3 | 212 | 12/22/2025 |
| 1.7.2 | 215 | 12/21/2025 |