From 1d48b15ece738c22a3b5ed208023aaebf1946db6 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sat, 16 May 2026 18:30:03 -0400 Subject: [PATCH] mbproxy: embed debug symbols in the RID publish, drop the loose .pdb A Release publish with an explicit RID emitted a separate Mbproxy.pdb alongside the single-file binary. Set DebugType=embedded for that publish so the output folder is just the binary plus appsettings.json; symbols stay available for exception stack traces, only the loose file is gone. A plain RID-less build is unaffected. Co-Authored-By: Claude Opus 4.7 (1M context) --- mbproxy/src/Mbproxy/Mbproxy.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mbproxy/src/Mbproxy/Mbproxy.csproj b/mbproxy/src/Mbproxy/Mbproxy.csproj index ff02f37..3673e89 100644 --- a/mbproxy/src/Mbproxy/Mbproxy.csproj +++ b/mbproxy/src/Mbproxy/Mbproxy.csproj @@ -26,6 +26,10 @@ true true true + + embedded