Moroshka.Factory
1.1.1
dotnet add package Moroshka.Factory --version 1.1.1
NuGet\Install-Package Moroshka.Factory -Version 1.1.1
<PackageReference Include="Moroshka.Factory" Version="1.1.1" />
<PackageVersion Include="Moroshka.Factory" Version="1.1.1" />
<PackageReference Include="Moroshka.Factory" />
paket add Moroshka.Factory --version 1.1.1
#r "nuget: Moroshka.Factory, 1.1.1"
#:package Moroshka.Factory@1.1.1
#addin nuget:?package=Moroshka.Factory&version=1.1.1
#tool nuget:?package=Moroshka.Factory&version=1.1.1
<img src="moroshka-factory.png" height="200px"/>
Factory is a set of interfaces and implementations of the Factory pattern for creating objects via factory functions. It supports both typed and untyped variants.
Installation
Instructions
Instructions for AI
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 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. net9.0 was computed. 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 was computed. 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. |
-
net6.0
- Moroshka.Protect (>= 1.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Moroshka.Factory:
| Package | Downloads |
|---|---|
|
Moroshka.InstanceProvider
`InstanceProvider` is designed to manage a single instance of an object. It ensures that the instance will be properly disposed of if it implements the `IDisposable` interface. |
|
|
Moroshka.ObjectPool
Object Pool — the module provides a mechanism for reusing objects, reducing the overhead of creating and destroying them. It is designed to improve performance and enable more efficient resource management, especially in scenarios where object creation is expensive or occurs frequently. |
|
|
Moroshka.Di
The DI module contains the DiContainer. DiContainer is a dependency injection (DI) container that helps manage object creation and their dependencies. In this guide, you will learn how to configure the container, bind types, resolve dependencies, and manage their lifecycle. |
GitHub repositories
This package is not used by any popular GitHub repositories.