Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL 9.0.6.1

dotnet add package Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL --version 9.0.6.1
                    
NuGet\Install-Package Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL -Version 9.0.6.1
                    
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="9.0.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL" Version="9.0.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL" />
                    
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 Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL --version 9.0.6.1
                    
#r "nuget: Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL, 9.0.6.1"
                    
#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.
#addin nuget:?package=Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL&version=9.0.6.1
                    
Install as a Cake Addin
#tool nuget:?package=Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore.PostgreSQL&version=9.0.6.1
                    
Install 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 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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  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

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
9.0.6.1 131 13 days ago
9.0.5.1 141 25 days ago
9.0.4.2 150 2 months ago
9.0.4.1 143 2 months ago
9.0.3.3 144 3 months ago
9.0.3.2 483 3 months ago
9.0.3.1 148 3 months ago
9.0.2.1 117 5 months ago
9.0.0.5 184 7 months ago
9.0.0.4 113 7 months ago
9.0.0.3 109 7 months ago
8.0.10.3 115 8 months ago
8.0.10.2 111 8 months ago
8.0.10.1 127 8 months ago
8.0.7.3 121 7/27/2024
8.0.7.2 138 7/15/2024
8.0.6.2 145 6/5/2024
8.0.6.1 184 5/30/2024
8.0.5.1 187 5/14/2024
8.0.4.8 139 5/11/2024
8.0.4.7 159 5/1/2024
8.0.4.6 127 4/29/2024
8.0.4.5 148 4/27/2024
8.0.4.4 142 4/27/2024
8.0.4.3 146 4/26/2024
8.0.4.2 116 4/26/2024
8.0.4.1 179 4/20/2024
8.0.3.5 230 3/25/2024
8.0.3.4 180 3/14/2024
8.0.3.3 143 3/14/2024
8.0.3.2 152 3/13/2024
8.0.3.1 157 3/13/2024
8.0.2.6 151 2/15/2024
8.0.2.5 138 2/15/2024
8.0.2.4 139 2/15/2024
8.0.2.3 139 2/14/2024
8.0.2.2 128 2/14/2024
8.0.2.1 139 2/14/2024
8.0.0.8 246 1/29/2024
8.0.0.7 126 1/26/2024
8.0.0.6 125 1/26/2024
8.0.0.5 153 1/16/2024
8.0.0.4 189 12/29/2023
8.0.0.3 155 12/21/2023
8.0.0.2 169 12/13/2023
8.0.0.2-rc.3 145 10/25/2023
8.0.0.2-rc.2 86 10/6/2023
8.0.0.1 140 11/19/2023
8.0.0.1-rc.1 86 9/25/2023
8.0.0 89 11/15/2023
7.3.13.1 187 10/25/2023
7.3.11.4 190 10/9/2023
7.3.11.3 175 10/5/2023
7.3.11.2 185 9/21/2023
7.3.11.1 187 9/13/2023
7.3.10.1 201 9/11/2023
7.2.10.3 217 9/6/2023
7.2.10.2 208 9/1/2023
7.2.10.1 208 8/29/2023
7.1.10.5 183 8/24/2023
7.1.10.4 191 8/23/2023
7.1.10.3 203 8/20/2023
7.1.10.2 215 8/20/2023
7.1.10.1 203 8/20/2023
7.0.10.4 218 8/20/2023