We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7ee62 commit cb03baeCopy full SHA for cb03bae
Tools/packages.csproj
@@ -11,7 +11,7 @@
11
</ItemGroup>
12
13
<ItemGroup>
14
- <PackageReference Include="CSharpAsyncGenerator.CommandLine" Version="0.16.2" />
+ <PackageReference Include="CSharpAsyncGenerator.CommandLine" Version="0.17.0" />
15
<PackageReference Include="vswhere" Version="2.1.4" />
16
<PackageReference Include="NUnit.Console" Version="3.10.0" />
17
<PackageReference Include="GitReleaseManager" Version="0.7.0" />
src/AsyncGenerator.yml
@@ -204,6 +204,7 @@
204
rule: IsTestCase
205
- conversion: Ignore
206
anyBaseTypeRule: IsTestCase
207
+ executionPhase: PostProviders
208
ignoreDocuments:
209
- filePathEndsWith: Linq/MathTests.cs
210
- filePathEndsWith: Linq/ExpressionSessionLeakTest.cs
0 commit comments