An open API service indexing awesome lists of open source software.

https://github.com/ionoy/LiveSharp


https://github.com/ionoy/LiveSharp

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# LiveSharp
Original hot reload solution for .NET platform. This project has mostly been superceded by a built-in hot reload in .NET 6. However, there are still many issues with the native hot reload, that's why I decided to open LiveSharp to the public

# How to build

* Open and build LiveSharp.Build.sln
* Close LiveSharp.Build.sln
* Open and build LiveSharp.sln

# How to run locally

* Go to `src\LiveSharp.Server` and `dotnet run`
* Open your project and paste the following lines
```





```
* Replace `{PATH_TO_LIVESHARP}` with the actual path to the repo
* Run your project