Skip to content

Commit 980a081

Browse files
committed
cleanup
1 parent 7a6d89b commit 980a081

File tree

13 files changed

+25
-23
lines changed

13 files changed

+25
-23
lines changed

docs/anonymous-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public Task Anon()
3737
});
3838
}
3939
```
40-
<sup><a href='/src/Verify.NUnit.Tests/VerifyObjectSamples.cs#L42-L66' title='Snippet source file'>snippet source</a> | <a href='#snippet-AnonNUnit' title='Start of snippet'>anchor</a></sup>
40+
<sup><a href='/src/Verify.NUnit.Tests/VerifyObjectSamples.cs#L40-L64' title='Snippet source file'>snippet source</a> | <a href='#snippet-AnonNUnit' title='Start of snippet'>anchor</a></sup>
4141
<!-- endSnippet -->
4242

4343

@@ -68,7 +68,7 @@ public Task Anon()
6868
});
6969
}
7070
```
71-
<sup><a href='/src/Verify.XunitV3.Tests/VerifyObjectSamples.cs#L23-L47' title='Snippet source file'>snippet source</a> | <a href='#snippet-AnonXunit' title='Start of snippet'>anchor</a></sup>
71+
<sup><a href='/src/Verify.XunitV3.Tests/VerifyObjectSamples.cs#L21-L45' title='Snippet source file'>snippet source</a> | <a href='#snippet-AnonXunit' title='Start of snippet'>anchor</a></sup>
7272
<!-- endSnippet -->
7373

7474

@@ -98,7 +98,7 @@ public Task Anon()
9898
});
9999
}
100100
```
101-
<sup><a href='/src/Verify.Fixie.Tests/VerifyObjectSamples.cs#L39-L62' title='Snippet source file'>snippet source</a> | <a href='#snippet-AnonFixie' title='Start of snippet'>anchor</a></sup>
101+
<sup><a href='/src/Verify.Fixie.Tests/VerifyObjectSamples.cs#L37-L60' title='Snippet source file'>snippet source</a> | <a href='#snippet-AnonFixie' title='Start of snippet'>anchor</a></sup>
102102
<!-- endSnippet -->
103103

104104

@@ -129,7 +129,7 @@ public Task Anon()
129129
});
130130
}
131131
```
132-
<sup><a href='/src/Verify.MSTest.Tests/VerifyObjectSamples.cs#L25-L49' title='Snippet source file'>snippet source</a> | <a href='#snippet-AnonMSTest' title='Start of snippet'>anchor</a></sup>
132+
<sup><a href='/src/Verify.MSTest.Tests/VerifyObjectSamples.cs#L23-L47' title='Snippet source file'>snippet source</a> | <a href='#snippet-AnonMSTest' title='Start of snippet'>anchor</a></sup>
133133
<!-- endSnippet -->
134134

135135

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Global using directives
2+
3+
global using Argon;

src/StaticSettingsTests/SortedPropertiesTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Argon;
2-
3-
public class SortedPropertiesTests :
1+
public class SortedPropertiesTests :
42
BaseTest
53
{
64
public SortedPropertiesTests() =>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Global using directives
2+
3+
global using Argon;

src/Verify.Fixie.Tests/VerifyObjectSamples.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Argon;
2-
3-
// ReSharper disable NotAccessedField.Local
1+
// ReSharper disable NotAccessedField.Local
42

53
// Non-nullable field is uninitialized
64
#pragma warning disable CS8618
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
global using System.Diagnostics;
1+
global using System.Diagnostics;
2+
global using Argon;

src/Verify.MSTest.Tests/VerifyObjectSamples.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Argon;
2-
31
// ReSharper disable NotAccessedField.Local
42

53
// Non-nullable field is uninitialized
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
global using NUnit.Framework.Interfaces;
1+
global using Argon;
2+
global using NUnit.Framework.Interfaces;
23
global using NUnit.Framework.Internal;

src/Verify.NUnit.Tests/VerifyObjectSamples.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Argon;
2-
3-
// ReSharper disable NotAccessedField.Local
1+
// ReSharper disable NotAccessedField.Local
42

53
// Non-nullable field is uninitialized
64
#pragma warning disable CS8618
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Global using directives
2+
3+
global using Argon;

src/Verify.Xunit.Tests/VerifyObjectSamples.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Argon;
2-
3-
// ReSharper disable NotAccessedField.Local
1+
// ReSharper disable NotAccessedField.Local
42

53
// Non-nullable field is uninitialized
64
#pragma warning disable CS8618
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Global using directives
2+
3+
global using Argon;

src/Verify.XunitV3.Tests/VerifyObjectSamples.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Argon;
2-
3-
// ReSharper disable NotAccessedField.Local
1+
// ReSharper disable NotAccessedField.Local
42

53
// Non-nullable field is uninitialized
64
#pragma warning disable CS8618

0 commit comments

Comments
 (0)