mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-01 04:33:41 +00:00
Embrace Snowflake as first class citizen
This commit is contained in:
9
DiscordChatExporter.Cli/Internal/Pollyfills.cs
Normal file
9
DiscordChatExporter.Cli/Internal/Pollyfills.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
// ReSharper disable CheckNamespace
|
||||
// TODO: remove after moving to .NET 5
|
||||
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
internal static class IsExternalInit
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user