https://github.com/ateae/dotnet-plugin-architecture-example
Plugin Architecture example
https://github.com/ateae/dotnet-plugin-architecture-example
c-sharp example plugin-architecture
Last synced: 7 months ago
JSON representation
Plugin Architecture example
- Host: GitHub
- URL: https://github.com/ateae/dotnet-plugin-architecture-example
- Owner: atEaE
- License: mit
- Created: 2019-09-04T07:17:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T07:30:36.000Z (over 5 years ago)
- Last Synced: 2025-02-22T08:30:57.218Z (11 months ago)
- Topics: c-sharp, example, plugin-architecture
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/atEaE/dotnet-plugin-architecture-example)
[](https://github.com/atEaE/dotnet-plugin-architecture-example/blob/master/LICENSE)
# dotnet-plugin-architecture-example
# About the project
This project represents an example of how to archieve a plugin architecture in dotnet-core.
# Getting Started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
## Installation
1. Clone this repo.
```sh
git clone git@github.com:atEaE/dotnet-plugin-architecture-example.git
```
2. Install packages
```sh
git restore
```
3. Build Plugin module.
```sh
dotnet build --configuration Debug
```
4. Run Application.
```sh
dotnet run --configuration Debug --project ./SamplePlugin/SamplePlugin.csproj
```
5. Running the tests
```sh
dotnet test
```
# Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
1. Fork the Project.
2. Create your Feature Branch(`git checkout -b feature/amazing_feature`).
3. Commit your Changes(`git commit -m 'Add some changes'`).
4. Push to the Branch(`git push origin feature/amazing_feature`).
5. Open a Pull Request.
# License
Distributed under the MIT License.See `LICENSE` for more information.
# Contact
Eta Aoki [@EaE2626](https://twitter.com/EaE2626)