https://github.com/ionoy/LiveSharp
https://github.com/ionoy/LiveSharp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ionoy/LiveSharp
- Owner: ionoy
- Created: 2022-04-26T11:47:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T12:19:28.000Z (over 3 years ago)
- Last Synced: 2025-06-23T06:37:24.460Z (about 1 year ago)
- Language: C#
- Size: 8.46 MB
- Stars: 77
- Watchers: 6
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazor - LiveSharp -   Update `.razor` files and see the updates instantly without reloading the page. Your application state is preserved because there is no need to reload anything. [livesharp.net](https://www.livesharp.net/). (Tooling / Others)
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