Welcome to StructureMap, the oldest Inversion of Control container for .Net.
StructureMap is available via NuGet:
Install-Package StructureMap
If you want to fix a bug or just want to tinker with an idea, we love receiving pull requests!
As of StructureMap 4.3, the codebase uses the new Dotnet CLI to build and run tests. Paket is no longer used to resolve nuget dependencies.
- Clone the repository:
git clone git://github.com/structuremap/structuremap.git
- From the command line,
dotnet test src/StructureMap.Testing
- Open the solution at src/StructureMap.sln and go to town!
Note:
The StructureMap team uses Rake internally and on the CI server, but Rake is no longer necessary in any way for developing with the StructureMap codebase.
Please post any questions or bugs to the StructureMap Users mailing list.
The latest documentation is available at http://structuremap.github.io.
Thanks for trying StructureMap.