Another github warning as error (#2516)
* Another github warning as error * Also these ones. Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<OutputPath>..\bin\Content.Client\</OutputPath>
|
||||
<OutputType Condition="'$(FullRelease)' != 'True'">Exe</OutputType>
|
||||
<WarningsAsErrors>CS8604;CS8765</WarningsAsErrors>
|
||||
<WarningsAsErrors>CS8604;CS8765;CS8632;CS8622</WarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<OutputType Condition="'$(FullRelease)' != 'True'">Exe</OutputType>
|
||||
<NoWarn>1998</NoWarn>
|
||||
<WarningsAsErrors>CS8604;CS8765</WarningsAsErrors>
|
||||
<WarningsAsErrors>CS8604;CS8765;CS8632;CS8622</WarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<OutputPath>../bin/Content.Shared</OutputPath>
|
||||
<Configurations>Release;Debug</Configurations>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<WarningsAsErrors>CS8604;CS8765</WarningsAsErrors>
|
||||
<WarningsAsErrors>CS8604;CS8765;CS8632;CS8622</WarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user