From 58a86b67eea0b5c132999511c49d96918ab7ebdf Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Wed, 22 Sep 2021 10:24:13 -0400 Subject: [PATCH] =?UTF-8?q?fix=20#1672=20-=20releases=20need=20to=20be=20p?= =?UTF-8?q?ublished=20with=20IL=20trimming=20disabled=20or=20else=20dynami?= =?UTF-8?q?c=20methods=20will=20be=20stripped.=20Unfortunately=20compressi?= =?UTF-8?q?on=20needs=20to=20be=20disabled=20as=20well=20as=20if=20it=20is?= =?UTF-8?q?=20not,=20a=20"None=20of=20the=20=E2=80=9Csha256=E2=80=9D=20has?= =?UTF-8?q?hes=20in=20the=20integrity=20attribute=20match=20the=20content?= =?UTF-8?q?=20of=20the=20subresource."=20error=20is=20thrown.=20This=20see?= =?UTF-8?q?ms=20to=20be=20a=20bug=20-=20which=20I=20will=20pursue=20with?= =?UTF-8?q?=20Microsoft.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Oqtane.Client/Oqtane.Client.csproj | 6 ++++++ Oqtane.Package/release.cmd | 1 + Oqtane.Server/Oqtane.Server.csproj | 3 ++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj index 1971e531..e78848ea 100644 --- a/Oqtane.Client/Oqtane.Client.csproj +++ b/Oqtane.Client/Oqtane.Client.csproj @@ -38,4 +38,10 @@ + + + false + false + + diff --git a/Oqtane.Package/release.cmd b/Oqtane.Package/release.cmd index d9db9cf4..976e3467 100644 --- a/Oqtane.Package/release.cmd +++ b/Oqtane.Package/release.cmd @@ -1,5 +1,6 @@ del "*.nupkg" del "*.zip" +dotnet clean -c Release ..\Oqtane.Databases.sln dotnet clean -c Release ..\Oqtane.sln dotnet build -c Release ..\Oqtane.Databases.sln dotnet build -c Release ..\Oqtane.sln diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index 2c127945..f98dc145 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -56,4 +56,5 @@ - + +