Skip to content

Commit 668122a

Browse files
authored
Remove CodeDom reference (#421)
1 parent 58f1236 commit 668122a

18 files changed

+122
-89
lines changed

src/Verify.Integration.Tests/Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#if DEBUG
2-
using System.Linq;
32
using DiffEngine;
43
using EmptyFiles;
54
using VerifyTests;

src/Verify.Integration.Tests/Tests_Single.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#if DEBUG
2-
using System.Linq;
32
using DiffEngine;
43
using VerifyTests;
54
using VerifyXunit;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SerializationTests.MyMethodWithParameters(Int32 x, String y)
1+
SerializationTests.MyMethodWithParameters(int x, string y)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
x of SerializationTests.SerializationTests.MyMethodWithParameters(Int32 x, String y)
1+
x of SerializationTests.SerializationTests.MyMethodWithParameters(int x, string y)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SerializationTests.set_MyProperty(String value)
1+
SerializationTests.set_MyProperty(string value)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Int32[]
1+
int[]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
int[,]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
int?[]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dictionary<string, int>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dictionary<IEnumerable<TargetWithNamespace>, IEnumerable<TargetWithNamespace>>

0 commit comments

Comments
 (0)