dotnet publish/build --output to plugin directory doesn't seems to be working
Closed this issue · 1 comments
stevefan1999-personal commented
I have just dotnet publish .\CS2SharpPlugin --output "D:\SteamLibrary\steamapps\common\Counter-Strike Global Offensive\game\csgo\addons\counterstrikesharp\plugins\HelloWorldPlugin"
and then the hot reloader crashed. Not that I can't reload it myself but it is a little bit annoying. Maybe the file wasn't completely built so add a small wait window (like 3 seconds) to reload the plugin?
stevefan1999-personal commented
Oh I just realized I have --self-contained
on to debug another issue. Closing this as a non-issue.