Dosaic.Plugins.Persistence.Abstractions
1.0.27
See the version list below for details.
dotnet add package Dosaic.Plugins.Persistence.Abstractions --version 1.0.27
NuGet\Install-Package Dosaic.Plugins.Persistence.Abstractions -Version 1.0.27
<PackageReference Include="Dosaic.Plugins.Persistence.Abstractions" Version="1.0.27" />
paket add Dosaic.Plugins.Persistence.Abstractions --version 1.0.27
#r "nuget: Dosaic.Plugins.Persistence.Abstractions, 1.0.27"
// Install Dosaic.Plugins.Persistence.Abstractions as a Cake Addin #addin nuget:?package=Dosaic.Plugins.Persistence.Abstractions&version=1.0.27 // Install Dosaic.Plugins.Persistence.Abstractions as a Cake Tool #tool nuget:?package=Dosaic.Plugins.Persistence.Abstractions&version=1.0.27
Dosaic.Plugins.Persistence.Abstractions
Dosaic.Plugins.Persistence.Abstractions is a lib
that allows other dosaic components
to interact with persistence plugins to store and retrieve their data
.
Installation
To install the nuget package follow these steps:
dotnet add package Dosaic.Plugins.Persistence.Abstractions
or add as package reference to your .csproj
<PackageReference Include="Dosaic.Plugins.Persistence.Abstractions" Version="" />
Appsettings.yml
There are no settings values to set for this lib, please take a look at one of the persistence plugins which implements the abstract types included in this lib.
Configuration in your plugin host
There are no plugin configuration to do for this lib, please take a look at one of the persistence plugins which implements the abstract types included in this lib.
Usage
There are no stand alone usages for this lib, please take a look at one of the persistence plugins which implements the abstract types included in this lib.
Product | Versions 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. |
-
net9.0
- Dosaic.Hosting.Abstractions (>= 1.0.27)
- Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (>= 9.0.1)
- Microsoft.EntityFrameworkCore (>= 9.0.1)
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.1)
- Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (>= 9.0.1)
- ODataQueryHelper.Core (>= 1.51.91)
- System.Net.Http (>= 4.3.4)
- System.Text.RegularExpressions (>= 4.3.1)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Dosaic.Plugins.Persistence.Abstractions:
Package | Downloads |
---|---|
Dosaic.Plugins.Handlers.Abstractions.Cqrs
A plugin-first dotnet framework for rapidly building anything hosted in the web. |
|
Dosaic.Plugins.Persistence.S3
A plugin-first dotnet framework for rapidly building anything hosted in the web. |
|
Dosaic.Plugins.Persistence.InMemory
A plugin-first dotnet framework for rapidly building anything hosted in the web. |
|
Dosaic.Plugins.Persistence.Smb
A plugin-first dotnet framework for rapidly building anything hosted in the web. |
|
Dosaic.Plugins.Persistence.MongoDb
A plugin-first dotnet framework for rapidly building anything hosted in the web. |
GitHub repositories
This package is not used by any popular GitHub repositories.