An open API service indexing awesome lists of open source software.

https://github.com/aelfproject/aelf.exceptionhandler.orleans


https://github.com/aelfproject/aelf.exceptionhandler.orleans

Last synced: 4 months ago
JSON representation

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.