Pipoburgos.SharedKernel.Infrastructure 9.0.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pipoburgos.SharedKernel.Infrastructure --version 9.0.4.2
                    
NuGet\Install-Package Pipoburgos.SharedKernel.Infrastructure -Version 9.0.4.2
                    
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="9.0.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pipoburgos.SharedKernel.Infrastructure" Version="9.0.4.2" />
                    
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 9.0.4.2
                    
#r "nuget: Pipoburgos.SharedKernel.Infrastructure, 9.0.4.2"
                    
#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=9.0.4.2
                    
Install Pipoburgos.SharedKernel.Infrastructure as a Cake Addin
#tool nuget:?package=Pipoburgos.SharedKernel.Infrastructure&version=9.0.4.2
                    
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 AddSharedKernelXXXModule(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 was computed.  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 was computed.  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 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. 
.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 is compatible. 
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.5.1 9 6/4/2025
9.0.4.2 394 5/7/2025
9.0.4.1 378 5/7/2025
9.0.3.3 377 4/6/2025
9.0.3.2 704 3/26/2025
9.0.3.1 373 3/17/2025
9.0.2.1 446 2/12/2025
9.0.0.5 583 12/4/2024
9.0.0.4 464 12/2/2024
9.0.0.3 463 11/27/2024
9.0.0.2 405 11/17/2024
9.0.0.1 476 11/16/2024
8.0.10.3 444 11/5/2024
8.0.10.2 415 11/1/2024
8.0.10.1 513 10/16/2024
8.0.7.3 396 7/27/2024
8.0.7.2 491 7/15/2024
8.0.6.2 511 6/5/2024
8.0.6.1 544 5/30/2024
8.0.5.1 500 5/14/2024
8.0.4.8 562 5/11/2024
8.0.4.7 530 5/1/2024
8.0.4.6 505 4/29/2024
8.0.4.5 531 4/27/2024
8.0.4.4 533 4/27/2024
8.0.4.3 558 4/26/2024
8.0.4.2 503 4/26/2024
8.0.4.1 557 4/20/2024
8.0.3.5 645 3/25/2024
8.0.3.4 640 3/14/2024
8.0.3.3 588 3/14/2024
8.0.3.2 533 3/13/2024
8.0.3.1 606 3/13/2024
8.0.2.6 648 2/15/2024
8.0.2.5 684 2/15/2024
8.0.2.4 653 2/15/2024
8.0.2.3 641 2/14/2024
8.0.2.2 691 2/14/2024
8.0.2.1 622 2/14/2024
8.0.0.8 747 1/29/2024
8.0.0.7 622 1/26/2024
8.0.0.6 651 1/26/2024
8.0.0.5 697 1/16/2024
8.0.0.4 760 12/29/2023
8.0.0.3 761 12/21/2023
8.0.0.2 745 12/13/2023
8.0.0.2-rc.3 150 10/25/2023
8.0.0.2-rc.2 78 10/6/2023
8.0.0.1 781 11/19/2023
8.0.0.1-rc.1 83 9/25/2023
8.0.0 762 11/15/2023
7.3.13.1 785 10/25/2023
7.3.11.4 839 10/9/2023
7.3.11.3 783 10/5/2023
7.3.11.2 869 9/21/2023
7.3.11.1 877 9/13/2023
7.3.10.1 958 9/11/2023
7.2.10.3 952 9/6/2023
7.2.10.2 975 9/1/2023
7.2.10.1 899 8/29/2023
7.1.10.5 887 8/24/2023
7.1.10.4 874 8/23/2023
7.1.10.3 1,046 8/20/2023
7.1.10.2 989 8/20/2023
7.1.10.1 1,038 8/20/2023
7.0.10.4 1,168 8/18/2023
7.0.10.3 231 8/17/2023
7.0.10.2 231 8/16/2023
7.0.10.1 232 8/9/2023
7.0.9.3 236 8/2/2023
7.0.9.2 212 8/2/2023
7.0.9.1 212 8/2/2023
7.0.8.2 255 7/11/2023
7.0.8.1 273 6/27/2023
7.0.7.3 250 6/21/2023
7.0.7.2 263 6/19/2023
7.0.7.1 280 6/14/2023
7.0.5.11 272 6/13/2023
7.0.5.10 222 6/12/2023
7.0.5.9 267 6/12/2023
7.0.5.8 248 5/26/2023
7.0.5.7 256 5/26/2023
7.0.5.6 243 5/22/2023
7.0.5.5 267 5/18/2023
7.0.5.4 257 5/18/2023
7.0.5.3 341 4/22/2023
7.0.5.2 322 4/13/2023
7.0.5.1 289 4/13/2023
7.0.5 322 4/13/2023
7.0.4 384 3/30/2023
7.0.3 408 3/6/2023
7.0.2 526 2/2/2023
7.0.1 480 12/19/2022
7.0.0 696 11/14/2022
6.0.54 745 10/21/2022
6.0.53 725 10/20/2022
6.0.52 726 10/6/2022
6.0.51 701 10/5/2022
6.0.50 764 9/30/2022
6.0.49 808 9/27/2022
6.0.48 779 9/22/2022
6.0.47 832 9/20/2022
6.0.46 845 8/27/2022
6.0.45 852 8/26/2022
6.0.44 828 8/26/2022
6.0.43 846 8/23/2022
6.0.42 802 8/23/2022
6.0.41 832 8/16/2022
6.0.40 825 8/16/2022
6.0.39 863 8/4/2022
6.0.38 836 8/4/2022
6.0.37 843 8/4/2022
6.0.36 829 8/4/2022
6.0.35 843 8/4/2022
6.0.34 879 8/3/2022
6.0.33 841 8/3/2022
6.0.32 879 8/3/2022
6.0.31 835 8/3/2022
6.0.29 906 7/22/2022
6.0.28 889 7/14/2022
6.0.27 899 7/12/2022
6.0.26 886 7/12/2022
6.0.25 908 6/23/2022
6.0.24 920 6/23/2022
6.0.23 874 6/22/2022
6.0.22 894 6/22/2022
6.0.21 892 6/21/2022
6.0.20 935 5/26/2022
6.0.19 914 5/13/2022
6.0.17 971 5/10/2022
6.0.16 952 4/27/2022
6.0.15 1,016 3/18/2022
6.0.14 958 3/16/2022
6.0.13 1,090 2/25/2022
6.0.12 1,011 2/25/2022
6.0.11 1,075 2/2/2022
6.0.10 1,052 1/24/2022
6.0.9 1,063 1/24/2022
6.0.8 1,043 1/24/2022
6.0.7 1,047 1/24/2022
6.0.6 1,029 1/20/2022
6.0.5 1,067 1/19/2022
6.0.4 811 12/30/2021
6.0.3 915 12/14/2021
6.0.2 913 12/14/2021
6.0.1 981 11/30/2021
6.0.0 2,646 11/26/2021
6.0.0-rc3 306 11/16/2021
6.0.0-rc2 294 11/15/2021
6.0.0-rc1 432 11/10/2021
5.0.41 893 10/31/2021
5.0.40 828 10/20/2021
5.0.39 843 10/8/2021
5.0.35 883 10/6/2021
5.0.34 866 10/6/2021
5.0.33 845 10/5/2021
5.0.32 792 10/5/2021
5.0.31 837 10/4/2021
5.0.30 747 10/4/2021
5.0.29 908 10/2/2021
5.0.28 853 10/2/2021
5.0.27 819 10/2/2021
5.0.26 739 10/2/2021
5.0.25 793 9/28/2021
5.0.24 781 9/22/2021
5.0.23 906 9/11/2021
5.0.22 866 9/10/2021
5.0.21 824 8/29/2021
5.0.20 819 8/9/2021
5.0.19 893 7/21/2021
5.0.18 945 1/10/2021
5.0.17 896 12/30/2020
5.0.16 904 12/21/2020
5.0.15 920 12/19/2020
5.0.14 927 12/19/2020
5.0.13 948 12/18/2020
5.0.12 878 12/12/2020
5.0.11 880 12/10/2020
5.0.10 882 12/9/2020
5.0.9 786 12/9/2020
5.0.8 803 12/9/2020
5.0.7 826 12/9/2020
5.0.6 915 12/7/2020
5.0.5 804 12/7/2020
5.0.4 843 12/7/2020
5.0.3 898 11/24/2020
5.0.2 879 11/24/2020
5.0.1 847 11/18/2020
5.0.0 885 11/14/2020