Skip to content

ionoy/LiveSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 16, 2023
7548233 · Feb 16, 2023

History

6 Commits
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Feb 16, 2023
Feb 16, 2023
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022
Apr 26, 2022

Repository files navigation

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
    <ItemGroup>
        <Reference Include="{PATH_TO_LIVESHARP}\livesharp\build\livesharp.dll" />
    </ItemGroup>
    
    <Import Project="{PATH_TO_LIVESHARP}\livesharp\build\livesharp.targets" />
  • Replace {PATH_TO_LIVESHARP} with the actual path to the repo
  • Run your project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published