mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix some compiler warnings
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
b1c7fbd2df
commit
dd2c669cd2
4 changed files with 8 additions and 0 deletions
|
|
@ -4,6 +4,11 @@
|
|||
<TargetFramework>net5.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- This warning triggers on most record classes. It is unhelpful. :/ -->
|
||||
<NoWarn>$(NoWarn);8618</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue