Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse 9.0.0-rc.1

This is a prerelease version of Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse.
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.0-rc.1
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse -Version 9.0.0-rc.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="Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse" Version="9.0.0-rc.1" />
                    
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.0-rc.1" />
                    
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.0-rc.1
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse, 9.0.0-rc.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.
#:package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse@9.0.0-rc.1
                    
#: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.0-rc.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse&version=9.0.0-rc.1&prerelease
                    
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.2 261,601 5/29/2025
9.1.1 97,706 5/2/2025
9.0.32 186,579 4/15/2025
9.0.31 5,681 4/2/2025
9.0.30 88,735 3/26/2025
9.0.29 8,907 3/18/2025
9.0.28 136 3/17/2025
9.0.27 146 3/16/2025
9.0.26 146 3/13/2025
9.0.25 51,992 3/9/2025
9.0.21 189 3/6/2025
9.0.20 19,435 3/6/2025
9.0.19 182 3/6/2025
9.0.18 192 3/4/2025
9.0.17 84 3/1/2025
9.0.16 83 3/1/2025
9.0.15 75,447 2/22/2025
9.0.14 22,457 2/18/2025
9.0.13 97 2/9/2025
9.0.12 217,622 1/13/2025
9.0.11 23,947 1/9/2025
9.0.10 71 1/9/2025
9.0.9 3,957 1/7/2025
9.0.8 12,432 1/6/2025
9.0.7 101 1/6/2025
9.0.4 92,218 12/23/2024
9.0.3 107 12/22/2024
9.0.2 10,636 12/21/2024
9.0.1 1,140 12/21/2024
9.0.0 172,912 11/16/2024
9.0.0-rc.1 94 10/18/2024
6.2.0 218,975 10/9/2024
6.1.1 104 10/9/2024
6.1.0 47,852 9/29/2024
6.0.24 113 9/11/2024
6.0.23 108 7/18/2024
6.0.21 100 6/18/2024
6.0.20 104 6/16/2024
6.0.19 94 6/14/2024
6.0.18 94 6/14/2024
6.0.17 93 6/14/2024
6.0.16 94 6/10/2024
6.0.15 97 6/9/2024
6.0.14 120 5/24/2024
6.0.13 103 5/23/2024
6.0.12 92 5/23/2024
6.0.11 101 5/20/2024
6.0.9 105 5/20/2024
6.0.7 97 5/18/2024
6.0.6 106 5/10/2024
6.0.5 108 5/10/2024
6.0.4 128 4/3/2024
6.0.3 121 3/25/2024
6.0.2 112 3/11/2024
6.0.0 215 11/21/2023
6.0.0-rc.6 127 10/25/2023
6.0.0-rc.5 98 10/25/2023
6.0.0-rc.4 109 10/23/2023
6.0.0-rc.3 96 10/19/2023
6.0.0-rc.2 107 10/18/2023
6.0.0-rc.1 108 10/16/2023
5.0.20 221 9/25/2023
5.0.19 200 9/10/2023
5.0.18 182 9/6/2023
5.0.17 191 9/6/2023
5.0.16 194 9/5/2023
5.0.15 191 9/5/2023
5.0.14 178 9/5/2023
5.0.13 174 9/1/2023
5.0.12 207 8/31/2023
5.0.11 194 8/30/2023
5.0.10 221 8/29/2023
5.0.9 189 8/24/2023
5.0.8 209 8/24/2023
5.0.7 188 8/23/2023
5.0.6 195 8/21/2023
5.0.5 208 8/21/2023
5.0.4 201 8/16/2023
5.0.3 226 8/2/2023
5.0.2 195 8/2/2023
5.0.1 230 8/1/2023
5.0.0 209 7/31/2023
4.1.26 243 7/20/2023
4.1.25 219 7/16/2023
4.1.24 236 6/13/2023
4.1.23 226 6/13/2023
4.1.22 222 5/30/2023
4.1.21 245 5/20/2023
4.1.20 315,339 4/19/2023
4.1.19 94,933 3/20/2023
4.1.18 292 3/20/2023
4.1.17 302 3/16/2023
4.1.16 296 3/16/2023
4.1.15 286 3/15/2023
4.1.14 861 3/9/2023
4.1.13 309 3/7/2023
4.1.12 339 2/10/2023
4.1.11 360 1/26/2023
4.1.10 360 1/22/2023
4.1.9 366 1/20/2023
4.1.8 350 1/18/2023
4.1.7 374 1/18/2023
4.1.6 359 1/17/2023
4.1.1 366 1/4/2023
4.1.0 397 1/1/2023
3.1.5 376 12/21/2022
3.1.3 393 12/12/2022
3.1.2 383 12/7/2022
3.1.1 376 12/7/2022
3.1.0 421 12/2/2022
3.0.29 423 12/1/2022
3.0.28 398 12/1/2022
3.0.27 435 11/23/2022
3.0.25 407 11/23/2022
3.0.24 423 11/18/2022
3.0.23 412 11/18/2022
3.0.22 433 11/15/2022
3.0.21 427 11/14/2022
3.0.20 436 11/13/2022
3.0.19 434 11/2/2022
3.0.18 440 11/2/2022
3.0.17 478 10/29/2022
3.0.16 478 10/29/2022
3.0.15 461 10/29/2022
3.0.14 468 10/29/2022
3.0.13 467 10/24/2022
3.0.12 476 10/17/2022
3.0.11 498 10/10/2022
3.0.10 500 10/10/2022