Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit d7cc75a

Browse files
committed
Merge pull request #40 from sharwell/fix-32
Implement diagnostic IncludeCancellationParameter
2 parents baffb3c + 834d3d1 commit d7cc75a

File tree

9 files changed

+818
-2
lines changed

9 files changed

+818
-2
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test/AsyncUsageAnalyzers.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
<Compile Include="Naming\AvoidAsyncSuffixUnitTests.cs" />
127127
<Compile Include="Naming\UseAsyncSuffixUnitTests.cs" />
128128
<Compile Include="Reliability\AvoidAsyncVoidUnitTests.cs" />
129+
<Compile Include="Usage\IncludeCancellationParameterUnitTests.cs" />
129130
<Compile Include="Usage\UseConfigureAwaitUnitTests.cs" />
130131
<Compile Include="Verifiers\CodeFixVerifier.cs" />
131132
<Compile Include="Verifiers\DiagnosticVerifier.cs" />

0 commit comments

Comments
 (0)