Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c6795ea

Browse files
committed
Disable warnings as errors.
1 parent 95ec3f8 commit c6795ea

File tree

6 files changed

+0
-13
lines changed

6 files changed

+0
-13
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
2929
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
3030
<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
31-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3231
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
3332
<CreateVsixContainer>False</CreateVsixContainer>
3433
<DeployExtension>False</DeployExtension>
@@ -42,7 +41,6 @@
4241
<WarningLevel>4</WarningLevel>
4342
<RunCodeAnalysis>false</RunCodeAnalysis>
4443
<OutputPath>bin\Debug\</OutputPath>
45-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4644
</PropertyGroup>
4745
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4846
<Optimize>true</Optimize>
@@ -51,7 +49,6 @@
5149
<WarningLevel>4</WarningLevel>
5250
<RunCodeAnalysis>false</RunCodeAnalysis>
5351
<OutputPath>bin\Release\</OutputPath>
54-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
5552
</PropertyGroup>
5653
<Import Project="$(SolutionDir)\src\common\signing.props" />
5754
<ItemGroup>

src/GitHub.StartPage/GitHub.StartPage.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
2929
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
3030
<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
31-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3231
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
3332
<CreateVsixContainer>False</CreateVsixContainer>
3433
<DeployExtension>False</DeployExtension>
@@ -42,7 +41,6 @@
4241
<WarningLevel>4</WarningLevel>
4342
<RunCodeAnalysis>false</RunCodeAnalysis>
4443
<OutputPath>bin\Debug\</OutputPath>
45-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4644
</PropertyGroup>
4745
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4846
<Optimize>true</Optimize>

src/GitHub.TeamFoundation.14/GitHub.TeamFoundation.14.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<LangVersion>7.3</LangVersion>
1515
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1616
<FileAlignment>512</FileAlignment>
17-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1817
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
1918
<NuGetPackageImportStamp>
2019
</NuGetPackageImportStamp>
@@ -28,7 +27,6 @@
2827
<WarningLevel>4</WarningLevel>
2928
<RunCodeAnalysis>false</RunCodeAnalysis>
3029
<OutputPath>bin\Debug\</OutputPath>
31-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3230
</PropertyGroup>
3331
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3432
<DebugType>full</DebugType>

src/GitHub.TeamFoundation.15/GitHub.TeamFoundation.15.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<LangVersion>7.3</LangVersion>
1515
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1616
<FileAlignment>512</FileAlignment>
17-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1817
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
1918
<NuGetPackageImportStamp>
2019
</NuGetPackageImportStamp>
@@ -28,7 +27,6 @@
2827
<WarningLevel>4</WarningLevel>
2928
<RunCodeAnalysis>false</RunCodeAnalysis>
3029
<OutputPath>bin\Debug\</OutputPath>
31-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3230
</PropertyGroup>
3331
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3432
<Optimize>true</Optimize>

src/GitHub.TeamFoundation.16/GitHub.TeamFoundation.16.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<LangVersion>7.3</LangVersion>
1515
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1616
<FileAlignment>512</FileAlignment>
17-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1817
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
1918
<NuGetPackageImportStamp>
2019
</NuGetPackageImportStamp>
@@ -28,7 +27,6 @@
2827
<WarningLevel>4</WarningLevel>
2928
<RunCodeAnalysis>false</RunCodeAnalysis>
3029
<OutputPath>bin\Debug\</OutputPath>
31-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3230
</PropertyGroup>
3331
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
3432
<Optimize>false</Optimize>

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<LangVersion>7.3</LangVersion>
3131
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
3232
<ZipPackageCompressionLevel>Normal</ZipPackageCompressionLevel>
33-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3433
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
3534
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
3635
</PropertyGroup>
@@ -48,7 +47,6 @@
4847
<OutputPath>..\..\build\Debug\</OutputPath>
4948
<DebugSymbols>true</DebugSymbols>
5049
<DebugType>full</DebugType>
51-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
5250
</PropertyGroup>
5351
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWithoutVsix|AnyCPU' ">
5452
<Optimize>false</Optimize>

0 commit comments

Comments
 (0)