Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosmos-stack/cosmos-dependency

Dependency extension makes your code decoupled from specific dependency injection components.
https://github.com/cosmos-stack/cosmos-dependency

aspectcore autofac cosmos dependency dependency-injection

Last synced: about 2 months ago
JSON representation

Dependency extension makes your code decoupled from specific dependency injection components.

Awesome Lists containing this project

README

        

# CosmosStack Dependency Overview

CosmosStack.Dependency extensions is an inline common project of Cosmos Stack.

CosmosStack.Dependency extensions provides several extensions:

- CosmosStack.Extensions.Autofac
- CosmosStack.Extensions.AspectCoreInjector
- CosmosStack.Extensions.DependencyInjection

## Installation

Install via NuGet (Package Manager):

```shell
Install-Package CosmosStack.Extensions.Dependency
```

or modify the `.csproj` file:

```xml

```

Fill in the latest version number in `LATEST_VERSION`.

---

## Thanks

People or projects that have made a great contribution to this project:

- _The next one must be you_

### Organizations and projects

- _null_

---

## License

Member project of [Cosmos Stack](https://github.com/cosmos-stack~~~~).

[Apache License 2.0](/LICENSE)