From cf237707f9396e420cc99270f20bdd208bbf84d3 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 20 Mar 2018 21:36:12 +0000 Subject: [PATCH] Log info message if IL linking is disabled. Fixes #302 --- .../src/Boot.ts | 5 +++++ .../Cli/Commands/BuildIndexHtmlCommand.cs | 5 +++++ .../Core/IndexHtmlWriter.cs | 17 +++++++++++++++-- .../targets/Blazor.MonoRuntime.targets | 10 +++++++--- .../IndexHtmlWriterTest.cs | 6 ++++-- 5 files changed, 36 insertions(+), 7 deletions(-) diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Boot.ts b/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Boot.ts index 28d395decc..065c711523 100644 --- a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Boot.ts +++ b/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/Boot.ts @@ -9,6 +9,7 @@ async function boot() { // Read startup config from the