Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aimenux/pipelinebehaviorsdemo
Using pipeline behaviors to implement cross-cutting concerns
https://github.com/aimenux/pipelinebehaviorsdemo
integration-testing mediatr net80 pipeline-behaviors unit-testing
Last synced: 13 days ago
JSON representation
Using pipeline behaviors to implement cross-cutting concerns
- Host: GitHub
- URL: https://github.com/aimenux/pipelinebehaviorsdemo
- Owner: aimenux
- License: mit
- Created: 2023-12-16T23:01:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T21:50:08.000Z (11 months ago)
- Last Synced: 2024-11-11T15:16:34.112Z (2 months ago)
- Topics: integration-testing, mediatr, net80, pipeline-behaviors, unit-testing
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![.NET](https://github.com/aimenux/PipelineBehaviorsDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/PipelineBehaviorsDemo/actions/workflows/ci.yml)
# PipelineBehaviorsDemo
```
Using pipeline behaviors to implement cross-cutting concerns
```In this repo, i m using [pipeline behaviors](https://github.com/jbogard/MediatR/wiki/Behaviors) to implement cross-cutting concerns (validation, logging, etc).
>
**`Tools`** : net 8.0, web api, mediatr, unit-testing, integration-testing