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

Commit 54412a1

Browse files
committed
Turn off warnings as errors.
Moving to `<PackageReference>` adds a load of new analyzers (not sure why, but it's not a bad thing) which we're not yet ready for.
1 parent ae9fe63 commit 54412a1

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<WarningLevel>4</WarningLevel>
4444
<RunCodeAnalysis>false</RunCodeAnalysis>
4545
<OutputPath>bin\Debug\</OutputPath>
46+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4647
</PropertyGroup>
4748
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
4849
<Optimize>false</Optimize>

src/GitHub.StartPage/GitHub.StartPage.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<WarningLevel>4</WarningLevel>
4444
<RunCodeAnalysis>false</RunCodeAnalysis>
4545
<OutputPath>bin\Debug\</OutputPath>
46+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4647
</PropertyGroup>
4748
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
4849
<DebugSymbols>true</DebugSymbols>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<WarningLevel>4</WarningLevel>
3030
<RunCodeAnalysis>false</RunCodeAnalysis>
3131
<OutputPath>bin\Debug\</OutputPath>
32+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
3435
<DebugSymbols>true</DebugSymbols>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<WarningLevel>4</WarningLevel>
3030
<RunCodeAnalysis>false</RunCodeAnalysis>
3131
<OutputPath>bin\Debug\</OutputPath>
32+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
3435
<Optimize>false</Optimize>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<WarningLevel>4</WarningLevel>
3030
<RunCodeAnalysis>false</RunCodeAnalysis>
3131
<OutputPath>bin\Debug\</OutputPath>
32+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
3233
</PropertyGroup>
3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
3435
<Optimize>false</Optimize>

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<OutputPath>..\..\build\Debug\</OutputPath>
5050
<DebugSymbols>true</DebugSymbols>
5151
<DebugType>full</DebugType>
52+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
5253
</PropertyGroup>
5354
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'">
5455
<Optimize>false</Optimize>

0 commit comments

Comments
 (0)