Fix random build warnings.

This commit is contained in:
Kaz Wolfe 2023-09-16 18:07:19 -07:00
parent 85bb5229d9
commit a9a0980372
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
3 changed files with 30 additions and 20 deletions

View file

@ -1,8 +1,8 @@
using System;
using Serilog;
using Serilog;
using Serilog.Events;
#pragma warning disable CS1573 // See https://github.com/dotnet/roslyn/issues/40325
namespace Dalamud.Plugin.Services;
/// <summary>