Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse
3.0.12
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse --version 3.0.12
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse -Version 3.0.12
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="3.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse --version 3.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse, 3.0.12"
#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.Dynamics.Dataverse as a Cake Addin #addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse&version=3.0.12 // Install Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse as a Cake Tool #tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse&version=3.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
What is Rystem?
Integration with Dataverse (Dynamics) and Repository Framework
builder.Services.AddRepositoryDataverse<CalamityUniverseUser, string>(x =>
{
x.Prefix = "repo_";
x.SolutionName = "TestAlessandro";
x.Environment = configuration["ConnectionString:Dataverse:Environment"];
x.ApplicationIdentity = new(configuration["ConnectionString:Dataverse:ClientId"],
configuration["ConnectionString:Dataverse:ClientSecret"]);
})
.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.AfterBuildAsync();
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(x =>
{
x.Name = "Repository Api";
x.HasSwagger = true;
x.HasDocumentation = true;
});
var app = builder.Build();
app.UseHttpsRedirection();
app.UseApiForRepositoryFramework();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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.
-
net6.0
- Microsoft.Extensions.Caching.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Caching.Memory (>= 6.0.1)
- Microsoft.Extensions.Configuration (>= 6.0.1)
- Microsoft.Extensions.DependencyInjection (>= 6.0.1)
- Microsoft.Extensions.Http (>= 6.0.0)
- Microsoft.Extensions.ObjectPool (>= 6.0.10)
- Microsoft.Identity.Client (>= 4.47.2)
- Microsoft.Identity.Client.Extensions.Msal (>= 2.24.0)
- Microsoft.NETCore.Platforms (>= 6.0.6)
- Microsoft.NETCore.Targets (>= 5.0.0)
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.0.23)
- Rystem.RepositoryFramework.Abstractions (>= 3.0.12)
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.13 | 36 | 2/9/2025 |
9.0.12 | 180,800 | 1/13/2025 |
9.0.11 | 23,032 | 1/9/2025 |
9.0.10 | 25 | 1/9/2025 |
9.0.9 | 125 | 1/7/2025 |
9.0.8 | 12,395 | 1/6/2025 |
9.0.7 | 51 | 1/6/2025 |
9.0.4 | 92,187 | 12/23/2024 |
9.0.3 | 64 | 12/22/2024 |
9.0.2 | 10,601 | 12/21/2024 |
9.0.1 | 1,099 | 12/21/2024 |
9.0.0 | 172,885 | 11/16/2024 |
9.0.0-rc.1 | 82 | 10/18/2024 |
6.2.0 | 218,946 | 10/9/2024 |
6.1.1 | 76 | 10/9/2024 |
6.1.0 | 47,822 | 9/29/2024 |
6.0.24 | 75 | 9/11/2024 |
6.0.23 | 80 | 7/18/2024 |
6.0.21 | 74 | 6/18/2024 |
6.0.20 | 75 | 6/16/2024 |
6.0.19 | 71 | 6/14/2024 |
6.0.18 | 69 | 6/14/2024 |
6.0.17 | 69 | 6/14/2024 |
6.0.16 | 70 | 6/10/2024 |
6.0.15 | 72 | 6/9/2024 |
6.0.14 | 87 | 5/24/2024 |
6.0.13 | 78 | 5/23/2024 |
6.0.12 | 69 | 5/23/2024 |
6.0.11 | 76 | 5/20/2024 |
6.0.9 | 77 | 5/20/2024 |
6.0.7 | 72 | 5/18/2024 |
6.0.6 | 79 | 5/10/2024 |
6.0.5 | 81 | 5/10/2024 |
6.0.4 | 101 | 4/3/2024 |
6.0.3 | 94 | 3/25/2024 |
6.0.2 | 88 | 3/11/2024 |
6.0.0 | 205 | 11/21/2023 |
6.0.0-rc.6 | 109 | 10/25/2023 |
6.0.0-rc.5 | 82 | 10/25/2023 |
6.0.0-rc.4 | 83 | 10/23/2023 |
6.0.0-rc.3 | 75 | 10/19/2023 |
6.0.0-rc.2 | 87 | 10/18/2023 |
6.0.0-rc.1 | 84 | 10/16/2023 |
5.0.20 | 193 | 9/25/2023 |
5.0.19 | 177 | 9/10/2023 |
5.0.18 | 148 | 9/6/2023 |
5.0.17 | 165 | 9/6/2023 |
5.0.16 | 168 | 9/5/2023 |
5.0.15 | 162 | 9/5/2023 |
5.0.14 | 154 | 9/5/2023 |
5.0.13 | 139 | 9/1/2023 |
5.0.12 | 181 | 8/31/2023 |
5.0.11 | 166 | 8/30/2023 |
5.0.10 | 187 | 8/29/2023 |
5.0.9 | 160 | 8/24/2023 |
5.0.8 | 182 | 8/24/2023 |
5.0.7 | 158 | 8/23/2023 |
5.0.6 | 164 | 8/21/2023 |
5.0.5 | 174 | 8/21/2023 |
5.0.4 | 171 | 8/16/2023 |
5.0.3 | 189 | 8/2/2023 |
5.0.2 | 166 | 8/2/2023 |
5.0.1 | 199 | 8/1/2023 |
5.0.0 | 179 | 7/31/2023 |
4.1.26 | 210 | 7/20/2023 |
4.1.25 | 187 | 7/16/2023 |
4.1.24 | 199 | 6/13/2023 |
4.1.23 | 184 | 6/13/2023 |
4.1.22 | 185 | 5/30/2023 |
4.1.21 | 194 | 5/20/2023 |
4.1.20 | 315,294 | 4/19/2023 |
4.1.19 | 94,886 | 3/20/2023 |
4.1.18 | 248 | 3/20/2023 |
4.1.17 | 256 | 3/16/2023 |
4.1.16 | 256 | 3/16/2023 |
4.1.15 | 239 | 3/15/2023 |
4.1.14 | 821 | 3/9/2023 |
4.1.13 | 257 | 3/7/2023 |
4.1.12 | 300 | 2/10/2023 |
4.1.11 | 317 | 1/26/2023 |
4.1.10 | 317 | 1/22/2023 |
4.1.9 | 324 | 1/20/2023 |
4.1.8 | 303 | 1/18/2023 |
4.1.7 | 329 | 1/18/2023 |
4.1.6 | 317 | 1/17/2023 |
4.1.1 | 318 | 1/4/2023 |
4.1.0 | 353 | 1/1/2023 |
3.1.5 | 329 | 12/21/2022 |
3.1.3 | 346 | 12/12/2022 |
3.1.2 | 342 | 12/7/2022 |
3.1.1 | 336 | 12/7/2022 |
3.1.0 | 375 | 12/2/2022 |
3.0.29 | 372 | 12/1/2022 |
3.0.28 | 354 | 12/1/2022 |
3.0.27 | 388 | 11/23/2022 |
3.0.25 | 367 | 11/23/2022 |
3.0.24 | 379 | 11/18/2022 |
3.0.23 | 357 | 11/18/2022 |
3.0.22 | 384 | 11/15/2022 |
3.0.21 | 379 | 11/14/2022 |
3.0.20 | 393 | 11/13/2022 |
3.0.19 | 392 | 11/2/2022 |
3.0.18 | 399 | 11/2/2022 |
3.0.17 | 435 | 10/29/2022 |
3.0.16 | 427 | 10/29/2022 |
3.0.15 | 418 | 10/29/2022 |
3.0.14 | 424 | 10/29/2022 |
3.0.13 | 425 | 10/24/2022 |
3.0.12 | 430 | 10/17/2022 |
3.0.11 | 446 | 10/10/2022 |
3.0.10 | 456 | 10/10/2022 |