![]() |
VOOZH | about |
dotnet add package Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL --version 10.0.9
NuGet\Install-Package Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL -Version 10.0.9
<PackageReference Include="Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL" Version="10.0.9" />
<PackageVersion Include="Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL" />Project file
paket add Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL --version 10.0.9
#r "nuget: Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL, 10.0.9"
#:package Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL@10.0.9
#addin nuget:?package=Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL&version=10.0.9Install as a Cake Addin
#tool nuget:?package=Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL&version=10.0.9Install as a Cake Tool
The following code demonstrates basic usage of Shared Kernel Infastructure Entity Framework Core Sql Server.
namespace XXX.Infrastructure
{
public static class XXXModule
{
public static IServiceCollection AddSharedKernelXXXModule(this IServiceCollection services,
IConfiguration configuration, string connectionStringName)
{
return services
.AddEntityFrameworkCorePostgreSql<XXXDbContext, IXXXUnitOfWork>(configuration, connectionStringName);
}
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.9 | 86 | 6/17/2026 |
| 10.0.8.3 | 110 | 6/2/2026 |
| 10.0.8.2 | 104 | 5/19/2026 |
| 10.0.8.1 | 104 | 5/13/2026 |
| 10.0.7.2 | 101 | 5/6/2026 |
| 10.0.7.1 | 122 | 4/23/2026 |
| 10.0.6.1 | 129 | 4/15/2026 |
| 10.0.5.2 | 118 | 3/24/2026 |
| 10.0.5.1 | 119 | 3/20/2026 |
| 10.0.5 | 132 | 3/16/2026 |
| 10.0.0 | 365 | 12/7/2025 |
| 9.0.8.2 | 264 | 8/20/2025 |
| 9.0.8.1 | 328 | 8/6/2025 |
| 9.0.7.1 | 264 | 7/9/2025 |
| 9.0.6.1 | 285 | 6/16/2025 |
| 9.0.5.1 | 282 | 6/4/2025 |
| 9.0.4.2 | 289 | 5/7/2025 |
| 9.0.4.1 | 279 | 5/7/2025 |
| 9.0.3.3 | 276 | 4/6/2025 |
| 9.0.3.2 | 593 | 3/26/2025 |