Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 791 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 791 Bytes

EcsRx.Infrastructure.DryIoc

Build Status Nuget Version

This is just an implementation for DryIoc to act as a provider within the EcsRx Infrastructure layer.

How do I use it?

Just grab latest version off nuget and then change your applications DI provider like so:

public override IDependencyContainer Container { get; } = new DryIocDependencyContainer();