Skip to content

Commit

Permalink
Removed unnecessary using statements and sorted them alphabetically.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Oct 11, 2015
1 parent 8054f16 commit a4b8953
Show file tree
Hide file tree
Showing 241 changed files with 400 additions and 712 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using NUnit.Framework;
using Moq;
using MvcSiteMapProvider.Builder;
using MvcSiteMapProvider.Collections.Specialized;
using MvcSiteMapProvider.Caching;
using MvcSiteMapProvider.Collections.Specialized;
using MvcSiteMapProvider.Web.Script.Serialization;
using NUnit.Framework;
using System.Collections.Generic;

namespace MvcSiteMapProvider.Tests.Unit.Collections.Specialized
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using System;
using NUnit;
using NUnit.Framework;
using Moq;
using Moq.Matchers;
using MvcSiteMapProvider.Loader;
using Moq;
using MvcSiteMapProvider.Caching;
using MvcSiteMapProvider.Builder;
using MvcSiteMapProvider.Loader;
using NUnit.Framework;
using System;

namespace MvcSiteMapProvider.Tests.Unit
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System;
using MvcSiteMapProvider.Collections.Specialized;
using MvcSiteMapProvider.Web;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using MvcSiteMapProvider.Web;
using MvcSiteMapProvider.Collections.Specialized;

namespace MvcSiteMapProvider.Tests.Unit.Web.Html
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System;
using MvcSiteMapProvider.Collections.Specialized;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Routing;
using System.Xml.Linq;
using MvcSiteMapProvider.Collections.Specialized;

namespace MvcSiteMapProvider.Tests.Unit.Web.Html
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace MvcSiteMapProvider.Tests.Unit.Web.Html
namespace MvcSiteMapProvider.Tests.Unit.Web.Html
{
class HtmlHelperTestCases
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Mvc;
using NUnit.Framework;
using Moq;
using MvcSiteMapProvider.Collections.Specialized;
using MvcSiteMapProvider.Web.Html;
using NUnit.Framework;
using System;
using System.Web.Mvc;

namespace MvcSiteMapProvider.Tests.Unit.Web.Html
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Mvc;
using NUnit.Framework;
using Moq;
using Moq;
using MvcSiteMapProvider.Collections.Specialized;
using MvcSiteMapProvider.Web.Html;
using NUnit.Framework;
using System.Web.Mvc;

namespace MvcSiteMapProvider.Tests.Unit.Web.Html
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using NUnit.Framework;
using Moq;
using Moq;
using MvcSiteMapProvider.Web;
using MvcSiteMapProvider.Web.Mvc;
using NUnit.Framework;
using System;
using System.Collections.Specialized;
using System.Web;

namespace MvcSiteMapProvider.Tests.Unit.Web
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
using System;

// Startup using WebActivatorEx (which allows multiple things to be started up, as opposed to the System.Web version).
// Startup using WebActivatorEx (which allows multiple things to be started up, as opposed to the System.Web version).
[assembly: WebActivatorEx.PostApplicationStartMethod(typeof(MvcSiteMapProvider.DI.Composer), "Compose")]
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Web;
using System.Web;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Web;
using System.Reflection;
using MvcSiteMapProvider.Reflection;
using MvcSiteMapProvider.Web;
using MvcSiteMapProvider.Xml;
using MvcSiteMapProvider.Reflection;
using MvcSiteMapProvider.Collections.Specialized;
using System;
using System.Collections.Specialized;
using System.Web;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using System;
using MvcSiteMapProvider.Reflection;
using MvcSiteMapProvider.Web;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Web;
using System.Reflection;
using MvcSiteMapProvider.Web;
using MvcSiteMapProvider.Xml;
using MvcSiteMapProvider.Reflection;
using MvcSiteMapProvider.Collections.Specialized;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using MvcSiteMapProvider.Caching;
using MvcSiteMapProvider.DI;
using MvcSiteMapProvider.DI;
using MvcSiteMapProvider.Globalization;
using System;
using System.Collections.Generic;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using MvcSiteMapProvider.Globalization;
using MvcSiteMapProvider.Globalization;
using System;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Web;
using System.Web;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using MvcSiteMapProvider.Globalization;
using MvcSiteMapProvider.Globalization;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace MvcSiteMapProvider.Builder
namespace MvcSiteMapProvider.Builder
{
/// <summary>
/// MvcSiteMapNodeAttribute Definition
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace MvcSiteMapProvider.Builder
namespace MvcSiteMapProvider.Builder
{
/// <summary>
/// INodeKeyGenerator contract
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace MvcSiteMapProvider.Builder
namespace MvcSiteMapProvider.Builder
{
/// <summary>
/// Contract for reserved attribute name provider for SiteMap nodes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using MvcSiteMapProvider;

namespace MvcSiteMapProvider.Builder
namespace MvcSiteMapProvider.Builder
{
/// <summary>
/// Implement this interface to make a custom implementation that will build a sitemap.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using MvcSiteMapProvider.Caching;
using MvcSiteMapProvider.Caching;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using MvcSiteMapProvider.Caching;
using MvcSiteMapProvider.Caching;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;

namespace MvcSiteMapProvider.Builder
namespace MvcSiteMapProvider.Builder
{
/// <summary>
/// Contract for a set of services useful for creating SiteMap nodes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace MvcSiteMapProvider.Builder
namespace MvcSiteMapProvider.Builder
{
public interface ISiteMapNodeCreatorFactory
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using MvcSiteMapProvider.Globalization;
using System.Collections.Generic;
using System.Globalization;
using MvcSiteMapProvider.Globalization;
using MvcSiteMapProvider.Xml;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using MvcSiteMapProvider.Globalization;
using MvcSiteMapProvider.Globalization;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace MvcSiteMapProvider.Builder
namespace MvcSiteMapProvider.Builder
{
/// <summary>
/// Contract for class that provides a map between a SiteMap node instance and its parent key.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace MvcSiteMapProvider.Builder
namespace MvcSiteMapProvider.Builder
{
/// <summary>
/// Contract for abstract factory that creates new instances of <see cref="T:MvcSiteMapProvider.Builder.ISiteMapNodeToParentRelation"/>.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
using System;
using MvcSiteMapProvider.Caching;
using MvcSiteMapProvider.Xml;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Web.Mvc;
using MvcSiteMapProvider.Caching;
using MvcSiteMapProvider.Xml;
using MvcSiteMapProvider.Collections.Specialized;
using MvcSiteMapProvider.Web.Script.Serialization;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
using System;
using MvcSiteMapProvider.Reflection;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Web.Mvc;
using System.Web.Script.Serialization;
using MvcSiteMapProvider.Reflection;
using MvcSiteMapProvider.Xml;
using MvcSiteMapProvider.Collections.Specialized;
using MvcSiteMapProvider.Web.Script.Serialization;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using System;
using MvcSiteMapProvider.Reflection;
using System;
using System.Collections.Generic;
using MvcSiteMapProvider.Collections.Specialized;
using MvcSiteMapProvider.Reflection;
using MvcSiteMapProvider.Web.Script.Serialization;
using MvcSiteMapProvider.Xml;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using MvcSiteMapProvider.DI;
using System;
using System.Collections.Generic;
using System.Linq;
using MvcSiteMapProvider.DI;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using MvcSiteMapProvider.Caching;
using MvcSiteMapProvider.DI;
using MvcSiteMapProvider.DI;
using MvcSiteMapProvider.Globalization;
using MvcSiteMapProvider.Visitor;
using System;
using System.Collections.Generic;
using System.Linq;

namespace MvcSiteMapProvider.Builder
{
Expand Down
Loading

0 comments on commit a4b8953

Please sign in to comment.