Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse
3.0.17
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.17
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse -Version 3.0.17
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.17" />
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.17
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.17"
#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.17 // Install Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse as a Cake Tool #tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Dynamics.Dataverse&version=3.0.17
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.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(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. |
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.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.17)
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.0 | 28,555 | 11/16/2024 |
9.0.0-rc.1 | 72 | 10/18/2024 |
6.2.0 | 218,936 | 10/9/2024 |
6.1.1 | 64 | 10/9/2024 |
6.1.0 | 47,810 | 9/29/2024 |
6.0.24 | 66 | 9/11/2024 |
6.0.23 | 69 | 7/18/2024 |
6.0.21 | 64 | 6/18/2024 |
6.0.20 | 63 | 6/16/2024 |
6.0.19 | 58 | 6/14/2024 |
6.0.18 | 58 | 6/14/2024 |
6.0.17 | 59 | 6/14/2024 |
6.0.16 | 60 | 6/10/2024 |
6.0.15 | 62 | 6/9/2024 |
6.0.14 | 79 | 5/24/2024 |
6.0.13 | 70 | 5/23/2024 |
6.0.12 | 61 | 5/23/2024 |
6.0.11 | 66 | 5/20/2024 |
6.0.9 | 65 | 5/20/2024 |
6.0.7 | 64 | 5/18/2024 |
6.0.6 | 71 | 5/10/2024 |
6.0.5 | 73 | 5/10/2024 |
6.0.4 | 93 | 4/3/2024 |
6.0.3 | 88 | 3/25/2024 |
6.0.2 | 82 | 3/11/2024 |
6.0.0 | 199 | 11/21/2023 |
6.0.0-rc.6 | 105 | 10/25/2023 |
6.0.0-rc.5 | 78 | 10/25/2023 |
6.0.0-rc.4 | 79 | 10/23/2023 |
6.0.0-rc.3 | 69 | 10/19/2023 |
6.0.0-rc.2 | 83 | 10/18/2023 |
6.0.0-rc.1 | 80 | 10/16/2023 |
5.0.20 | 186 | 9/25/2023 |
5.0.19 | 168 | 9/10/2023 |
5.0.18 | 141 | 9/6/2023 |
5.0.17 | 158 | 9/6/2023 |
5.0.16 | 161 | 9/5/2023 |
5.0.15 | 155 | 9/5/2023 |
5.0.14 | 147 | 9/5/2023 |
5.0.13 | 132 | 9/1/2023 |
5.0.12 | 174 | 8/31/2023 |
5.0.11 | 159 | 8/30/2023 |
5.0.10 | 181 | 8/29/2023 |
5.0.9 | 154 | 8/24/2023 |
5.0.8 | 176 | 8/24/2023 |
5.0.7 | 152 | 8/23/2023 |
5.0.6 | 158 | 8/21/2023 |
5.0.5 | 168 | 8/21/2023 |
5.0.4 | 165 | 8/16/2023 |
5.0.3 | 183 | 8/2/2023 |
5.0.2 | 159 | 8/2/2023 |
5.0.1 | 193 | 8/1/2023 |
5.0.0 | 173 | 7/31/2023 |
4.1.26 | 204 | 7/20/2023 |
4.1.25 | 181 | 7/16/2023 |
4.1.24 | 191 | 6/13/2023 |
4.1.23 | 176 | 6/13/2023 |
4.1.22 | 179 | 5/30/2023 |
4.1.21 | 188 | 5/20/2023 |
4.1.20 | 315,288 | 4/19/2023 |
4.1.19 | 94,881 | 3/20/2023 |
4.1.18 | 243 | 3/20/2023 |
4.1.17 | 249 | 3/16/2023 |
4.1.16 | 249 | 3/16/2023 |
4.1.15 | 224 | 3/15/2023 |
4.1.14 | 816 | 3/9/2023 |
4.1.13 | 252 | 3/7/2023 |
4.1.12 | 294 | 2/10/2023 |
4.1.11 | 311 | 1/26/2023 |
4.1.10 | 311 | 1/22/2023 |
4.1.9 | 318 | 1/20/2023 |
4.1.8 | 297 | 1/18/2023 |
4.1.7 | 323 | 1/18/2023 |
4.1.6 | 311 | 1/17/2023 |
4.1.1 | 312 | 1/4/2023 |
4.1.0 | 347 | 1/1/2023 |
3.1.5 | 323 | 12/21/2022 |
3.1.3 | 340 | 12/12/2022 |
3.1.2 | 336 | 12/7/2022 |
3.1.1 | 330 | 12/7/2022 |
3.1.0 | 367 | 12/2/2022 |
3.0.29 | 364 | 12/1/2022 |
3.0.28 | 346 | 12/1/2022 |
3.0.27 | 380 | 11/23/2022 |
3.0.25 | 359 | 11/23/2022 |
3.0.24 | 371 | 11/18/2022 |
3.0.23 | 349 | 11/18/2022 |
3.0.22 | 373 | 11/15/2022 |
3.0.21 | 371 | 11/14/2022 |
3.0.20 | 385 | 11/13/2022 |
3.0.19 | 384 | 11/2/2022 |
3.0.18 | 391 | 11/2/2022 |
3.0.17 | 427 | 10/29/2022 |
3.0.16 | 419 | 10/29/2022 |
3.0.15 | 410 | 10/29/2022 |
3.0.14 | 416 | 10/29/2022 |
3.0.13 | 417 | 10/24/2022 |
3.0.12 | 422 | 10/17/2022 |
3.0.11 | 438 | 10/10/2022 |
3.0.10 | 449 | 10/10/2022 |