From 01b563c0bb0068ef441d35295b52b7079c805ee1 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Tue, 19 Oct 2021 08:32:18 -0700 Subject: [PATCH] Remove unnecessary metadata to reduce binary size (#1727) --- src/Calculator/Calculator.csproj | 1 + src/Calculator/Properties/Default.rd.xml | 11 +---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/Calculator/Calculator.csproj b/src/Calculator/Calculator.csproj index f85589c..563ab02 100644 --- a/src/Calculator/Calculator.csproj +++ b/src/Calculator/Calculator.csproj @@ -35,6 +35,7 @@ True $(Platform) 0 + /disableStackTraceMetadata /disableExceptionMessages diff --git a/src/Calculator/Properties/Default.rd.xml b/src/Calculator/Properties/Default.rd.xml index af00722..8b04bfa 100644 --- a/src/Calculator/Properties/Default.rd.xml +++ b/src/Calculator/Properties/Default.rd.xml @@ -17,15 +17,6 @@ - - - - - - - \ No newline at end of file +