From 80feb4739bf6f1ce13e0b4f725c389f8317fb14c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:14:01 +0000 Subject: [PATCH] Use `dotnet run --file` instead of WorkingDirectory workaround Replace the WorkingDirectory hack with the proper `--file` flag to explicitly tell `dotnet run` to treat the argument as a file-based app, even when a .csproj exists in the working directory. Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Agent-Logs-Url: https://github.com/Tyrrrz/DiscordChatExporter/sessions/97183490-cc76-4dd7-bfe6-5290aad9cee5 --- DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj index dd8f0101..73ed4d1d 100644 --- a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj +++ b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj @@ -56,8 +56,7 @@