SparkPlug.Persistence.MongoDb
0.0.1-alpha.2
This is a prerelease version of SparkPlug.Persistence.MongoDb.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SparkPlug.Persistence.MongoDb --version 0.0.1-alpha.2
NuGet\Install-Package SparkPlug.Persistence.MongoDb -Version 0.0.1-alpha.2
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="SparkPlug.Persistence.MongoDb" Version="0.0.1-alpha.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SparkPlug.Persistence.MongoDb --version 0.0.1-alpha.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SparkPlug.Persistence.MongoDb, 0.0.1-alpha.2"
#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 SparkPlug.Persistence.MongoDb as a Cake Addin #addin nuget:?package=SparkPlug.Persistence.MongoDb&version=0.0.1-alpha.2&prerelease // Install SparkPlug.Persistence.MongoDb as a Cake Tool #tool nuget:?package=SparkPlug.Persistence.MongoDb&version=0.0.1-alpha.2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SparkPlug MongoDb Library
Appsettings.json
AppSettings.json file should contain the MongoDb
section to get the mongodb connection details. MongoDb
name will take it from the applicaton namespace.
{
// Other settings
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"SparkPlug.Persistence.MongoDb": "Error"
}
},
"SparkPlug" :{
"MongoDb":{
"ConnectionString": ""
}
},
// Other settings
}
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.AspNetCore (>= 2.2.0)
- Microsoft.AspNetCore.Diagnostics.HealthChecks (>= 2.2.0)
- Microsoft.AspNetCore.Hosting (>= 2.2.7)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions (>= 2.2.0)
- Microsoft.AspNetCore.JsonPatch (>= 7.0.2)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.AspNetCore.Routing (>= 2.2.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 7.0.2)
- Microsoft.Extensions.Logging (>= 7.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 7.0.0)
- MongoDB.Driver (>= 2.18.0)
- MongoDB.Driver.Core (>= 2.18.0)
- SparkPlug.Contracts (>= 0.0.1-alpha.2)
- SparkPlug.Persistence.Abstractions (>= 0.0.1-alpha.2)
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 |
---|---|---|
0.0.1-alpha.3 | 78 | 4/14/2023 |
0.0.1-alpha.2 | 88 | 3/26/2023 |