Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coreyasmith/sitecore-processor-dependency-injection
💉 A simple project to demonstrate dependency injection in @Sitecore pipeline processors.
https://github.com/coreyasmith/sitecore-processor-dependency-injection
dependency-injection sitecore
Last synced: 3 months ago
JSON representation
💉 A simple project to demonstrate dependency injection in @Sitecore pipeline processors.
- Host: GitHub
- URL: https://github.com/coreyasmith/sitecore-processor-dependency-injection
- Owner: coreyasmith
- Created: 2017-08-06T18:48:33.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-08-12T16:42:57.000Z (about 4 years ago)
- Last Synced: 2024-05-27T20:38:15.532Z (5 months ago)
- Topics: dependency-injection, sitecore
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Sitecore - Sitecore Processor Dependency Injection - Simple project to demonstrate dependency injection in Sitecore pipeline processors. (Pipelines)
README
# Sitecore Processor Dependency Injection
This is a simple project to demonstrate dependency injection in Sitecore pipeline processors.
## Usage
1. Install a new instance of [Sitecore 8.2 Update-4](https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform/82/Sitecore_Experience_Platform_82_Update4.aspx).
2. Update the `publishUrl` in the [publish profile](ProcessorDi/Properties/PublishProfiles/Local.pubxml) to point to your Sitecore installation.
3. Publish the solution.
4. Navigate to `/api/sitecore/test/test` to see information about resolved services.