Pipoburgos.SharedKernel.Infrastructure 9.0.0.3

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

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

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. 
.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.0.3 68 11/27/2024
9.0.0.2 368 11/17/2024
9.0.0.1 436 11/16/2024
8.0.10.3 408 11/5/2024
8.0.10.2 383 11/1/2024
8.0.10.1 479 10/16/2024
8.0.7.3 345 7/27/2024
8.0.7.2 460 7/15/2024
8.0.6.2 490 6/5/2024
8.0.6.1 522 5/30/2024
8.0.5.1 461 5/14/2024
8.0.4.8 531 5/11/2024
8.0.4.7 471 5/1/2024
8.0.4.6 476 4/29/2024
8.0.4.5 503 4/27/2024
8.0.4.4 509 4/27/2024
8.0.4.3 539 4/26/2024
8.0.4.2 472 4/26/2024
8.0.4.1 513 4/20/2024
8.0.3.5 606 3/25/2024
8.0.3.4 602 3/14/2024
8.0.3.3 550 3/14/2024
8.0.3.2 515 3/13/2024
8.0.3.1 563 3/13/2024
8.0.2.6 610 2/15/2024
8.0.2.5 647 2/15/2024
8.0.2.4 634 2/15/2024
8.0.2.3 612 2/14/2024
8.0.2.2 645 2/14/2024
8.0.2.1 591 2/14/2024
8.0.0.8 720 1/29/2024
8.0.0.7 603 1/26/2024
8.0.0.6 630 1/26/2024
8.0.0.5 680 1/16/2024
8.0.0.4 720 12/29/2023
8.0.0.3 744 12/21/2023
8.0.0.2 728 12/13/2023
8.0.0.2-rc.3 143 10/25/2023
8.0.0.2-rc.2 71 10/6/2023
8.0.0.1 770 11/19/2023
8.0.0.1-rc.1 74 9/25/2023
8.0.0 727 11/15/2023
7.3.13.1 777 10/25/2023
7.3.11.4 829 10/9/2023
7.3.11.3 773 10/5/2023
7.3.11.2 858 9/21/2023
7.3.11.1 868 9/13/2023
7.3.10.1 946 9/11/2023
7.2.10.3 940 9/6/2023
7.2.10.2 962 9/1/2023
7.2.10.1 877 8/29/2023
7.1.10.5 859 8/24/2023
7.1.10.4 853 8/23/2023
7.1.10.3 1,033 8/20/2023
7.1.10.2 973 8/20/2023
7.1.10.1 1,014 8/20/2023
7.0.10.4 1,155 8/18/2023
7.0.10.3 218 8/17/2023
7.0.10.2 214 8/16/2023
7.0.10.1 216 8/9/2023
7.0.9.3 220 8/2/2023
7.0.9.2 197 8/2/2023
7.0.9.1 190 8/2/2023
7.0.8.2 237 7/11/2023
7.0.8.1 257 6/27/2023
7.0.7.3 236 6/21/2023
7.0.7.2 246 6/19/2023
7.0.7.1 258 6/14/2023
7.0.5.11 249 6/13/2023
7.0.5.10 198 6/12/2023
7.0.5.9 245 6/12/2023
7.0.5.8 224 5/26/2023
7.0.5.7 228 5/26/2023
7.0.5.6 217 5/22/2023
7.0.5.5 240 5/18/2023
7.0.5.4 231 5/18/2023
7.0.5.3 315 4/22/2023
7.0.5.2 297 4/13/2023
7.0.5.1 265 4/13/2023
7.0.5 296 4/13/2023
7.0.4 360 3/30/2023
7.0.3 381 3/6/2023
7.0.2 494 2/2/2023
7.0.1 453 12/19/2022
7.0.0 664 11/14/2022
6.0.54 715 10/21/2022
6.0.53 694 10/20/2022
6.0.52 694 10/6/2022
6.0.51 669 10/5/2022
6.0.50 732 9/30/2022
6.0.49 776 9/27/2022
6.0.48 747 9/22/2022
6.0.47 800 9/20/2022
6.0.46 811 8/27/2022
6.0.45 819 8/26/2022
6.0.44 796 8/26/2022
6.0.43 813 8/23/2022
6.0.42 769 8/23/2022
6.0.41 798 8/16/2022
6.0.40 790 8/16/2022
6.0.39 828 8/4/2022
6.0.38 802 8/4/2022
6.0.37 805 8/4/2022
6.0.36 796 8/4/2022
6.0.35 807 8/4/2022
6.0.34 846 8/3/2022
6.0.33 806 8/3/2022
6.0.32 846 8/3/2022
6.0.31 800 8/3/2022
6.0.29 871 7/22/2022
6.0.28 846 7/14/2022
6.0.27 866 7/12/2022
6.0.26 853 7/12/2022
6.0.25 875 6/23/2022
6.0.24 886 6/23/2022
6.0.23 838 6/22/2022
6.0.22 861 6/22/2022
6.0.21 857 6/21/2022
6.0.20 897 5/26/2022
6.0.19 879 5/13/2022
6.0.17 935 5/10/2022
6.0.16 914 4/27/2022
6.0.15 975 3/18/2022
6.0.14 916 3/16/2022
6.0.13 1,049 2/25/2022
6.0.12 968 2/25/2022
6.0.11 1,033 2/2/2022
6.0.10 1,011 1/24/2022
6.0.9 1,022 1/24/2022
6.0.8 1,002 1/24/2022
6.0.7 1,007 1/24/2022
6.0.6 989 1/20/2022
6.0.5 1,028 1/19/2022
6.0.4 770 12/30/2021
6.0.3 876 12/14/2021
6.0.2 873 12/14/2021
6.0.1 939 11/30/2021
6.0.0 2,605 11/26/2021
6.0.0-rc3 268 11/16/2021
6.0.0-rc2 257 11/15/2021
6.0.0-rc1 394 11/10/2021
5.0.41 852 10/31/2021
5.0.40 787 10/20/2021
5.0.39 801 10/8/2021
5.0.35 843 10/6/2021
5.0.34 825 10/6/2021
5.0.33 803 10/5/2021
5.0.32 751 10/5/2021
5.0.31 797 10/4/2021
5.0.30 706 10/4/2021
5.0.29 867 10/2/2021
5.0.28 811 10/2/2021
5.0.27 777 10/2/2021
5.0.26 698 10/2/2021
5.0.25 752 9/28/2021
5.0.24 737 9/22/2021
5.0.23 865 9/11/2021
5.0.22 823 9/10/2021
5.0.21 782 8/29/2021
5.0.20 773 8/9/2021
5.0.19 853 7/21/2021
5.0.18 895 1/10/2021
5.0.17 844 12/30/2020
5.0.16 853 12/21/2020
5.0.15 868 12/19/2020
5.0.14 876 12/19/2020
5.0.13 897 12/18/2020
5.0.12 824 12/12/2020
5.0.11 828 12/10/2020
5.0.10 830 12/9/2020
5.0.9 736 12/9/2020
5.0.8 749 12/9/2020
5.0.7 775 12/9/2020
5.0.6 865 12/7/2020
5.0.5 753 12/7/2020
5.0.4 792 12/7/2020
5.0.3 848 11/24/2020
5.0.2 829 11/24/2020
5.0.1 795 11/18/2020
5.0.0 833 11/14/2020