# CoolCat **Repository Path**: wang2650/CoolCat ## Basic Information - **Project Name**: CoolCat - **Description**: 源项目https://github.com/lamondlu/CoolCat.git 参考 https://www.cnblogs.com/lwqlun/p/14164138.html https://www.cnblogs.com/lwqlun/p/11717254.html - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-09 - **Last Updated**: 2022-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](./doc/images/logo_small.png) # CoolCat A sample about how to create a dynamic plugins mechanism with ASP.NET Core Mvc based on the AssemblyLoadContext. This whole project is built under .NET Core 3.1 and .NET 5. ## What i will do and what i will not do I want to build a runtime plugin mechanism based on .NET Core 3.1 and .NET 5. Each plugin will be isolated by a custom AssemlyLoadContext. So the framework allow you to reference same library with different version. ![](./doc/images/load_way.png) ## Getting Started - Clone the source code - Run `docker-compose up` - Install the pre-set modules ![](./doc/images/20200726215825.png) - Start to use the system ## How to create and publish a plugin - Run `dotnet new -i CoolCatModule`, it will install the CoolCatModule on your machine - Run `dotnet new CoolCatModule -n {your plugin name}` - Build the plugin with VisualStudio 2019 or `dotnet publish` - Package the release files into a zip package