Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cosmos-stack/cosmos-dependency
- Owner: cosmos-stack
- License: apache-2.0
- Created: 2020-02-04T06:33:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T13:35:39.000Z (about 2 years ago)
- Last Synced: 2024-11-10T22:46:45.554Z (about 2 months ago)
- Topics: aspectcore, autofac, cosmos, dependency, dependency-injection
- Language: C#
- Homepage:
- Size: 395 KB
- Stars: 1
- Watchers: 2
- 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)