Myrtle.Abstractions
1.0.0
See the version list below for details.
dotnet add package Myrtle.Abstractions --version 1.0.0
NuGet\Install-Package Myrtle.Abstractions -Version 1.0.0
<PackageReference Include="Myrtle.Abstractions" Version="1.0.0" />
paket add Myrtle.Abstractions --version 1.0.0
#r "nuget: Myrtle.Abstractions, 1.0.0"
// Install Myrtle.Abstractions as a Cake Addin #addin nuget:?package=Myrtle.Abstractions&version=1.0.0 // Install Myrtle.Abstractions as a Cake Tool #tool nuget:?package=Myrtle.Abstractions&version=1.0.0
Provides abstractions and interfaces for Myrtle, a collection of useful extensions to the official MongoDB C# driver.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- MongoDB.Driver (>= 2.27.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Myrtle.Abstractions:
Package | Downloads |
---|---|
Myrtle
Core implementation of Myrtle, providing useful extensions and configurations for the official MongoDB C# driver. |
|
Myrtle.Extensions.MicrosoftDependencyInjection
Provides integration of Myrtle with Microsoft.Extensions.DependencyInjection for easy configuration and usage in ASP.NET Core applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.0 (2024-07-12)
⦁ Added comprehensive MongoDB configuration options
⦁ Introduced IMongoRepository<TDocument, TId> for flexible repository pattern implementation
⦁ Enhanced integration with Microsoft.Extensions.DependencyInjection
⦁ Improved documentation and README
⦁ Added source link support for better debugging experience
⦁ Centralized common properties in Directory.Build.props
v0.2.0
⦁ Myrtle.AspNetCore.DataProtection.Keys
⦁ Add two PersistKeysToMongoDb overloads to support getting mongo collection and mongo database using IServiceProvider
v0.1.0
⦁ Add Myrtle.AspNetCore.DataProtection.Keys