mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-26 10:42:37 +00:00
Disable trim warnings in CLI as a workaround for C# 14 extension block issue
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
<PropertyGroup>
|
||||
<PublishMacOSBundle>false</PublishMacOSBundle>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- HACK: Disable trim warnings because they seem to break when the code contains C# 14 extension blocks -->
|
||||
<NoWarn>$(NoWarn);AD0001</NoWarn>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<AvaloniaResource Include="..\favicon.ico" Link="favicon.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user