Home

Awesome

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

How to run locally

    <ItemGroup>
        <Reference Include="{PATH_TO_LIVESHARP}\livesharp\build\livesharp.dll" />
    </ItemGroup>
    
    <Import Project="{PATH_TO_LIVESHARP}\livesharp\build\livesharp.targets" />