https://github.com/aelfproject/aelf.exceptionhandler.orleans
https://github.com/aelfproject/aelf.exceptionhandler.orleans
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aelfproject/aelf.exceptionhandler.orleans
- Owner: AElfProject
- License: mit
- Created: 2024-10-14T05:50:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:38:19.000Z (over 1 year ago)
- Last Synced: 2025-11-27T16:29:10.197Z (6 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AElf.ExceptionHandler.Orleans
- [About The Project](#about-the-project)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [License](#license)
## About The Project
A Orleans Extension for Exception handling through the [AElf.ExceptionHandler](https://www.nuget.org/packages/AElf.ExceptionHandler).
Orleans version: 7.0.0
## Getting Started
Add the following dependency to your Silo:
```cs
services.AddOrleansExceptionHandler();
```
This will automatically register Orlean's InputFilter and setup your project for AOP Exception Handling.
## Contributing
If you encounter a bug or have a feature request, please use the [Issue Tracker](https://github.com/AElfProject/aelf-dapp-factory/issues/new). The project is also open to contributions, so feel free to fork the project and open pull requests.
## License
Distributed under the Apache License. See [License](LICENSE) for more information.
Distributed under the MIT License. See [License](LICENSE) for more information.