Pipoburgos.SharedKernel.Infrastructure 9.0.0.1

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.0.1                
NuGet\Install-Package Pipoburgos.SharedKernel.Infrastructure -Version 9.0.0.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" Version="9.0.0.1" />                
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.1                
#r "nuget: Pipoburgos.SharedKernel.Infrastructure, 9.0.0.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.
// Install Pipoburgos.SharedKernel.Infrastructure as a Cake Addin
#addin nuget:?package=Pipoburgos.SharedKernel.Infrastructure&version=9.0.0.1

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

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 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. 
.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.0.5 479 12/4/2024
9.0.0.4 425 12/2/2024
9.0.0.3 443 11/27/2024
9.0.0.2 386 11/17/2024
9.0.0.1 449 11/16/2024
8.0.10.3 426 11/5/2024
8.0.10.2 395 11/1/2024
8.0.10.1 499 10/16/2024
8.0.7.3 357 7/27/2024
8.0.7.2 469 7/15/2024
8.0.6.2 498 6/5/2024
8.0.6.1 532 5/30/2024
8.0.5.1 468 5/14/2024
8.0.4.8 537 5/11/2024
8.0.4.7 480 5/1/2024
8.0.4.6 482 4/29/2024
8.0.4.5 509 4/27/2024
8.0.4.4 517 4/27/2024
8.0.4.3 543 4/26/2024
8.0.4.2 478 4/26/2024
8.0.4.1 519 4/20/2024
8.0.3.5 610 3/25/2024
8.0.3.4 607 3/14/2024
8.0.3.3 554 3/14/2024
8.0.3.2 519 3/13/2024
8.0.3.1 567 3/13/2024
8.0.2.6 618 2/15/2024
8.0.2.5 655 2/15/2024
8.0.2.4 641 2/15/2024
8.0.2.3 620 2/14/2024
8.0.2.2 653 2/14/2024
8.0.2.1 599 2/14/2024
8.0.0.8 725 1/29/2024
8.0.0.7 607 1/26/2024
8.0.0.6 636 1/26/2024
8.0.0.5 684 1/16/2024
8.0.0.4 724 12/29/2023
8.0.0.3 748 12/21/2023
8.0.0.2 732 12/13/2023
8.0.0.2-rc.3 148 10/25/2023
8.0.0.2-rc.2 76 10/6/2023
8.0.0.1 777 11/19/2023
8.0.0.1-rc.1 79 9/25/2023
8.0.0 732 11/15/2023
7.3.13.1 782 10/25/2023
7.3.11.4 836 10/9/2023
7.3.11.3 778 10/5/2023
7.3.11.2 863 9/21/2023
7.3.11.1 873 9/13/2023
7.3.10.1 951 9/11/2023
7.2.10.3 945 9/6/2023
7.2.10.2 967 9/1/2023
7.2.10.1 882 8/29/2023
7.1.10.5 865 8/24/2023
7.1.10.4 858 8/23/2023
7.1.10.3 1,038 8/20/2023
7.1.10.2 980 8/20/2023
7.1.10.1 1,019 8/20/2023
7.0.10.4 1,160 8/18/2023
7.0.10.3 223 8/17/2023
7.0.10.2 218 8/16/2023
7.0.10.1 224 8/9/2023
7.0.9.3 227 8/2/2023
7.0.9.2 204 8/2/2023
7.0.9.1 199 8/2/2023
7.0.8.2 244 7/11/2023
7.0.8.1 262 6/27/2023
7.0.7.3 241 6/21/2023
7.0.7.2 251 6/19/2023
7.0.7.1 265 6/14/2023
7.0.5.11 254 6/13/2023
7.0.5.10 203 6/12/2023
7.0.5.9 250 6/12/2023
7.0.5.8 231 5/26/2023
7.0.5.7 238 5/26/2023
7.0.5.6 224 5/22/2023
7.0.5.5 248 5/18/2023
7.0.5.4 237 5/18/2023
7.0.5.3 322 4/22/2023
7.0.5.2 304 4/13/2023
7.0.5.1 270 4/13/2023
7.0.5 304 4/13/2023
7.0.4 367 3/30/2023
7.0.3 389 3/6/2023
7.0.2 500 2/2/2023
7.0.1 460 12/19/2022
7.0.0 673 11/14/2022
6.0.54 724 10/21/2022
6.0.53 703 10/20/2022
6.0.52 701 10/6/2022
6.0.51 678 10/5/2022
6.0.50 742 9/30/2022
6.0.49 785 9/27/2022
6.0.48 756 9/22/2022
6.0.47 809 9/20/2022
6.0.46 820 8/27/2022
6.0.45 827 8/26/2022
6.0.44 804 8/26/2022
6.0.43 822 8/23/2022
6.0.42 776 8/23/2022
6.0.41 807 8/16/2022
6.0.40 800 8/16/2022
6.0.39 839 8/4/2022
6.0.38 811 8/4/2022
6.0.37 818 8/4/2022
6.0.36 805 8/4/2022
6.0.35 815 8/4/2022
6.0.34 853 8/3/2022
6.0.33 813 8/3/2022
6.0.32 855 8/3/2022
6.0.31 807 8/3/2022
6.0.29 878 7/22/2022
6.0.28 857 7/14/2022
6.0.27 875 7/12/2022
6.0.26 862 7/12/2022
6.0.25 884 6/23/2022
6.0.24 895 6/23/2022
6.0.23 848 6/22/2022
6.0.22 868 6/22/2022
6.0.21 864 6/21/2022
6.0.20 907 5/26/2022
6.0.19 886 5/13/2022
6.0.17 942 5/10/2022
6.0.16 921 4/27/2022
6.0.15 984 3/18/2022
6.0.14 925 3/16/2022
6.0.13 1,057 2/25/2022
6.0.12 977 2/25/2022
6.0.11 1,042 2/2/2022
6.0.10 1,019 1/24/2022
6.0.9 1,029 1/24/2022
6.0.8 1,009 1/24/2022
6.0.7 1,014 1/24/2022
6.0.6 996 1/20/2022
6.0.5 1,035 1/19/2022
6.0.4 777 12/30/2021
6.0.3 883 12/14/2021
6.0.2 880 12/14/2021
6.0.1 947 11/30/2021
6.0.0 2,612 11/26/2021
6.0.0-rc3 273 11/16/2021
6.0.0-rc2 262 11/15/2021
6.0.0-rc1 399 11/10/2021
5.0.41 859 10/31/2021
5.0.40 794 10/20/2021
5.0.39 808 10/8/2021
5.0.35 850 10/6/2021
5.0.34 832 10/6/2021
5.0.33 810 10/5/2021
5.0.32 758 10/5/2021
5.0.31 804 10/4/2021
5.0.30 713 10/4/2021
5.0.29 874 10/2/2021
5.0.28 818 10/2/2021
5.0.27 785 10/2/2021
5.0.26 705 10/2/2021
5.0.25 759 9/28/2021
5.0.24 744 9/22/2021
5.0.23 873 9/11/2021
5.0.22 831 9/10/2021
5.0.21 789 8/29/2021
5.0.20 780 8/9/2021
5.0.19 860 7/21/2021
5.0.18 902 1/10/2021
5.0.17 851 12/30/2020
5.0.16 860 12/21/2020
5.0.15 875 12/19/2020
5.0.14 883 12/19/2020
5.0.13 904 12/18/2020
5.0.12 834 12/12/2020
5.0.11 836 12/10/2020
5.0.10 838 12/9/2020
5.0.9 743 12/9/2020
5.0.8 760 12/9/2020
5.0.7 782 12/9/2020
5.0.6 872 12/7/2020
5.0.5 760 12/7/2020
5.0.4 799 12/7/2020
5.0.3 855 11/24/2020
5.0.2 836 11/24/2020
5.0.1 802 11/18/2020
5.0.0 840 11/14/2020