RonSijm.Syringe 0.2.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package RonSijm.Syringe --version 0.2.0                
NuGet\Install-Package RonSijm.Syringe -Version 0.2.0                
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="RonSijm.Syringe" Version="0.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RonSijm.Syringe --version 0.2.0                
#r "nuget: RonSijm.Syringe, 0.2.0"                
#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 RonSijm.Syringe as a Cake Addin
#addin nuget:?package=RonSijm.Syringe&version=0.2.0

// Install RonSijm.Syringe as a Cake Tool
#tool nuget:?package=RonSijm.Syringe&version=0.2.0                

<a id='snippet-D:\RonSijm\RonSijm.Syringe\src\Lib\RonSijm.Syringe.Lib\Features\Resolving\SyringeServiceProvider.cs'></a>

    {
        _innerProvider = innerProvider;
        _innerKeyedProvider = innerProvider as IKeyedServiceProvider;
        _afterGetService = afterServiceExtensions?.ToList();
    }

    private readonly List<ISyringeServiceProviderAfterServiceExtension> _afterGetService;

    public SyringeServiceProvider(IServiceCollection descriptors, ServiceProviderOptions options, params ISyringeServiceProviderAfterServiceExtension[] afterServiceExtensions) : this(new MicrosoftServiceProvider(descriptors, options), afterServiceExtensions)
    {

<sup><a href='#snippet-D:\RonSijm\RonSijm.Syringe\src\Lib\RonSijm.Syringe.Lib\Features\Resolving\SyringeServiceProvider.cs' title='Start of snippet'>anchor</a></sup>

<a id='snippet-D:\RonSijm\RonSijm.Syringe\src\Lib\RonSijm.Syringe.Lib\Features\Resolving\SyringeServiceProvider.cs'></a>


    public object GetServiceWithoutExtensions(Type serviceType)
    {
        var service = _innerProvider.GetService(serviceType);
        return service;
    }

<sup><a href='#snippet-D:\RonSijm\RonSijm.Syringe\src\Lib\RonSijm.Syringe.Lib\Features\Resolving\SyringeServiceProvider.cs' title='Start of snippet'>anchor</a></sup>

Product 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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RonSijm.Syringe:

Package Downloads
RonSijm.Blazyload

A C# Blazor library to effortlessly implement Lazy Loading and Dependency Injection

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.1 279 3/4/2025
0.2.0 151 2/18/2025
0.1.1 145 2/4/2025
0.0.3 197 12/10/2024
0.0.2 91 12/10/2024
0.0.1 94 12/10/2024