Skip to content

Commit 13fcb10

Browse files
Update using directives in generator templates (#2416)
1 parent 4c90d91 commit 13fcb10

File tree

123 files changed

+0
-308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+0
-308
lines changed

exercises/practice/accumulate/.meta/Generator.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ end }}
1414
ret "int[]"
1515
end
1616
end }}
17-
using System.Linq;
18-
using Xunit;
1917

2018
public class {{ testClass }}
2119
{

exercises/practice/acronym/.meta/Generator.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Xunit;
2-
31
public class {{ testClass }}
42
{
53
{{- for test in tests }}

exercises/practice/affine-cipher/.meta/Generator.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
using Xunit;
3-
41
public class {{ testClass }}
52
{
63
{{- for test in tests }}

exercises/practice/all-your-base/.meta/Generator.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
using Xunit;
3-
41
public class {{ testClass }}
52
{
63
{{- for test in tests }}

exercises/practice/allergies/.meta/Generator.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Xunit;
2-
31
public class {{ testClass }}
42
{
53
{{- for test in tests | property "allergicTo" }}

exercises/practice/alphametics/.meta/Generator.tpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using Xunit;
4-
51
public class {{ testClass }}
62
{
73
{{- for test in tests }}

exercises/practice/anagram/.meta/Generator.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Xunit;
2-
31
public class {{ testClass }}
42
{
53
{{- for test in tests }}

exercises/practice/armstrong-numbers/.meta/Generator.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Xunit;
2-
31
public class {{ testClass }}
42
{
53
{{- for test in tests }}

exercises/practice/atbash-cipher/.meta/Generator.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Xunit;
2-
31
public class {{ testClass }}
42
{
53
{{- for test in tests }}

exercises/practice/bank-account/.meta/Generator.tpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ end }}
1818
ret $"{to_tested_method $0}({ to_amount $0 })"
1919
end }}
2020

21-
22-
using System;
23-
using System.Collections.Generic;
24-
using System.Threading.Tasks;
25-
using Xunit;
26-
2721
public class {{ testClass }}
2822
{
2923
{{- for test in tests }}

0 commit comments

Comments
 (0)