Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse 5.0.1

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 5.0.1
                    
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse -Version 5.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="Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse" Version="5.0.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="5.0.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 5.0.1
                    
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse, 5.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.
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse&version=5.0.1
                    
Install Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse&version=5.0.1
                    
Install Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse 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 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 was computed.  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 was computed.  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. 
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.30 2,994 3/26/2025
9.0.29 8,873 3/18/2025
9.0.28 107 3/17/2025
9.0.27 110 3/16/2025
9.0.26 114 3/13/2025
9.0.25 51,952 3/9/2025
9.0.21 160 3/6/2025
9.0.20 19,405 3/6/2025
9.0.19 155 3/6/2025
9.0.18 162 3/4/2025
9.0.17 51 3/1/2025
9.0.16 45 3/1/2025
9.0.15 75,413 2/22/2025
9.0.14 22,428 2/18/2025
9.0.13 64 2/9/2025
9.0.12 217,587 1/13/2025
9.0.11 23,918 1/9/2025
9.0.10 44 1/9/2025
9.0.9 3,920 1/7/2025
9.0.8 12,405 1/6/2025
9.0.7 64 1/6/2025
9.0.4 92,191 12/23/2024
9.0.3 70 12/22/2024
9.0.2 10,606 12/21/2024
9.0.1 1,103 12/21/2024
9.0.0 172,889 11/16/2024
9.0.0-rc.1 83 10/18/2024
6.2.0 218,951 10/9/2024
6.1.1 77 10/9/2024
6.1.0 47,823 9/29/2024
6.0.24 78 9/11/2024
6.0.23 82 7/18/2024
6.0.21 75 6/18/2024
6.0.20 76 6/16/2024
6.0.19 73 6/14/2024
6.0.18 70 6/14/2024
6.0.17 70 6/14/2024
6.0.16 71 6/10/2024
6.0.15 73 6/9/2024
6.0.14 88 5/24/2024
6.0.13 79 5/23/2024
6.0.12 70 5/23/2024
6.0.11 78 5/20/2024
6.0.9 78 5/20/2024
6.0.7 74 5/18/2024
6.0.6 83 5/10/2024
6.0.5 84 5/10/2024
6.0.4 102 4/3/2024
6.0.3 95 3/25/2024
6.0.2 89 3/11/2024
6.0.0 206 11/21/2023
6.0.0-rc.6 109 10/25/2023
6.0.0-rc.5 83 10/25/2023
6.0.0-rc.4 84 10/23/2023
6.0.0-rc.3 82 10/19/2023
6.0.0-rc.2 88 10/18/2023
6.0.0-rc.1 85 10/16/2023
5.0.20 194 9/25/2023
5.0.19 179 9/10/2023
5.0.18 150 9/6/2023
5.0.17 166 9/6/2023
5.0.16 171 9/5/2023
5.0.15 164 9/5/2023
5.0.14 155 9/5/2023
5.0.13 141 9/1/2023
5.0.12 182 8/31/2023
5.0.11 167 8/30/2023
5.0.10 189 8/29/2023
5.0.9 162 8/24/2023
5.0.8 183 8/24/2023
5.0.7 160 8/23/2023
5.0.6 165 8/21/2023
5.0.5 175 8/21/2023
5.0.4 173 8/16/2023
5.0.3 190 8/2/2023
5.0.2 167 8/2/2023
5.0.1 201 8/1/2023
5.0.0 180 7/31/2023
4.1.26 210 7/20/2023
4.1.25 187 7/16/2023
4.1.24 203 6/13/2023
4.1.23 188 6/13/2023
4.1.22 190 5/30/2023
4.1.21 200 5/20/2023
4.1.20 315,300 4/19/2023
4.1.19 94,894 3/20/2023
4.1.18 256 3/20/2023
4.1.17 263 3/16/2023
4.1.16 264 3/16/2023
4.1.15 247 3/15/2023
4.1.14 828 3/9/2023
4.1.13 265 3/7/2023
4.1.12 307 2/10/2023
4.1.11 326 1/26/2023
4.1.10 326 1/22/2023
4.1.9 333 1/20/2023
4.1.8 311 1/18/2023
4.1.7 338 1/18/2023
4.1.6 326 1/17/2023
4.1.1 328 1/4/2023
4.1.0 362 1/1/2023
3.1.5 338 12/21/2022
3.1.3 354 12/12/2022
3.1.2 351 12/7/2022
3.1.1 345 12/7/2022
3.1.0 384 12/2/2022
3.0.29 381 12/1/2022
3.0.28 364 12/1/2022
3.0.27 398 11/23/2022
3.0.25 376 11/23/2022
3.0.24 388 11/18/2022
3.0.23 368 11/18/2022
3.0.22 394 11/15/2022
3.0.21 388 11/14/2022
3.0.20 403 11/13/2022
3.0.19 402 11/2/2022
3.0.18 408 11/2/2022
3.0.17 445 10/29/2022
3.0.16 436 10/29/2022
3.0.15 428 10/29/2022
3.0.14 434 10/29/2022
3.0.13 434 10/24/2022
3.0.12 441 10/17/2022
3.0.11 456 10/10/2022
3.0.10 466 10/10/2022