Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL 8.0.4.5

dotnet add package Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL --version 8.0.4.5
NuGet\Install-Package Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL -Version 8.0.4.5
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="Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL" Version="8.0.4.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL --version 8.0.4.5
#r "nuget: Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL, 8.0.4.5"
#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 Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL as a Cake Addin
#addin nuget:?package=Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL&version=8.0.4.5

// Install Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL as a Cake Tool
#tool nuget:?package=Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL&version=8.0.4.5

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 AddXXXModule(this IServiceCollection services,
            IConfiguration configuration, string connectionStringName)
        {
            return services
                .AddEntityFrameworkCorePostgreSql<XXXDbContext, IXXXUnitOfWork>(configuration, connectionStringName);
        }
    }
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.4.5 43 4/27/2024
8.0.4.4 49 4/27/2024
8.0.4.3 47 4/26/2024
8.0.4.2 27 4/26/2024
8.0.4.1 115 4/20/2024
8.0.3.5 150 3/25/2024
8.0.3.4 111 3/14/2024
8.0.3.3 84 3/14/2024
8.0.3.2 86 3/13/2024
8.0.3.1 89 3/13/2024
8.0.2.6 87 2/15/2024
8.0.2.5 81 2/15/2024
8.0.2.4 68 2/15/2024
8.0.2.3 78 2/14/2024
8.0.2.2 72 2/14/2024
8.0.2.1 73 2/14/2024
8.0.0.8 168 1/29/2024
8.0.0.7 77 1/26/2024
8.0.0.6 75 1/26/2024
8.0.0.5 104 1/16/2024
8.0.0.4 112 12/29/2023
8.0.0.3 103 12/21/2023
8.0.0.2 113 12/13/2023
8.0.0.2-rc.3 119 10/25/2023
8.0.0.2-rc.2 61 10/6/2023
8.0.0.1 104 11/19/2023
8.0.0.1-rc.1 59 9/25/2023
8.0.0 59 11/15/2023
7.3.13.1 139 10/25/2023
7.3.11.4 135 10/9/2023
7.3.11.3 126 10/5/2023
7.3.11.2 137 9/21/2023
7.3.11.1 145 9/13/2023
7.3.10.1 150 9/11/2023
7.2.10.3 169 9/6/2023
7.2.10.2 159 9/1/2023
7.2.10.1 152 8/29/2023
7.1.10.5 140 8/24/2023
7.1.10.4 143 8/23/2023
7.1.10.3 158 8/20/2023
7.1.10.2 171 8/20/2023
7.1.10.1 153 8/20/2023
7.0.10.4 169 8/20/2023