// This method will be run during the start of your application and every time you update it public void Configure(ILiveSharpRuntime app) { app.Config.SetValue("pageHotReloadMethod", "build"); app.UseDefaultXamarinFormsHandler(); app.Config.SetValue("disableBlazorCSS", "false"); app.UseDefaultBlazorHandler(); }
// This method will be run during the start of your application and every time you update it public void Configure(ILiveSharpRuntime app) { app.Config.SetValue("disableBlazorCSS", "false"); app.UseDefaultBlazorHandler(); }