SeeYa

Results 2 comments of SeeYa

I use `vscode` to develop my mod, I usually input `dotnet run` to console,then the `SMAPI` will runing. For this way, I can not hot reload my code.

In theory, we can use `dotnet watch` to develop a csharp program with hot reload support. But when I developed the mod by `SMAPI`, it look like unwork.