DiscordChatExporter/DiscordChatExporter.Core/Exporting
Mark Cilia Vincenti bb14e3431d
Some checks failed
docker / pack (push) Has been cancelled
docker / deploy (push) Has been cancelled
main / format (push) Has been cancelled
main / test (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, linux-arm) (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, linux-arm64) (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, linux-musl-x64) (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, linux-x64) (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, osx-arm64) (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, osx-x64) (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, win-arm64) (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, win-x64) (push) Has been cancelled
main / pack (DiscordChatExporter.Cli, DiscordChatExporter.Cli, win-x86) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, linux-arm) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, linux-arm64) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, linux-musl-x64) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, linux-x64) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, osx-arm64) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, osx-x64) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, win-arm64) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, win-x64) (push) Has been cancelled
main / pack (DiscordChatExporter.Gui, DiscordChatExporter, win-x86) (push) Has been cancelled
main / release (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, linux-arm) (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, linux-arm64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, linux-musl-x64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, linux-x64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, osx-arm64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, osx-x64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, win-arm64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, win-x64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Cli, DiscordChatExporter.Cli, win-x86) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, linux-arm) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, linux-arm64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, linux-musl-x64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, linux-x64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, osx-arm64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, osx-x64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, win-arm64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, win-x64) (push) Has been cancelled
main / deploy (DiscordChatExporter.Gui, DiscordChatExporter, win-x86) (push) Has been cancelled
main / notify (push) Has been cancelled
Bump AsyncKeyedLock to 7.0.1 (#1276)
2024-08-26 17:23:29 +03:00
..
Filtering Migrate to Avalonia (#1220) 2024-04-27 04:17:46 +03:00
Partitioning Refactor using c# 12 features 2023-12-10 22:38:34 +02:00
ChannelExporter.cs Shorten error messages for when attempting to export a period with no messages (#1201) 2024-02-13 19:13:38 +02:00
CsvMessageWriter.cs Specify comparison type in Replace(...) 2023-12-31 06:38:53 +02:00
ExportAssetDownloader.cs Bump AsyncKeyedLock to 7.0.1 (#1276) 2024-08-26 17:23:29 +03:00
ExportContext.cs Migrate to Avalonia (#1220) 2024-04-27 04:17:46 +03:00
ExportFormat.cs Use CSharpier 2023-08-22 21:17:19 +03:00
ExportRequest.cs Use null as the default locale, which resolves to the current system default locale (#1185) 2024-01-15 23:58:28 +02:00
HtmlMarkdownVisitor.cs Migrate to Avalonia (#1220) 2024-04-27 04:17:46 +03:00
HtmlMessageExtensions.cs Use CSharpier 2023-08-22 21:17:19 +03:00
HtmlMessageWriter.cs Use a few new APIs 2024-08-10 22:28:07 +03:00
JsonMessageWriter.cs Update NuGet packages 2023-12-29 00:08:16 +02:00
MessageExporter.cs Update NuGet packages 2023-12-29 00:08:16 +02:00
MessageGroupTemplate.cshtml Skip Twitch clip projections because they can't be rendered locally (#1200) 2024-02-13 18:59:51 +02:00
MessageWriter.cs Convert some classes to use primary constructors 2023-11-14 22:57:02 +02:00
PlainTextMarkdownVisitor.cs Refactor using c# 12 features 2023-12-10 22:38:34 +02:00
PlainTextMessageExtensions.cs Use CSharpier 2023-08-22 21:17:19 +03:00
PlainTextMessageWriter.cs Remove unnecessary whitespaces at the end of reactions in PlainText (#1213) 2024-03-21 17:29:14 +02:00
PostambleTemplate.cshtml Replace the date format option with a locale option (#1130) 2023-09-07 14:34:08 +03:00
PreambleTemplate.cshtml Add support for Twitch embed projections (#1199) 2024-02-13 18:48:15 +02:00