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

Commit

Permalink
Replaces references to 'ServiceStack.Common.Extensions' namespace (wh…
Browse files Browse the repository at this point in the history
…ich is now obsolete) with 'ServiceStack.Common' namespace.
  • Loading branch information
adebisi-fa committed Mar 4, 2013
1 parent 337212a commit 37e28a0
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion src/AllDialectsTest/Dialect.cs
Expand Up @@ -5,7 +5,7 @@
using System.Data;
using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;
using System.IO;
using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/AllDialectsTest/Main.cs
Expand Up @@ -5,7 +5,7 @@
using System.Data;
using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.OrmLite;

namespace AllDialectsTest
Expand Down
2 changes: 1 addition & 1 deletion src/FirebirdTests/TestExpressions/Main.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/FirebirdTests/TestLiteFirebird00/Main.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/FirebirdTests/TestLiteFirebird04/Main.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;

using ServiceStack.OrmLite;
using ServiceStack.OrmLite.Firebird;
Expand Down
2 changes: 1 addition & 1 deletion src/FirebirdTests/TestSimpleFirebird01/Main.cs
Expand Up @@ -5,7 +5,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/FirebirdTests/TestSimpleFirebird02/Main.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.DesignPatterns.Model;

using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/FirebirdTests/TestSimpleFirebird03/Main.cs
Expand Up @@ -5,7 +5,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;

using ServiceStack.OrmLite;
using ServiceStack.OrmLite.Firebird;
Expand Down
2 changes: 1 addition & 1 deletion src/MySqlExpressionsTest/Program.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/OracleTests/TestExpressions/Main.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/OracleTests/TestLiteOracle00/Main.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/OracleTests/TestLiteOracle04/Main.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;

using ServiceStack.OrmLite;
using ServiceStack.OrmLite.Oracle;
Expand Down
2 changes: 1 addition & 1 deletion src/PostgreSQLExpressionsTest/Main.cs
Expand Up @@ -6,7 +6,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
Expand Up @@ -5,7 +5,7 @@
using ServiceStack.Common.Utils;
using System.Text;
using FirebirdSql.Data.FirebirdClient;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;

namespace ServiceStack.OrmLite.Firebird
{
Expand Down
@@ -1,5 +1,5 @@
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;

namespace ServiceStack.OrmLite.MySql.Tests
Expand Down
Expand Up @@ -2,7 +2,7 @@
using System.Linq;
using System.Collections.Generic;
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;
using ServiceStack.Text;
using ServiceStack.DataAnnotations;
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.OrmLite.MySql.Tests/OrmLiteSelectTests.cs
@@ -1,6 +1,6 @@
using System.Collections.Generic;
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;

namespace ServiceStack.OrmLite.MySql.Tests
Expand Down
Expand Up @@ -4,7 +4,7 @@
using System.Reflection;
using ServiceStack.Common.Utils;
using System.Text;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.OrmLite;
using System.Data.OracleClient;

Expand Down
Expand Up @@ -2,7 +2,7 @@
using System.Linq;
using System.Collections.Generic;
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;
using ServiceStack.Text;
using ServiceStack.DataAnnotations;
Expand Down
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;
using ServiceStack.Text;

Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.OrmLite/Expressions/WriteExtensions.cs
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Text;

namespace ServiceStack.OrmLite
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.OrmLite/OrmLiteConfigExtensions.cs
Expand Up @@ -15,7 +15,7 @@
using System.Linq;
using System.Reflection;
using System.Threading;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.DataAnnotations;
using ServiceStack.Text;

Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.OrmLite/OrmLiteDialectProviderBase.cs
Expand Up @@ -17,7 +17,7 @@
using ServiceStack.Logging;
using ServiceStack.Text;
using System.Diagnostics;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.IO;

namespace ServiceStack.OrmLite
Expand Down
2 changes: 1 addition & 1 deletion src/SqlServerExpressionsTets/Program.cs
Expand Up @@ -7,7 +7,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
2 changes: 1 addition & 1 deletion src/SqliteExpressionsTest/Program.cs
Expand Up @@ -7,7 +7,7 @@

using ServiceStack.Common.Utils;
using ServiceStack.DataAnnotations;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using System.Reflection;

using ServiceStack.OrmLite;
Expand Down
@@ -1,6 +1,6 @@
using System;
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;

namespace ServiceStack.OrmLite.FirebirdTests
Expand Down
Expand Up @@ -2,7 +2,7 @@
using System.Linq;
using System.Collections.Generic;
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;
using ServiceStack.Text;
using ServiceStack.DataAnnotations;
Expand Down
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;
using ServiceStack.Text;
using ServiceStack.DataAnnotations;
Expand Down
@@ -1,7 +1,7 @@
using System;
using System.Runtime.Serialization;
using System.Collections.Generic;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;

namespace ServiceStack.Common.Tests.Models{

Expand Down
@@ -1,5 +1,5 @@
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;

namespace ServiceStack.OrmLite.Tests
Expand Down
2 changes: 1 addition & 1 deletion tests/ServiceStack.OrmLite.Tests/OrmLiteSelectTests.cs
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using NUnit.Framework;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.Common.Tests.Models;
using ServiceStack.Text;

Expand Down
Expand Up @@ -3,7 +3,7 @@
using System.Data;
using Northwind.Common.DataModel;
using Northwind.Perf;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;

namespace ServiceStack.OrmLite.TestsPerf.Scenarios.Northwind
{
Expand Down
@@ -1,6 +1,6 @@
using System.Data;
using Northwind.Perf;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.OrmLite.TestsPerf.Model;

namespace ServiceStack.OrmLite.TestsPerf.Scenarios.OrmLite
Expand Down
@@ -1,7 +1,7 @@
using System;
using System.Data;
using Northwind.Perf;
using ServiceStack.Common.Extensions;
using ServiceStack.Common;
using ServiceStack.OrmLite.TestsPerf.Model;

namespace ServiceStack.OrmLite.TestsPerf.Scenarios.OrmLite
Expand Down

0 comments on commit 37e28a0

Please sign in to comment.