Myrtle.Extensions.MicrosoftDependencyInjection
1.0.0
See the version list below for details.
dotnet add package Myrtle.Extensions.MicrosoftDependencyInjection --version 1.0.0
NuGet\Install-Package Myrtle.Extensions.MicrosoftDependencyInjection -Version 1.0.0
<PackageReference Include="Myrtle.Extensions.MicrosoftDependencyInjection" Version="1.0.0" />
paket add Myrtle.Extensions.MicrosoftDependencyInjection --version 1.0.0
#r "nuget: Myrtle.Extensions.MicrosoftDependencyInjection, 1.0.0"
// Install Myrtle.Extensions.MicrosoftDependencyInjection as a Cake Addin #addin nuget:?package=Myrtle.Extensions.MicrosoftDependencyInjection&version=1.0.0 // Install Myrtle.Extensions.MicrosoftDependencyInjection as a Cake Tool #tool nuget:?package=Myrtle.Extensions.MicrosoftDependencyInjection&version=1.0.0
Provides integration of Myrtle with Microsoft.Extensions.DependencyInjection for easy configuration and usage in ASP.NET Core applications.
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
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Myrtle (>= 1.0.0)
- Myrtle.Abstractions (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
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