mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
support hot reload of plugin code in debug configuration
This commit is contained in:
19
PluginDebugReference/PluginDebugReference.csproj
Normal file
19
PluginDebugReference/PluginDebugReference.csproj
Normal file
@ -0,0 +1,19 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Plugins\AutomessageFeed\AutomessageFeed.csproj" />
|
||||
<ProjectReference Include="..\Plugins\LiveRadar\LiveRadar.csproj" />
|
||||
<ProjectReference Include="..\Plugins\Login\Login.csproj" />
|
||||
<ProjectReference Include="..\Plugins\Mute\Mute.csproj" />
|
||||
<ProjectReference Include="..\Plugins\ProfanityDeterment\ProfanityDeterment.csproj" />
|
||||
<ProjectReference Include="..\Plugins\Stats\Stats.csproj" />
|
||||
<ProjectReference Include="..\Plugins\Welcome\Welcome.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
10
PluginDebugReference/StrongReference.cs
Normal file
10
PluginDebugReference/StrongReference.cs
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
namespace PluginDebugReference;
|
||||
|
||||
public static class StrongReferencesLoader
|
||||
{
|
||||
public static void Load()
|
||||
{
|
||||
// only for explicit reference
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user