Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse 9.0.28

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse --version 9.0.28
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse -Version 9.0.28
                    
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.Dynamics.Dataverse" Version="9.0.28" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse" Version="9.0.28" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse" />
                    
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 Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse --version 9.0.28
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse, 9.0.28"
                    
#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.
#:package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse@9.0.28
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse&version=9.0.28
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse&version=9.0.28
                    
Install as a Cake Tool

What is Rystem?

Integration with Dataverse (Dynamics) and Repository Framework

Example from unit test with a business integration too.

 services.
    AddRepository<CalamityUniverseUser, string>(builder =>
    {
        builder.WithDataverse(dataverserBuilder =>
        {
            dataverserBuilder.Settings.Prefix = "repo_";
            dataverserBuilder.Settings.SolutionName = "TestAlessandro";
            if (configuration != null)
                dataverserBuilder.Settings.SetConnection(configuration["ConnectionString:Dataverse:Environment"],
                    new(configuration["ConnectionString:Dataverse:ClientId"],
                    configuration["ConnectionString:Dataverse:ClientSecret"]));
        });
        builder
            .AddBusiness()
            .AddBusinessBeforeInsert<CalamityUniverseUserBeforeInsertBusiness>()
            .AddBusinessBeforeInsert<CalamityUniverseUserBeforeInsertBusiness2>();
    });

You found the IRepository<CalamityUniverseUser, string> in DI to play with it.

Configure database after build

You have to run a method after the service collection build during startup. This method creates your tables.

var app = builder.Build();
await app.Services.WarmUpAsync();

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.  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. 
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.1.3 128 9/2/2025
9.1.2 561,119 5/29/2025
9.1.1 97,725 5/2/2025
9.0.32 186,594 4/15/2025
9.0.31 5,698 4/2/2025
9.0.30 88,750 3/26/2025
9.0.29 8,931 3/18/2025
9.0.28 152 3/17/2025
9.0.27 163 3/16/2025
9.0.26 160 3/13/2025
9.0.25 52,012 3/9/2025
9.0.21 203 3/6/2025
9.0.20 19,449 3/6/2025
9.0.19 197 3/6/2025
9.0.18 206 3/4/2025
9.0.17 99 3/1/2025
9.0.16 101 3/1/2025
9.0.15 75,462 2/22/2025
9.0.14 22,471 2/18/2025
9.0.13 114 2/9/2025
9.0.12 217,642 1/13/2025
9.0.11 23,959 1/9/2025
9.0.10 84 1/9/2025
9.0.9 3,976 1/7/2025
9.0.8 12,445 1/6/2025
9.0.7 121 1/6/2025
9.0.4 92,232 12/23/2024
9.0.3 123 12/22/2024
9.0.2 10,651 12/21/2024
9.0.1 1,159 12/21/2024
9.0.0 172,926 11/16/2024
9.0.0-rc.1 98 10/18/2024
6.2.0 218,989 10/9/2024
6.1.1 122 10/9/2024
6.1.0 47,866 9/29/2024
6.0.24 130 9/11/2024
6.0.23 121 7/18/2024
6.0.21 114 6/18/2024
6.0.20 119 6/16/2024
6.0.19 109 6/14/2024
6.0.18 107 6/14/2024
6.0.17 106 6/14/2024
6.0.16 108 6/10/2024
6.0.15 113 6/9/2024
6.0.14 133 5/24/2024
6.0.13 116 5/23/2024
6.0.12 106 5/23/2024
6.0.11 114 5/20/2024
6.0.9 120 5/20/2024
6.0.7 109 5/18/2024
6.0.6 119 5/10/2024
6.0.5 120 5/10/2024
6.0.4 143 4/3/2024
6.0.3 133 3/25/2024
6.0.2 125 3/11/2024
6.0.0 220 11/21/2023
6.0.0-rc.6 133 10/25/2023
6.0.0-rc.5 104 10/25/2023
6.0.0-rc.4 118 10/23/2023
6.0.0-rc.3 101 10/19/2023
6.0.0-rc.2 118 10/18/2023
6.0.0-rc.1 116 10/16/2023
5.0.20 234 9/25/2023
5.0.19 211 9/10/2023
5.0.18 194 9/6/2023
5.0.17 201 9/6/2023
5.0.16 204 9/5/2023
5.0.15 204 9/5/2023
5.0.14 188 9/5/2023
5.0.13 188 9/1/2023
5.0.12 218 8/31/2023
5.0.11 203 8/30/2023
5.0.10 236 8/29/2023
5.0.9 200 8/24/2023
5.0.8 227 8/24/2023
5.0.7 199 8/23/2023
5.0.6 215 8/21/2023
5.0.5 224 8/21/2023
5.0.4 211 8/16/2023
5.0.3 242 8/2/2023
5.0.2 207 8/2/2023
5.0.1 242 8/1/2023
5.0.0 222 7/31/2023
4.1.26 255 7/20/2023
4.1.25 231 7/16/2023
4.1.24 250 6/13/2023
4.1.23 244 6/13/2023
4.1.22 236 5/30/2023
4.1.21 261 5/20/2023
4.1.20 315,355 4/19/2023
4.1.19 94,952 3/20/2023
4.1.18 309 3/20/2023
4.1.17 320 3/16/2023
4.1.16 310 3/16/2023
4.1.15 302 3/15/2023
4.1.14 875 3/9/2023
4.1.13 328 3/7/2023
4.1.12 355 2/10/2023
4.1.11 378 1/26/2023
4.1.10 376 1/22/2023
4.1.9 383 1/20/2023
4.1.8 369 1/18/2023
4.1.7 395 1/18/2023
4.1.6 374 1/17/2023
4.1.1 384 1/4/2023
4.1.0 416 1/1/2023
3.1.5 394 12/21/2022
3.1.3 414 12/12/2022
3.1.2 399 12/7/2022
3.1.1 394 12/7/2022
3.1.0 437 12/2/2022
3.0.29 443 12/1/2022
3.0.28 413 12/1/2022
3.0.27 457 11/23/2022
3.0.25 425 11/23/2022
3.0.24 439 11/18/2022
3.0.23 428 11/18/2022
3.0.22 451 11/15/2022
3.0.21 450 11/14/2022
3.0.20 454 11/13/2022
3.0.19 451 11/2/2022
3.0.18 459 11/2/2022
3.0.17 496 10/29/2022
3.0.16 499 10/29/2022
3.0.15 481 10/29/2022
3.0.14 486 10/29/2022
3.0.13 486 10/24/2022
3.0.12 496 10/17/2022
3.0.11 520 10/10/2022
3.0.10 519 10/10/2022