Skip to content

Commit eb114db

Browse files
committed
Disable public api analyzer for now
1 parent c38eeeb commit eb114db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Locals/Library.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ItemGroup>
44
<!--These packages include a different version of Microsoft.CodeAnalysis as runtime deps. Can't use them-->
55
<PackageReference Remove="NetFabric.Hyperlinq.Analyzer" PrivateAssets="all" />
6-
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" Condition="Exists('PublicAPI.Shipped.txt')" />
6+
<!-- <PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" Condition="Exists('PublicAPI.Shipped.txt')" />-->
77
</ItemGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)