Pipoburgos.SharedKernel.Infrastructure 8.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pipoburgos.SharedKernel.Infrastructure --version 8.0.0
                    
NuGet\Install-Package Pipoburgos.SharedKernel.Infrastructure -Version 8.0.0
                    
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" Version="8.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pipoburgos.SharedKernel.Infrastructure" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Pipoburgos.SharedKernel.Infrastructure" />
                    
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 --version 8.0.0
                    
#r "nuget: Pipoburgos.SharedKernel.Infrastructure, 8.0.0"
                    
#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&version=8.0.0
                    
Install Pipoburgos.SharedKernel.Infrastructure as a Cake Addin
#tool nuget:?package=Pipoburgos.SharedKernel.Infrastructure&version=8.0.0
                    
Install Pipoburgos.SharedKernel.Infrastructure as a Cake Tool

The following code demonstrates basic usage of Shared Kernel Infastructure.

namespace XXX.Infrastructure;

public static class XXXModule
{
    public static IServiceCollection AddXXXModule(this IServiceCollection services,
        IConfiguration configuration, string connectionStringName)
    {
        return services
            .AddSharedKernel()
            .AddInMemoryCache()
            .AddDomainEventsSubscribers(typeof(InfrastructureAssembly), typeof(DomainAssembly)
            .AddCommandsHandlers(typeof(ApplicationAssembly))
            .AddInMemoryCommandBus()
            .AddQueriesHandlers(typeof(InfrastructureAssembly))
            .AddInMemoryQueryBus()
            .AddActiveDirectory()
            .AddApplicationServices()
            .AddDomainServices()
            .AddRepositories();
    }

    private static IServiceCollection AddApplicationServices(this IServiceCollection services)
    {
        return services
            .AddTransient<SampleApplicationService>();
    }
        
    private static IServiceCollection AddDomainServices(this IServiceCollection services)
    {
        return services
            .AddTransient<SampleDomainService>();
    }

    private static IServiceCollection AddRepositories(this IServiceCollection services)
    {
        return services
            .AddTransient<IXXXRepository, XXXMongoRepository>();
            .AddTransient<IXXXRepository, XXXEntityFrameworkCoreRepository>();
    }
}

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Pipoburgos.SharedKernel.Infrastructure:

Package Downloads
Pipoburgos.SharedKernel.Api

C# DDD Distributed Services Layer

Pipoburgos.SharedKernel.Infrastructure.ActiveMq

ActiveMq infrastructure implementations

Pipoburgos.SharedKernel.Infrastructure.EntityFrameworkCore

EntityFrameworkCore infrastructure implementations

Pipoburgos.SharedKernel.Infrastructure.NPOI

NPOI infrastructure implementations

Pipoburgos.SharedKernel.Infrastructure.DotNetDBF

DotNetDBF infrastructure implementations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.6.1 390 6/16/2025
9.0.5.1 377 6/4/2025
9.0.4.2 410 5/7/2025
9.0.4.1 385 5/7/2025
9.0.3.3 388 4/6/2025
9.0.3.2 714 3/26/2025
9.0.3.1 377 3/17/2025
9.0.2.1 450 2/12/2025
9.0.0.5 591 12/4/2024
9.0.0.4 473 12/2/2024
9.0.0.3 466 11/27/2024
9.0.0.2 408 11/17/2024
9.0.0.1 483 11/16/2024
8.0.10.3 453 11/5/2024
8.0.10.2 419 11/1/2024
8.0.10.1 523 10/16/2024
8.0.7.3 401 7/27/2024
8.0.7.2 495 7/15/2024
8.0.6.2 513 6/5/2024
8.0.6.1 548 5/30/2024
8.0.5.1 505 5/14/2024
8.0.4.8 564 5/11/2024
8.0.4.7 534 5/1/2024
8.0.4.6 510 4/29/2024
8.0.4.5 537 4/27/2024
8.0.4.4 543 4/27/2024
8.0.4.3 569 4/26/2024
8.0.4.2 515 4/26/2024
8.0.4.1 560 4/20/2024
8.0.3.5 653 3/25/2024
8.0.3.4 643 3/14/2024
8.0.3.3 590 3/14/2024
8.0.3.2 539 3/13/2024
8.0.3.1 611 3/13/2024
8.0.2.6 651 2/15/2024
8.0.2.5 688 2/15/2024
8.0.2.4 662 2/15/2024
8.0.2.3 644 2/14/2024
8.0.2.2 697 2/14/2024
8.0.2.1 624 2/14/2024
8.0.0.8 750 1/29/2024
8.0.0.7 628 1/26/2024
8.0.0.6 653 1/26/2024
8.0.0.5 699 1/16/2024
8.0.0.4 762 12/29/2023
8.0.0.3 768 12/21/2023
8.0.0.2 751 12/13/2023
8.0.0.2-rc.3 153 10/25/2023
8.0.0.2-rc.2 79 10/6/2023
8.0.0.1 785 11/19/2023
8.0.0.1-rc.1 89 9/25/2023
8.0.0 772 11/15/2023
7.3.13.1 801 10/25/2023
7.3.11.4 845 10/9/2023
7.3.11.3 790 10/5/2023
7.3.11.2 880 9/21/2023
7.3.11.1 884 9/13/2023
7.3.10.1 966 9/11/2023
7.2.10.3 956 9/6/2023
7.2.10.2 983 9/1/2023
7.2.10.1 900 8/29/2023
7.1.10.5 894 8/24/2023
7.1.10.4 876 8/23/2023
7.1.10.3 1,055 8/20/2023
7.1.10.2 994 8/20/2023
7.1.10.1 1,039 8/20/2023
7.0.10.4 1,172 8/18/2023
7.0.10.3 242 8/17/2023
7.0.10.2 235 8/16/2023
7.0.10.1 237 8/9/2023
7.0.9.3 240 8/2/2023
7.0.9.2 218 8/2/2023
7.0.9.1 216 8/2/2023
7.0.8.2 256 7/11/2023
7.0.8.1 280 6/27/2023
7.0.7.3 251 6/21/2023
7.0.7.2 267 6/19/2023
7.0.7.1 282 6/14/2023
7.0.5.11 273 6/13/2023
7.0.5.10 230 6/12/2023
7.0.5.9 274 6/12/2023
7.0.5.8 267 5/26/2023
7.0.5.7 263 5/26/2023
7.0.5.6 246 5/22/2023
7.0.5.5 271 5/18/2023
7.0.5.4 266 5/18/2023
7.0.5.3 345 4/22/2023
7.0.5.2 326 4/13/2023
7.0.5.1 293 4/13/2023
7.0.5 326 4/13/2023
7.0.4 385 3/30/2023
7.0.3 409 3/6/2023
7.0.2 527 2/2/2023
7.0.1 480 12/19/2022
7.0.0 698 11/14/2022
6.0.54 748 10/21/2022
6.0.53 734 10/20/2022
6.0.52 734 10/6/2022
6.0.51 705 10/5/2022
6.0.50 767 9/30/2022
6.0.49 811 9/27/2022
6.0.48 781 9/22/2022
6.0.47 835 9/20/2022
6.0.46 850 8/27/2022
6.0.45 854 8/26/2022
6.0.44 828 8/26/2022
6.0.43 848 8/23/2022
6.0.42 804 8/23/2022
6.0.41 846 8/16/2022
6.0.40 828 8/16/2022
6.0.39 869 8/4/2022
6.0.38 838 8/4/2022
6.0.37 848 8/4/2022
6.0.36 835 8/4/2022
6.0.35 850 8/4/2022
6.0.34 885 8/3/2022
6.0.33 846 8/3/2022
6.0.32 888 8/3/2022
6.0.31 842 8/3/2022
6.0.29 914 7/22/2022
6.0.28 892 7/14/2022
6.0.27 906 7/12/2022
6.0.26 896 7/12/2022
6.0.25 913 6/23/2022
6.0.24 929 6/23/2022
6.0.23 880 6/22/2022
6.0.22 902 6/22/2022
6.0.21 903 6/21/2022
6.0.20 942 5/26/2022
6.0.19 918 5/13/2022
6.0.17 979 5/10/2022
6.0.16 959 4/27/2022
6.0.15 1,023 3/18/2022
6.0.14 967 3/16/2022
6.0.13 1,097 2/25/2022
6.0.12 1,017 2/25/2022
6.0.11 1,085 2/2/2022
6.0.10 1,061 1/24/2022
6.0.9 1,075 1/24/2022
6.0.8 1,050 1/24/2022
6.0.7 1,057 1/24/2022
6.0.6 1,040 1/20/2022
6.0.5 1,075 1/19/2022
6.0.4 834 12/30/2021
6.0.3 924 12/14/2021
6.0.2 924 12/14/2021
6.0.1 989 11/30/2021
6.0.0 2,660 11/26/2021
6.0.0-rc3 316 11/16/2021
6.0.0-rc2 304 11/15/2021
6.0.0-rc1 440 11/10/2021
5.0.41 899 10/31/2021
5.0.40 836 10/20/2021
5.0.39 850 10/8/2021
5.0.35 889 10/6/2021
5.0.34 878 10/6/2021
5.0.33 855 10/5/2021
5.0.32 804 10/5/2021
5.0.31 843 10/4/2021
5.0.30 758 10/4/2021
5.0.29 918 10/2/2021
5.0.28 871 10/2/2021
5.0.27 826 10/2/2021
5.0.26 754 10/2/2021
5.0.25 807 9/28/2021
5.0.24 794 9/22/2021
5.0.23 913 9/11/2021
5.0.22 879 9/10/2021
5.0.21 831 8/29/2021
5.0.20 833 8/9/2021
5.0.19 899 7/21/2021
5.0.18 954 1/10/2021
5.0.17 904 12/30/2020
5.0.16 911 12/21/2020
5.0.15 928 12/19/2020
5.0.14 938 12/19/2020
5.0.13 964 12/18/2020
5.0.12 886 12/12/2020
5.0.11 888 12/10/2020
5.0.10 893 12/9/2020
5.0.9 794 12/9/2020
5.0.8 814 12/9/2020
5.0.7 839 12/9/2020
5.0.6 923 12/7/2020
5.0.5 818 12/7/2020
5.0.4 852 12/7/2020
5.0.3 911 11/24/2020
5.0.2 897 11/24/2020
5.0.1 855 11/18/2020
5.0.0 897 11/14/2020