Rystem.RepositoryFramework.Infrastructure.EntityFramework 9.0.4

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

// Install Rystem.RepositoryFramework.Infrastructure.EntityFramework as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.EntityFramework&version=9.0.4                

What is Rystem?

Integration with Entity Framework and Repository Framework

Example from unit test with a business integration too.

 services.AddDbContext<SampleContext>(options =>
        {
            options.UseSqlServer(configuration["ConnectionString:Database"]);
        }, ServiceLifetime.Scoped);

services
    .AddRepository<MappingUser, int>(builder =>
    {
        builder.WithEntityFramework<MappingUser, int, User, SampleContext>(
            t =>
            {
                t.DbSet = x => x.Users;
                t.References = x => x.Include(x => x.IdGruppos);
            });
        builder.Translate<User>()
            .With(x => x.Username, x => x.Nome)
            .With(x => x.Username, x => x.Cognome)
            .With(x => x.Email, x => x.IndirizzoElettronico)
            .With(x => x.Groups, x => x.IdGruppos)
            .With(x => x.Id, x => x.Identificativo)
            .WithKey(x => x, x => x.Identificativo);
        builder
            .AddBusiness()
                .AddBusinessBeforeInsert<MappingUserBeforeInsertBusiness>()
                .AddBusinessBeforeInsert<MappingUserBeforeInsertBusiness2>();
    });

You found the IRepository<MappingUser, int> in DI to play with it.

Automated api with Rystem.RepositoryFramework.Api.Server package

With automated api, you may have the api implemented with your dataverse integration. You need only to add the AddApiFromRepositoryFramework and UseApiForRepositoryFramework

 builder.Services.AddApiFromRepositoryFramework()
    .WithDescriptiveName("Repository Api")
    .WithPath(Path)
    .WithSwagger()
    .WithVersion(Version)
    .WithDocumentation()
    .WithDefaultCors("http://example.com");  

var app = builder.Build();

app.UseApiFromRepositoryFramework()
    .WithNoAuthorization();
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.4 79,492 12/23/2024
9.0.3 80 12/22/2024
9.0.2 10,633 12/21/2024
9.0.1 1,131 12/21/2024
9.0.0 172,920 11/16/2024
9.0.0-rc.1 81 10/18/2024
6.2.0 219,003 10/9/2024
6.1.1 106 10/9/2024
6.1.0 47,845 9/29/2024
6.0.24 124 9/11/2024
6.0.23 118 7/18/2024
6.0.21 123 6/18/2024
6.0.20 108 6/16/2024
6.0.19 394 6/14/2024
6.0.18 112 6/14/2024
6.0.17 124 6/14/2024
6.0.16 109 6/10/2024
6.0.15 112 6/9/2024
6.0.14 127 5/24/2024
6.0.13 121 5/23/2024
6.0.12 125 5/23/2024
6.0.11 119 5/20/2024
6.0.9 123 5/20/2024
6.0.7 122 5/18/2024
6.0.6 113 5/10/2024
6.0.5 109 5/10/2024
6.0.4 136 4/3/2024
6.0.3 150 3/25/2024
6.0.2 199 3/11/2024
6.0.0 548 11/21/2023
6.0.0-rc.6 96 10/25/2023
6.0.0-rc.5 87 10/25/2023
6.0.0-rc.4 78 10/23/2023
6.0.0-rc.3 69 10/19/2023
6.0.0-rc.2 78 10/18/2023
6.0.0-rc.1 80 10/16/2023
5.0.20 570 9/25/2023
5.0.19 566 9/10/2023
5.0.18 551 9/6/2023
5.0.17 594 9/6/2023
5.0.16 583 9/5/2023
5.0.15 518 9/5/2023
5.0.14 577 9/5/2023
5.0.13 524 9/1/2023
5.0.12 566 8/31/2023
5.0.11 530 8/30/2023
5.0.10 569 8/29/2023
5.0.9 601 8/24/2023
5.0.8 538 8/24/2023
5.0.7 570 8/23/2023
5.0.6 587 8/21/2023
5.0.5 593 8/21/2023
5.0.4 607 8/16/2023
5.0.3 741 8/2/2023
5.0.2 690 8/2/2023
5.0.1 708 8/1/2023
5.0.0 744 7/31/2023
4.1.26 750 7/20/2023
4.1.25 708 7/16/2023
4.1.24 703 6/13/2023
4.1.23 719 6/13/2023
4.1.22 1,129 5/30/2023
4.1.21 688 5/20/2023
4.1.20 315,693 4/19/2023
4.1.19 95,585 3/20/2023
4.1.18 768 3/20/2023
4.1.17 779 3/16/2023
4.1.16 818 3/16/2023
4.1.15 772 3/15/2023
4.1.14 1,393 3/9/2023
4.1.13 839 3/7/2023
4.1.12 892 2/10/2023
4.1.11 854 1/26/2023
4.1.10 887 1/22/2023
4.1.9 823 1/20/2023
4.1.8 875 1/18/2023
4.1.7 844 1/18/2023
4.1.6 850 1/17/2023
4.1.1 905 1/4/2023
4.1.0 881 1/1/2023
3.1.5 885 12/21/2022
3.1.3 862 12/12/2022
3.1.2 890 12/7/2022
3.1.1 859 12/7/2022
3.1.0 913 12/2/2022
3.0.29 906 12/1/2022
3.0.28 880 12/1/2022
3.0.27 861 11/23/2022
3.0.25 892 11/23/2022
3.0.24 896 11/18/2022
3.0.23 876 11/18/2022
3.0.22 920 11/15/2022
3.0.21 924 11/14/2022
3.0.20 939 11/13/2022
3.0.19 1,061 11/2/2022
3.0.18 864 11/2/2022
3.0.17 929 10/29/2022
3.0.16 990 10/29/2022
3.0.15 952 10/29/2022
3.0.14 932 10/29/2022
3.0.13 918 10/24/2022
3.0.12 983 10/17/2022