Skip to content

Commit cb03bae

Browse files
committed
Upgrade AsyncGenerator to 0.17.0 #2205
1 parent ea7ee62 commit cb03bae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Tools/packages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="CSharpAsyncGenerator.CommandLine" Version="0.16.2" />
14+
<PackageReference Include="CSharpAsyncGenerator.CommandLine" Version="0.17.0" />
1515
<PackageReference Include="vswhere" Version="2.1.4" />
1616
<PackageReference Include="NUnit.Console" Version="3.10.0" />
1717
<PackageReference Include="GitReleaseManager" Version="0.7.0" />

src/AsyncGenerator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
rule: IsTestCase
205205
- conversion: Ignore
206206
anyBaseTypeRule: IsTestCase
207+
executionPhase: PostProviders
207208
ignoreDocuments:
208209
- filePathEndsWith: Linq/MathTests.cs
209210
- filePathEndsWith: Linq/ExpressionSessionLeakTest.cs

0 commit comments

Comments
 (0)