![]() |
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 | 31 | 6/17/2026 |
| 10.0.8.3 | 106 | 6/2/2026 |
| 10.0.8.2 | 101 | 5/19/2026 |
| 10.0.8.1 | 102 | 5/13/2026 |
| 10.0.7.2 | 99 | 5/6/2026 |
| 10.0.7.1 | 121 | 4/23/2026 |
| 10.0.6.1 | 128 | 4/15/2026 |
| 10.0.5.2 | 117 | 3/24/2026 |
| 10.0.5.1 | 117 | 3/20/2026 |
| 10.0.5 | 131 | 3/16/2026 |
| 10.0.0 | 364 | 12/7/2025 |
| 9.0.8.2 | 263 | 8/20/2025 |
| 9.0.8.1 | 327 | 8/6/2025 |
| 9.0.7.1 | 263 | 7/9/2025 |
| 9.0.6.1 | 284 | 6/16/2025 |
| 9.0.5.1 | 281 | 6/4/2025 |
| 9.0.4.2 | 287 | 5/7/2025 |
| 9.0.4.1 | 278 | 5/7/2025 |
| 9.0.3.3 | 275 | 4/6/2025 |
| 9.0.3.2 | 592 | 3/26/2025 |