Rystem.RepositoryFramework.Infrastructure.MsSql
3.0.29
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.MsSql --version 3.0.29
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.MsSql -Version 3.0.29
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.MsSql" Version="3.0.29" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.Infrastructure.MsSql --version 3.0.29
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rystem.RepositoryFramework.Infrastructure.MsSql, 3.0.29"
#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.MsSql as a Cake Addin #addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.MsSql&version=3.0.29 // Install Rystem.RepositoryFramework.Infrastructure.MsSql as a Cake Tool #tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.MsSql&version=3.0.29
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
What is Rystem?
Integration with MsSql and Repository Framework
builder.Services.AddRepositoryInMsSql<Cat, Guid>(x =>
{
x.Schema = "repo";
x.ConnectionString = configuration["ConnectionString:Database"];
})
.WithPrimaryKey(x => x.Id, x =>
{
x.ColumnName = "Key";
})
.WithColumn(x => x.Paws, x =>
{
x.ColumnName = "Zampe";
x.IsNullable = true;
})
.AddBusinessBeforeInsert<CatBeforeInsertBusiness>()
.AddBusinessBeforeInsert<CatBeforeInsertBusiness2>()
You found the IRepository<Cat, Guid> 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 | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Microsoft.Data.SqlClient (>= 5.0.1)
- Rystem.RepositoryFramework.Abstractions (>= 3.0.29)
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 | 70,349 | 11/16/2024 |
9.0.0-rc.1 | 73 | 10/18/2024 |
6.2.0 | 218,983 | 10/9/2024 |
6.1.1 | 96 | 10/9/2024 |
6.1.0 | 47,853 | 9/29/2024 |
6.0.24 | 102 | 9/11/2024 |
6.0.23 | 123 | 7/18/2024 |
6.0.21 | 119 | 6/18/2024 |
6.0.20 | 114 | 6/16/2024 |
6.0.19 | 118 | 6/14/2024 |
6.0.18 | 112 | 6/14/2024 |
6.0.17 | 107 | 6/14/2024 |
6.0.16 | 100 | 6/10/2024 |
6.0.15 | 107 | 6/9/2024 |
6.0.14 | 132 | 5/24/2024 |
6.0.13 | 119 | 5/23/2024 |
6.0.12 | 111 | 5/23/2024 |
6.0.11 | 124 | 5/20/2024 |
6.0.9 | 124 | 5/20/2024 |
6.0.7 | 112 | 5/18/2024 |
6.0.6 | 115 | 5/10/2024 |
6.0.5 | 94 | 5/10/2024 |
6.0.4 | 133 | 4/3/2024 |
6.0.3 | 113 | 3/25/2024 |
6.0.2 | 132 | 3/11/2024 |
6.0.0 | 195 | 11/21/2023 |
6.0.0-rc.6 | 105 | 10/25/2023 |
6.0.0-rc.5 | 79 | 10/25/2023 |
6.0.0-rc.4 | 71 | 10/23/2023 |
6.0.0-rc.3 | 68 | 10/19/2023 |
6.0.0-rc.2 | 70 | 10/18/2023 |
6.0.0-rc.1 | 76 | 10/16/2023 |
5.0.20 | 166 | 9/25/2023 |
5.0.19 | 141 | 9/10/2023 |
5.0.18 | 134 | 9/6/2023 |
5.0.17 | 121 | 9/6/2023 |
5.0.16 | 135 | 9/5/2023 |
5.0.15 | 128 | 9/5/2023 |
5.0.14 | 137 | 9/5/2023 |
5.0.13 | 122 | 9/1/2023 |
5.0.12 | 136 | 8/31/2023 |
5.0.11 | 119 | 8/30/2023 |
5.0.10 | 147 | 8/29/2023 |
5.0.9 | 123 | 8/24/2023 |
5.0.8 | 142 | 8/24/2023 |
5.0.7 | 139 | 8/23/2023 |
5.0.6 | 134 | 8/21/2023 |
5.0.5 | 146 | 8/21/2023 |
5.0.4 | 135 | 8/16/2023 |
5.0.3 | 144 | 8/2/2023 |
5.0.2 | 160 | 8/2/2023 |
5.0.1 | 152 | 8/1/2023 |
5.0.0 | 154 | 7/31/2023 |
4.1.26 | 177 | 7/20/2023 |
4.1.25 | 151 | 7/16/2023 |
4.1.24 | 153 | 6/13/2023 |
4.1.23 | 147 | 6/13/2023 |
4.1.22 | 150 | 5/30/2023 |
4.1.21 | 158 | 5/20/2023 |
4.1.20 | 315,224 | 4/19/2023 |
4.1.19 | 94,877 | 3/20/2023 |
4.1.18 | 220 | 3/20/2023 |
4.1.17 | 219 | 3/16/2023 |
4.1.16 | 221 | 3/16/2023 |
4.1.15 | 220 | 3/15/2023 |
4.1.14 | 781 | 3/9/2023 |
4.1.13 | 216 | 3/7/2023 |
4.1.12 | 278 | 2/10/2023 |
4.1.11 | 296 | 1/26/2023 |
4.1.10 | 295 | 1/22/2023 |
4.1.9 | 292 | 1/20/2023 |
4.1.8 | 305 | 1/18/2023 |
4.1.7 | 294 | 1/18/2023 |
4.1.6 | 292 | 1/17/2023 |
4.1.1 | 310 | 1/4/2023 |
4.1.0 | 318 | 1/1/2023 |
3.1.5 | 310 | 12/21/2022 |
3.1.3 | 304 | 12/12/2022 |
3.1.2 | 291 | 12/7/2022 |
3.1.1 | 300 | 12/7/2022 |
3.1.0 | 347 | 12/2/2022 |
3.0.29 | 332 | 12/1/2022 |
3.0.28 | 324 | 12/1/2022 |
3.0.27 | 346 | 11/23/2022 |
3.0.25 | 335 | 11/23/2022 |
3.0.24 | 351 | 11/18/2022 |
3.0.23 | 348 | 11/18/2022 |
3.0.22 | 349 | 11/15/2022 |
3.0.21 | 342 | 11/14/2022 |
3.0.20 | 366 | 11/13/2022 |
3.0.19 | 365 | 11/2/2022 |
3.0.18 | 364 | 11/2/2022 |
3.0.17 | 391 | 10/29/2022 |
3.0.16 | 388 | 10/29/2022 |
3.0.15 | 391 | 10/29/2022 |
3.0.14 | 389 | 10/29/2022 |
3.0.13 | 395 | 10/24/2022 |
3.0.12 | 398 | 10/17/2022 |
3.0.11 | 424 | 10/13/2022 |