File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
<package id =" NUnit.Extension.NUnitV2ResultWriter" version =" 3.6.0" targetFramework =" net461" />
8
8
<package id =" NUnit.Extension.TeamCityEventListener" version =" 1.0.2" targetFramework =" net461" />
9
9
<package id =" NUnit.Extension.VSProjectLoader" version =" 3.6.0" targetFramework =" net461" />
10
- <package id =" CSharpAsyncGenerator.CommandLine" version =" 0.4.4 " targetFramework =" net461" />
10
+ <package id =" CSharpAsyncGenerator.CommandLine" version =" 0.5.0 " targetFramework =" net461" />
11
11
<package id =" vswhere" version =" 2.1.4" targetFramework =" net461" />
12
12
</packages >
Original file line number Diff line number Diff line change 184
184
- hasAttributeName : TestAttribute
185
185
- hasAttributeName : TheoryAttribute
186
186
typeConversion :
187
- - conversion : Ignore
188
- name : NorthwindDbCreator
189
187
- conversion : Ignore
190
188
name : ObjectAssert
191
189
- conversion : Ignore
200
198
rule : IsTestCase
201
199
- conversion : Ignore
202
200
anyBaseTypeRule : IsTestCase
201
+ ignoreSearchForMethodReferences :
202
+ - hasAttributeName : TheoryAttribute
203
+ - hasAttributeName : TestAttribute
203
204
ignoreDocuments :
204
205
- filePathEndsWith : Linq\MathTests.cs
205
206
- filePathEndsWith : Linq\ExpressionSessionLeakTest.cs
207
+ - filePathEndsWith : Linq\NorthwindDbCreator.cs
206
208
cancellationTokens :
207
209
withoutCancellationToken :
208
210
- hasAttributeName : TestAttribute
You can’t perform that action at this time.
0 commit comments