Info
| Version: | 0.5.1 | 
| Author(s): | TNVS, Tim Vinkemeier | 
| Last Update: | Wednesday, January 31, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/TNVS/TNVS.SimpleInjector.Modularization | 
| NuGet Url: | https://www.nuget.org/packages/TNVS.SimpleInjector.Modularization | 
Install
Install-Package TNVS.SimpleInjector.Modularization
                        dotnet add package TNVS.SimpleInjector.Modularization
                        paket add TNVS.SimpleInjector.Modularization
                        
                                TNVS.SimpleInjector.Modularization Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- SimpleInjector(>= 4.0.12)
- System.ValueTuple(>= 4.4.0)
- TNVS.SimpleInjector.Modularization.Abstractions(>= 0.5.0)
Tags
 
                
Simply implement the IModule interface and use the extension method on Container to load all modules in all loaded assemblies. Use this package in the Module-hosting project.
Use TNVS.SimpleInjector.Modularization.Abstractions for the module projects.