mirror of https://github.com/AMT-Cheif/Stylet.git
Remove and sort usings
This commit is contained in:
parent
bc05f57b79
commit
4eeb114981
|
@ -1,6 +1,4 @@
|
|||
using StyletIoC.Creation;
|
||||
using StyletIoC.Internal;
|
||||
using System;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Reflection;
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Creation
|
||||
{
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Creation
|
||||
{
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Creation
|
||||
{
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
using StyletIoC.Internal.Creators;
|
||||
using StyletIoC.Internal.Registrations;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Builders
|
||||
{
|
||||
|
|
|
@ -3,8 +3,6 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Builders
|
||||
{
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
using StyletIoC.Internal.Creators;
|
||||
using StyletIoC.Internal.Registrations;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Reflection;
|
||||
|
||||
namespace StyletIoC.Internal.Builders
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
using StyletIoC.Creation;
|
||||
using StyletIoC.Internal.Creators;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Builders
|
||||
{
|
||||
|
|
|
@ -3,8 +3,6 @@ using System.Collections.Generic;
|
|||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Builders
|
||||
{
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Builders
|
||||
{
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
using StyletIoC.Creation;
|
||||
using StyletIoC.Internal;
|
||||
using StyletIoC.Internal.Registrations;
|
||||
using StyletIoC.Internal.RegistrationCollections;
|
||||
using StyletIoC.Internal.Registrations;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Creators
|
||||
{
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Creators
|
||||
{
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Creators
|
||||
{
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Creators
|
||||
{
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal
|
||||
{
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal
|
||||
{
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.RegistrationCollections
|
||||
{
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
using StyletIoC.Creation;
|
||||
using StyletIoC.Internal.RegistrationCollections;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.RegistrationCollections
|
||||
{
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Registrations
|
||||
{
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Registrations
|
||||
{
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Registrations
|
||||
{
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Registrations
|
||||
{
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Registrations
|
||||
{
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Registrations
|
||||
{
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
using StyletIoC.Creation;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal.Registrations
|
||||
{
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC.Internal
|
||||
{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using StyletIoC.Creation;
|
||||
using StyletIoC.Internal.Creators;
|
||||
using StyletIoC.Internal.Registrations;
|
||||
using System;
|
||||
|
||||
namespace StyletIoC.Internal
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
using StyletIoC.Creation;
|
||||
using StyletIoC.Internal;
|
||||
using StyletIoC.Internal.Builders;
|
||||
using StyletIoC.Internal.Creators;
|
||||
using StyletIoC.Internal.Registrations;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StyletIoC
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue