-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
22 lines (15 loc) · 770 Bytes
/
Copy pathNOTICE
File metadata and controls
22 lines (15 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Fox.ChainKit - Copyright Notice
=================================
Copyright (c) 2026 Károly Akácz
This software is licensed under the MIT License.
See LICENSE.txt for the full license text.
Original Author: Károly Akácz
Project URL: https://github.com/akikari/Fox.ChainKit
This library provides a lightweight, DI-friendly Chain of Responsibility framework
for .NET applications, enabling modular request processing with zero reflection
overhead and built-in diagnostics.
Key Components:
- Fox.ChainKit: Core Chain of Responsibility implementation with fluent API
- Fox.ChainKit.ResultKit: Integration with Fox.ResultKit for Railway Oriented Programming
All contributions, modifications, and derivative works must retain this notice
and the MIT License terms.