This project represents an example of how to archieve a plugin architecture in dotnet-core.
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.
- Clone this repo.
git clone git@github.com:atEaE/dotnet-plugin-architecture-example.git- Install packages
git restore- Build Plugin module.
dotnet build --configuration Debug- Run Application.
dotnet run --configuration Debug --project ./SamplePlugin/SamplePlugin.csproj- Running the tests
dotnet testContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project.
- Create your Feature Branch(
git checkout -b feature/amazing_feature). - Commit your Changes(
git commit -m 'Add some changes'). - Push to the Branch(
git push origin feature/amazing_feature). - Open a Pull Request.
Distributed under the MIT License.See LICENSE for more information.
Eta Aoki @EaE2626