Skip to content

Commit d366ab3

Browse files
committed
fix: unit tests
1 parent eb80454 commit d366ab3

File tree

198 files changed

+0
-245
lines changed

Some content is hidden

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

198 files changed

+0
-245
lines changed

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/AliasNamespaceClass/CreateStudent.expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
66
#nullable enable
77

8-
using M31.FluentApi.Attributes;
98
using MyList = System.Collections.Generic.IList<string>;
109
using System.Collections.Generic;
1110

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/AliasNamespaceClass/CreateStudent.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
66
#nullable enable
77

8-
using M31.FluentApi.Attributes;
98
using MyList = System.Collections.Generic.IList<string>;
109
using System.Collections.Generic;
1110

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/CollectionInterfaceMemberClass/CreateStudent.expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#nullable enable
77

88
using System.Collections.Generic;
9-
using M31.FluentApi.Attributes;
109

1110
namespace M31.FluentApi.Tests.CodeGeneration.TestClasses.Abstract.CollectionInterfaceMemberClass;
1211

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/CollectionInterfaceMemberClass/CreateStudent.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#nullable enable
77

88
using System.Collections.Generic;
9-
using M31.FluentApi.Attributes;
109

1110
namespace M31.FluentApi.Tests.CodeGeneration.TestClasses.Abstract.CollectionInterfaceMemberClass;
1211

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/CollectionMemberClass/CreateStudent.expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#nullable enable
77

88
using System.Collections.Generic;
9-
using M31.FluentApi.Attributes;
109

1110
namespace M31.FluentApi.Tests.CodeGeneration.TestClasses.Abstract.CollectionMemberClass;
1211

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/CollectionMemberClass/CreateStudent.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#nullable enable
77

88
using System.Collections.Generic;
9-
using M31.FluentApi.Attributes;
109

1110
namespace M31.FluentApi.Tests.CodeGeneration.TestClasses.Abstract.CollectionMemberClass;
1211

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/CollectionNullableArrayClass/CreateStudent.expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
66
#nullable enable
77

8-
using M31.FluentApi.Attributes;
98
using System.Reflection;
109

1110
namespace M31.FluentApi.Tests.CodeGeneration.TestClasses.Abstract.CollectionNullableArrayClass;

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/CollectionNullableArrayClass/CreateStudent.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
66
#nullable enable
77

8-
using M31.FluentApi.Attributes;
98
using System.Reflection;
109

1110
namespace M31.FluentApi.Tests.CodeGeneration.TestClasses.Abstract.CollectionNullableArrayClass;

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/ContinueWithAfterCompoundClass/CreateStudent.expected.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
66
#nullable enable
77

8-
using M31.FluentApi.Attributes;
98
using System.Reflection;
109

1110
namespace M31.FluentApi.Tests.CodeGeneration.TestClasses.Abstract.ContinueWithAfterCompoundClass;

src/M31.FluentApi.Tests/CodeGeneration/TestClasses/Abstract/ContinueWithAfterCompoundClass/CreateStudent.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
66
#nullable enable
77

8-
using M31.FluentApi.Attributes;
98
using System.Reflection;
109

1110
namespace M31.FluentApi.Tests.CodeGeneration.TestClasses.Abstract.ContinueWithAfterCompoundClass;

0 commit comments

Comments
 (0)