DiscordChatExporter/DiscordChatExporter.Gui
copilot-swe-agent[bot] 80feb4739b 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
2026-03-23 21:14:01 +00:00
..
Converters Make Run's BaselineAlignment set globally 2026-02-27 18:31:40 +02:00
Framework Implement exporting for forwarded messages (#1451) 2026-02-27 15:41:31 +02:00
Localization Update default branch ref 2026-03-04 20:23:55 +02:00
Models Format stuff 2024-10-26 21:41:16 +03:00
Services Variable names consistency 2026-03-21 20:27:05 +02:00
Utils Cleanup: fix filename typo, replace AsyncNonKeyedLocker, drop WithIndex(), use ProcessStartInfo ctor arg (#1492) 2026-02-27 14:42:07 +02:00
ViewModels Add DISCORDCHATEXPORTER_ALLOW_AUTO_UPDATE env var to suppress auto-update in GUI (#1514) 2026-03-21 20:25:53 +02:00
Views Add DISCORDCHATEXPORTER_ALLOW_AUTO_UPDATE env var to suppress auto-update in GUI (#1514) 2026-03-21 20:25:53 +02:00
App.axaml Make Run's BaselineAlignment set globally 2026-02-27 18:31:40 +02:00
App.axaml.cs Guard App.Dispose() against double-invocation and late shutdown (#1499) 2026-03-02 18:42:35 +02:00
DiscordChatExporter.Gui.csproj Use dotnet run --file instead of WorkingDirectory workaround 2026-03-23 21:14:01 +00:00
Program.cs Update default branch ref 2026-03-04 20:23:55 +02:00
Publish-MacOSBundle.csx Revert CliFx removal; fix macOS CI hang by setting WorkingDirectory on Exec 2026-03-23 21:08:41 +00:00
StartOptions.cs Add DISCORDCHATEXPORTER_ALLOW_AUTO_UPDATE env var to suppress auto-update in GUI (#1514) 2026-03-21 20:25:53 +02:00