J4JSoftware.DependencyInjection
2.3.0
See the version list below for details.
dotnet add package J4JSoftware.DependencyInjection --version 2.3.0
NuGet\Install-Package J4JSoftware.DependencyInjection -Version 2.3.0
<PackageReference Include="J4JSoftware.DependencyInjection" Version="2.3.0" />
paket add J4JSoftware.DependencyInjection --version 2.3.0
#r "nuget: J4JSoftware.DependencyInjection, 2.3.0"
// Install J4JSoftware.DependencyInjection as a Cake Addin #addin nuget:?package=J4JSoftware.DependencyInjection&version=2.3.0 // Install J4JSoftware.DependencyInjection as a Cake Tool #tool nuget:?package=J4JSoftware.DependencyInjection&version=2.3.0
J4JSoftware.DependencyInjection
Provides a customized IHostBuilder
-based system for producing an IHost
instance which contains a number of useful services. These include:
- logging (via J4JLogger)
- application and user configuration file management
- simple data protection (i.e., encryption and decryption of strings, via
Microsoft.AspNetCore.DataProtection
) - command line parsing (via J4JCommandLine)
- dependency injection (via Autofac)
This assembly targets Net 7 and has nullability enabled.
The repository is available online at github.
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. |
-
net7.0
- Autofac (>= 6.5.0)
- Autofac.Configuration (>= 6.0.0)
- Autofac.Extensions.DependencyInjection (>= 8.0.0)
- J4JSoftware.Configuration.CommandLine (>= 4.2.0)
- J4JSoftware.DeusEx (>= 1.0.0)
- J4JSoftware.Logging (>= 4.2.0)
- J4JSoftware.MiscellaneousUtilities (>= 2.1.0)
- J4JSoftware.TypeUtilities (>= 1.2.0)
- Microsoft.AspNetCore.DataProtection (>= 7.0.1)
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Microsoft.Extensions.Hosting (>= 7.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 7.0.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on J4JSoftware.DependencyInjection:
Package | Downloads |
---|---|
J4JSoftware.GeoProcessor
a library for processing GPX, KML and KMZ files, and snapping GPS tracks to roadways |
|
J4JSoftware.WPFUtilities
utilities for console applications |
|
J4JSoftware.GeoProcessorApp
a console application for processing GPX, KML and KMZ files, and snapping GPS tracks to roadways |
|
J4JSoftware.GeoProcessorWPF
a WPF application for processing GPX, KML and KMZ files, and snapping GPS tracks to roadways |
|
J4JSoftware.DeusWinApp
provides J4JDeusEx support for Windows Apps (WinUI 3) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 203 | 5/2/2023 |
2.5.1 | 216 | 4/11/2023 |
2.5.0 | 195 | 4/4/2023 |
2.4.0 | 305 | 1/15/2023 |
2.3.3 | 298 | 1/8/2023 |
2.3.2 | 299 | 1/8/2023 |
2.3.1 | 292 | 1/1/2023 |
2.3.0 | 291 | 12/27/2022 |
2.2.0 | 440 | 2/28/2022 |
2.1.1 | 568 | 11/21/2021 |
2.1.0 | 303 | 11/12/2021 |
2.0.1 | 929 | 9/29/2021 |
2.0.0 | 1,023 | 9/28/2021 |
1.1.0 | 1,016 | 2/3/2021 |
1.0.0 | 438 | 1/21/2021 |
0.8.0 | 372 | 1/9/2021 |
updated to net7, change app config files via command line