ServiceResolver.Ioc.SimpleInjector
2.9.2
See the version list below for details.
dotnet add package ServiceResolver.Ioc.SimpleInjector --version 2.9.2
NuGet\Install-Package ServiceResolver.Ioc.SimpleInjector -Version 2.9.2
<PackageReference Include="ServiceResolver.Ioc.SimpleInjector" Version="2.9.2" />
<PackageVersion Include="ServiceResolver.Ioc.SimpleInjector" Version="2.9.2" />
<PackageReference Include="ServiceResolver.Ioc.SimpleInjector" />
paket add ServiceResolver.Ioc.SimpleInjector --version 2.9.2
#r "nuget: ServiceResolver.Ioc.SimpleInjector, 2.9.2"
#:package ServiceResolver.Ioc.SimpleInjector@2.9.2
#addin nuget:?package=ServiceResolver.Ioc.SimpleInjector&version=2.9.2
#tool nuget:?package=ServiceResolver.Ioc.SimpleInjector&version=2.9.2
ServiceResolver.Ioc.SimpleInjector is the SimpleInjector implementation of ServiceResolver.Ioc — install this to actually register and resolve services through the abstraction.
- Production-ready — the reference implementation, used across multiple external projects.
- Strict by default — inherits SimpleInjector's own strict verification (single public constructor, no auto-resolving of optional or missing dependencies). Relaxed behavior for ASP.NET Core / third-party integrations is opt-in, via
ServiceResolver.GenericHost.SimpleInjector.
Getting started
using ServiceResolver.Ioc;
using ServiceResolver.Ioc.SimpleInjector;
IServiceRegisterProvider provider = new ServiceRegisterProvider(new ServiceRegisterDescriptor());
provider.Register<IGreeter, ConsoleGreeter>();
var greeter = provider.GetService<IGreeter>();
Building on top of Microsoft.Extensions.Hosting (console or web app)? Use ServiceResolver.GenericHost.SimpleInjector instead — it wires this package into IHostBuilder for you.
Main types
ServiceRegisterProvider— theIServiceRegisterProviderimplementation backed by SimpleInjector.ServiceRegisterDescriptor— configures the underlyingContainerbefore first use.
Related packages
ServiceResolver.Ioc
For the full guide, see the documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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 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. 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. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- ServiceResolver.Ioc (>= 2.9.2)
- SimpleInjector (>= 5.6.0)
-
net10.0
- ServiceResolver.Ioc (>= 2.9.2)
- SimpleInjector (>= 5.6.0)
-
net6.0
- ServiceResolver.Ioc (>= 2.9.2)
- SimpleInjector (>= 5.6.0)
-
net8.0
- ServiceResolver.Ioc (>= 2.9.2)
- SimpleInjector (>= 5.6.0)
-
net9.0
- ServiceResolver.Ioc (>= 2.9.2)
- SimpleInjector (>= 5.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ServiceResolver.Ioc.SimpleInjector:
| Package | Downloads |
|---|---|
|
ServiceResolver.GenericHost.SimpleInjector
ServiceResolver.GenericHost.SimpleInjector is an abstract library for .NET generic host, using ServiceResolver.Ioc.SimpleInjector integration. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.9.3 | 41 | 8/20/2026 |
| 2.9.2 | 45 | 8/20/2026 |
| 2.9.1 | 2,210 | 12/1/2025 |
| 2.8.1 | 762 | 8/6/2025 |
| 2.7.1 | 193 | 8/3/2025 |
| 2.6.1 | 1,894 | 3/4/2025 |
| 2.6.1-rc2 | 224 | 2/27/2025 |
| 2.6.1-rc1 | 219 | 2/27/2025 |
| 2.5.2 | 332 | 2/11/2025 |
| 2.5.1 | 1,039 | 9/10/2024 |
| 2.4.1 | 309 | 9/9/2024 |
| 2.3.1 | 202 | 9/6/2024 |
| 2.2.1 | 1,197 | 4/5/2024 |
| 2.1.1 | 452 | 2/28/2024 |
| 1.7.1 | 329 | 2/8/2024 |
| 1.6.1 | 341 | 1/18/2024 |
| 1.5.1 | 246 | 1/9/2024 |
| 1.4.1 | 239 | 1/3/2024 |
| 1.3.1 | 690 | 11/15/2023 |
| 1.2.10 | 942 | 9/13/2023 |