# error RS2008: Enable analyzer release tracking for the analyzer project containing rule '{0}'
dotnet_diagnostic.RS2008.severity = none
+# IDE0005: Remove unnecessary import
+dotnet_diagnostic.IDE0005.severity = warning
+
# IDE0035: Remove unreachable code
dotnet_diagnostic.IDE0035.severity = warning
<PropertyGroup>
<VersionPrefix>1.5.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
+ <EnforceCodeStyleInBuild Condition="$(MSBuildProjectName)!='Hazel'">true</EnforceCodeStyleInBuild>
</PropertyGroup>
<ItemGroup>
using System.Threading;
using System.Threading.Tasks;
using Impostor.Api.Events.Managers;
-using Impostor.Api.Innersloth;
using Impostor.Api.Net.Messages;
using Impostor.Api.Net.Messages.Announcements;
using Impostor.Hazel;
using System;
using System.Threading.Tasks;
using Impostor.Api.Events.Managers;
-using Impostor.Api.Innersloth;
using Impostor.Api.Net;
using Impostor.Api.Net.Custom;
using Impostor.Api.Net.Inner;
using System.Threading.Tasks;
using Impostor.Api;
using Impostor.Api.Events.Managers;
-using Impostor.Api.Innersloth.Maps;
using Impostor.Api.Net;
using Impostor.Api.Net.Custom;
using Impostor.Api.Net.Inner;
using System;
using System.Collections.Generic;
-using Impostor.Api.Events.Managers;
using Impostor.Api.Games;
using Impostor.Api.Innersloth;
using Impostor.Api.Innersloth.Customization;
using Impostor.Api.Net.Messages;
using Impostor.Api.Utils;
-using Impostor.Server.Net.State;
namespace Impostor.Server.Net.Inner.Objects
{