Skip to content

Commit b66871d

Browse files
committed
Disable Microsoft.CodeQuality.Analyzers
Causes issues in Travis and Appveyor
1 parent f8f7410 commit b66871d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/Npgsql.Json.NET/Npgsql.Json.NET.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
28+
<!-- Causes issues in Appveyor and Travis
2829
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.0-beta2" PrivateAssets="All" />
30+
-->
2931
</ItemGroup>
3032

3133
<ItemGroup>

src/Npgsql.NodaTime/Npgsql.NodaTime.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="NodaTime" Version="2.1.0" />
28+
<!-- Causes issues in Appveyor and Travis
2829
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.0-beta2" PrivateAssets="All" />
30+
-->
2931
</ItemGroup>
3032

3133
<ItemGroup>

src/Npgsql/Npgsql.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
<ItemGroup>
3333
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
3434
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.3.0" />
35+
<!-- Causes issues in Appveyor and Travis
3536
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.0-beta2" PrivateAssets="All" />
37+
-->
3638
</ItemGroup>
3739

3840
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

0 commit comments

Comments
 (0)