Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit f4899e4

Browse files
committed
feat: adds stylecop to Activation
1 parent 26ed542 commit f4899e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Liquid.Activation/Liquid.Activation.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,20 @@
1515
<DebugType>full</DebugType>
1616
<DebugSymbols>true</DebugSymbols>
1717
</PropertyGroup>
18+
<ItemGroup>
19+
<AdditionalFiles Include="..\..\stylecop.json" Link="stylecop.json" />
20+
</ItemGroup>
1821
<ItemGroup>
1922
<Compile Remove="ServiceBus\**" />
2023
<EmbeddedResource Remove="ServiceBus\**" />
2124
<None Remove="ServiceBus\**" />
2225
</ItemGroup>
2326
<ItemGroup>
2427
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.3" />
28+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.113">
29+
<PrivateAssets>all</PrivateAssets>
30+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
31+
</PackageReference>
2532
</ItemGroup>
2633
<ItemGroup>
2734
<ProjectReference Include="..\Liquid.Base\Liquid.Base.csproj" />

0 commit comments

Comments
 (0)