Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 538e67c

Browse files
committed
Merge pull request #188 from adebisi-fa/master
Redirects ServiceStack.Common.Extensions to ServiceStack.Common
2 parents 337212a + 37e28a0 commit 538e67c

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

src/AllDialectsTest/Dialect.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Data;
66
using ServiceStack.Common.Utils;
77
using ServiceStack.DataAnnotations;
8-
using ServiceStack.Common.Extensions;
8+
using ServiceStack.Common;
99
using System.Reflection;
1010
using System.IO;
1111
using ServiceStack.OrmLite;

src/AllDialectsTest/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Data;
66
using ServiceStack.Common.Utils;
77
using ServiceStack.DataAnnotations;
8-
using ServiceStack.Common.Extensions;
8+
using ServiceStack.Common;
99
using ServiceStack.OrmLite;
1010

1111
namespace AllDialectsTest

src/FirebirdTests/TestExpressions/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using ServiceStack.Common.Utils;
88
using ServiceStack.DataAnnotations;
9-
using ServiceStack.Common.Extensions;
9+
using ServiceStack.Common;
1010
using System.Reflection;
1111

1212
using ServiceStack.OrmLite;

src/FirebirdTests/TestLiteFirebird00/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using ServiceStack.Common.Utils;
88
using ServiceStack.DataAnnotations;
9-
using ServiceStack.Common.Extensions;
9+
using ServiceStack.Common;
1010
using System.Reflection;
1111

1212
using ServiceStack.OrmLite;

src/FirebirdTests/TestLiteFirebird04/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using ServiceStack.Common.Utils;
88
using ServiceStack.DataAnnotations;
9-
using ServiceStack.Common.Extensions;
9+
using ServiceStack.Common;
1010

1111
using ServiceStack.OrmLite;
1212
using ServiceStack.OrmLite.Firebird;

src/FirebirdTests/TestSimpleFirebird01/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
using ServiceStack.Common.Utils;
77
using ServiceStack.DataAnnotations;
8-
using ServiceStack.Common.Extensions;
8+
using ServiceStack.Common;
99
using System.Reflection;
1010

1111
using ServiceStack.OrmLite;

src/FirebirdTests/TestSimpleFirebird02/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using ServiceStack.Common.Utils;
88
using ServiceStack.DataAnnotations;
9-
using ServiceStack.Common.Extensions;
9+
using ServiceStack.Common;
1010
using ServiceStack.DesignPatterns.Model;
1111

1212
using ServiceStack.OrmLite;

src/FirebirdTests/TestSimpleFirebird03/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
using ServiceStack.Common.Utils;
77
using ServiceStack.DataAnnotations;
8-
using ServiceStack.Common.Extensions;
8+
using ServiceStack.Common;
99

1010
using ServiceStack.OrmLite;
1111
using ServiceStack.OrmLite.Firebird;

src/MySqlExpressionsTest/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using ServiceStack.Common.Utils;
88
using ServiceStack.DataAnnotations;
9-
using ServiceStack.Common.Extensions;
9+
using ServiceStack.Common;
1010
using System.Reflection;
1111

1212
using ServiceStack.OrmLite;

src/OracleTests/TestExpressions/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using ServiceStack.Common.Utils;
88
using ServiceStack.DataAnnotations;
9-
using ServiceStack.Common.Extensions;
9+
using ServiceStack.Common;
1010
using System.Reflection;
1111

1212
using ServiceStack.OrmLite;

0 commit comments

Comments
 (0)