Skip to content

Commit

Permalink
Added: Unused Event Suppression (they're used)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Aug 8, 2022
1 parent d221052 commit 189c918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>CS0067</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<NoWarn>1701;1702;CS1591;NU5104</NoWarn>
<NoWarn>1701;1702;CS1591;NU5104;CS0067</NoWarn>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>3.0.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>

<NoWarn>CS0067</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.0.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 189c918

Please sign in to comment.