# CoolCat **Repository Path**: cm_min/CoolCat ## Basic Information - **Project Name**: CoolCat - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-31 - **Last Updated**: 2026-04-08 ## 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