ComposerCore is published on nuget.org and doesn't have any external dependencies, so you can easily add it to your project.
-
Package Manager:
Install-Package ComposerCore
-
.NET CLI:
dotnet add package ComposerCore
-
Paket CLI:
paket add ComposerCore
See these examples to get to up and running fast with ComposerCore:
- Quick start sample 1 - minimal use of composer to create a component instance
- Quick start sample 2 - adding dependency injection to the first sample
Check out the following topics in the documentation to develop a mindset about what ComposerCore can do, and make sure you know what you're doing when adding ComposerCore to your mix:
- Concepts - basic concepts introduced or used by ComposerCore
- IComponentContext - APIs for registering components
- IComposer - APIs for querying for components
- Fluent API - Fluent APIs for registering and configuring components
To check-out all documentation topics, see Table of Contents