Skip to content

atEaE/dotnet-plugin-architecture-example

Repository files navigation

Build Status 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.
git clone git@github.com:atEaE/dotnet-plugin-architecture-example.git
  1. Install packages
git restore
  1. Build Plugin module.
dotnet build --configuration Debug
  1. Run Application.
dotnet run --configuration Debug  --project ./SamplePlugin/SamplePlugin.csproj
  1. Running the tests
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

About

Plugin Architecture example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages