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 1 year ago
JSON representation
Dependency extension makes your code decoupled from specific dependency injection components.
- Host: GitHub
- URL: https://github.com/cosmos-stack/cosmos-dependency
- Owner: cosmos-stack
- License: apache-2.0
- Created: 2020-02-04T06:33:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T13:35:39.000Z (over 3 years ago)
- Last Synced: 2025-03-15T10:46:54.945Z (about 1 year ago)
- Topics: aspectcore, autofac, cosmos, dependency, dependency-injection
- Language: C#
- Homepage:
- Size: 395 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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)