Pipoburgos.SharedKernel.Infrastructure 8.0.10.1

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.10.1                
NuGet\Install-Package Pipoburgos.SharedKernel.Infrastructure -Version 8.0.10.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="8.0.10.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pipoburgos.SharedKernel.Infrastructure --version 8.0.10.1                
#r "nuget: Pipoburgos.SharedKernel.Infrastructure, 8.0.10.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=8.0.10.1

// Install Pipoburgos.SharedKernel.Infrastructure as a Cake Tool
#tool nuget:?package=Pipoburgos.SharedKernel.Infrastructure&version=8.0.10.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 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. 
.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.2 348 11/17/2024
9.0.0.1 419 11/16/2024
8.0.10.3 400 11/5/2024
8.0.10.2 372 11/1/2024
8.0.10.1 404 10/16/2024
8.0.7.3 339 7/27/2024
8.0.7.2 456 7/15/2024
8.0.6.2 486 6/5/2024
8.0.6.1 516 5/30/2024
8.0.5.1 457 5/14/2024
8.0.4.8 527 5/11/2024
8.0.4.7 467 5/1/2024
8.0.4.6 472 4/29/2024
8.0.4.5 499 4/27/2024
8.0.4.4 505 4/27/2024
8.0.4.3 535 4/26/2024
8.0.4.2 468 4/26/2024
8.0.4.1 509 4/20/2024
8.0.3.5 602 3/25/2024
8.0.3.4 597 3/14/2024
8.0.3.3 546 3/14/2024
8.0.3.2 511 3/13/2024
8.0.3.1 559 3/13/2024
8.0.2.6 606 2/15/2024
8.0.2.5 643 2/15/2024
8.0.2.4 630 2/15/2024
8.0.2.3 608 2/14/2024
8.0.2.2 641 2/14/2024
8.0.2.1 587 2/14/2024
8.0.0.8 716 1/29/2024
8.0.0.7 599 1/26/2024
8.0.0.6 626 1/26/2024
8.0.0.5 676 1/16/2024
8.0.0.4 716 12/29/2023
8.0.0.3 740 12/21/2023
8.0.0.2 724 12/13/2023
8.0.0.2-rc.3 141 10/25/2023
8.0.0.2-rc.2 69 10/6/2023
8.0.0.1 766 11/19/2023
8.0.0.1-rc.1 72 9/25/2023
8.0.0 721 11/15/2023
7.3.13.1 773 10/25/2023
7.3.11.4 823 10/9/2023
7.3.11.3 769 10/5/2023
7.3.11.2 854 9/21/2023
7.3.11.1 864 9/13/2023
7.3.10.1 942 9/11/2023
7.2.10.3 936 9/6/2023
7.2.10.2 958 9/1/2023
7.2.10.1 873 8/29/2023
7.1.10.5 855 8/24/2023
7.1.10.4 848 8/23/2023
7.1.10.3 1,029 8/20/2023
7.1.10.2 969 8/20/2023
7.1.10.1 1,010 8/20/2023
7.0.10.4 1,151 8/18/2023
7.0.10.3 214 8/17/2023
7.0.10.2 210 8/16/2023
7.0.10.1 212 8/9/2023
7.0.9.3 216 8/2/2023
7.0.9.2 193 8/2/2023
7.0.9.1 186 8/2/2023
7.0.8.2 233 7/11/2023
7.0.8.1 253 6/27/2023
7.0.7.3 232 6/21/2023
7.0.7.2 242 6/19/2023
7.0.7.1 254 6/14/2023
7.0.5.11 245 6/13/2023
7.0.5.10 194 6/12/2023
7.0.5.9 241 6/12/2023
7.0.5.8 220 5/26/2023
7.0.5.7 224 5/26/2023
7.0.5.6 213 5/22/2023
7.0.5.5 236 5/18/2023
7.0.5.4 227 5/18/2023
7.0.5.3 311 4/22/2023
7.0.5.2 293 4/13/2023
7.0.5.1 261 4/13/2023
7.0.5 292 4/13/2023
7.0.4 356 3/30/2023
7.0.3 377 3/6/2023
7.0.2 488 2/2/2023
7.0.1 449 12/19/2022
7.0.0 660 11/14/2022
6.0.54 711 10/21/2022
6.0.53 690 10/20/2022
6.0.52 690 10/6/2022
6.0.51 665 10/5/2022
6.0.50 728 9/30/2022
6.0.49 772 9/27/2022
6.0.48 743 9/22/2022
6.0.47 796 9/20/2022
6.0.46 807 8/27/2022
6.0.45 815 8/26/2022
6.0.44 792 8/26/2022
6.0.43 809 8/23/2022
6.0.42 765 8/23/2022
6.0.41 794 8/16/2022
6.0.40 786 8/16/2022
6.0.39 824 8/4/2022
6.0.38 798 8/4/2022
6.0.37 801 8/4/2022
6.0.36 792 8/4/2022
6.0.35 803 8/4/2022
6.0.34 842 8/3/2022
6.0.33 802 8/3/2022
6.0.32 842 8/3/2022
6.0.31 796 8/3/2022
6.0.29 867 7/22/2022
6.0.28 842 7/14/2022
6.0.27 862 7/12/2022
6.0.26 849 7/12/2022
6.0.25 871 6/23/2022
6.0.24 882 6/23/2022
6.0.23 834 6/22/2022
6.0.22 857 6/22/2022
6.0.21 853 6/21/2022
6.0.20 893 5/26/2022
6.0.19 875 5/13/2022
6.0.17 931 5/10/2022
6.0.16 910 4/27/2022
6.0.15 971 3/18/2022
6.0.14 912 3/16/2022
6.0.13 1,045 2/25/2022
6.0.12 964 2/25/2022
6.0.11 1,029 2/2/2022
6.0.10 1,007 1/24/2022
6.0.9 1,018 1/24/2022
6.0.8 998 1/24/2022
6.0.7 1,001 1/24/2022
6.0.6 985 1/20/2022
6.0.5 1,024 1/19/2022
6.0.4 766 12/30/2021
6.0.3 872 12/14/2021
6.0.2 869 12/14/2021
6.0.1 935 11/30/2021
6.0.0 2,601 11/26/2021
6.0.0-rc3 266 11/16/2021
6.0.0-rc2 255 11/15/2021
6.0.0-rc1 392 11/10/2021
5.0.41 848 10/31/2021
5.0.40 783 10/20/2021
5.0.39 797 10/8/2021
5.0.35 839 10/6/2021
5.0.34 821 10/6/2021
5.0.33 797 10/5/2021
5.0.32 747 10/5/2021
5.0.31 793 10/4/2021
5.0.30 702 10/4/2021
5.0.29 863 10/2/2021
5.0.28 807 10/2/2021
5.0.27 773 10/2/2021
5.0.26 694 10/2/2021
5.0.25 748 9/28/2021
5.0.24 733 9/22/2021
5.0.23 861 9/11/2021
5.0.22 819 9/10/2021
5.0.21 778 8/29/2021
5.0.20 769 8/9/2021
5.0.19 849 7/21/2021
5.0.18 891 1/10/2021
5.0.17 840 12/30/2020
5.0.16 849 12/21/2020
5.0.15 864 12/19/2020
5.0.14 872 12/19/2020
5.0.13 893 12/18/2020
5.0.12 818 12/12/2020
5.0.11 824 12/10/2020
5.0.10 826 12/9/2020
5.0.9 732 12/9/2020
5.0.8 745 12/9/2020
5.0.7 771 12/9/2020
5.0.6 861 12/7/2020
5.0.5 749 12/7/2020
5.0.4 788 12/7/2020
5.0.3 844 11/24/2020
5.0.2 825 11/24/2020
5.0.1 791 11/18/2020
5.0.0 829 11/14/2020