diff --git a/src/AbpDesk/AbpDesk.Application.Contracts/Properties/AssemblyInfo.cs b/src/AbpDesk/AbpDesk.Application.Contracts/Properties/AssemblyInfo.cs index 0c510953f0..eaae4e228d 100644 --- a/src/AbpDesk/AbpDesk.Application.Contracts/Properties/AssemblyInfo.cs +++ b/src/AbpDesk/AbpDesk.Application.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/AbpDesk/AbpDesk.Application/Properties/AssemblyInfo.cs b/src/AbpDesk/AbpDesk.Application/Properties/AssemblyInfo.cs index d0ed5d9c78..d42908f9e7 100644 --- a/src/AbpDesk/AbpDesk.Application/Properties/AssemblyInfo.cs +++ b/src/AbpDesk/AbpDesk.Application/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk/ConsoleDemo/BlogPostLister.cs b/src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk/ConsoleDemo/BlogPostLister.cs index f0a8ae0a0d..5d664d7a0d 100644 --- a/src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk/ConsoleDemo/BlogPostLister.cs +++ b/src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk/ConsoleDemo/BlogPostLister.cs @@ -1,5 +1,4 @@ using System; -using System.Globalization; using AbpDesk.Blogging; using Volo.Abp.Domain.Repositories; using Volo.Abp.Guids; diff --git a/src/AbpDesk/AbpDesk.ConsoleDemo/Properties/AssemblyInfo.cs b/src/AbpDesk/AbpDesk.ConsoleDemo/Properties/AssemblyInfo.cs index 9ce4bf415f..94d91d5856 100644 --- a/src/AbpDesk/AbpDesk.ConsoleDemo/Properties/AssemblyInfo.cs +++ b/src/AbpDesk/AbpDesk.ConsoleDemo/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/AbpDesk/AbpDesk.Domain/AbpDesk/Tickets/Ticket.cs b/src/AbpDesk/AbpDesk.Domain/AbpDesk/Tickets/Ticket.cs index 2a5bc4579e..63c4bf0995 100644 --- a/src/AbpDesk/AbpDesk.Domain/AbpDesk/Tickets/Ticket.cs +++ b/src/AbpDesk/AbpDesk.Domain/AbpDesk/Tickets/Ticket.cs @@ -1,6 +1,5 @@ using System; using JetBrains.Annotations; -using Volo; using Volo.Abp; using Volo.Abp.Domain.Entities; diff --git a/src/AbpDesk/AbpDesk.Domain/Properties/AssemblyInfo.cs b/src/AbpDesk/AbpDesk.Domain/Properties/AssemblyInfo.cs index 63044e64a9..1baa6ae248 100644 --- a/src/AbpDesk/AbpDesk.Domain/Properties/AssemblyInfo.cs +++ b/src/AbpDesk/AbpDesk.Domain/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20170123122207_AbpDesk_Initial.cs b/src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20170123122207_AbpDesk_Initial.cs index 6315a3d284..3beb34c224 100644 --- a/src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20170123122207_AbpDesk_Initial.cs +++ b/src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20170123122207_AbpDesk_Initial.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Metadata; namespace AbpDesk.EntityFrameworkCore.Migrations diff --git a/src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/AbpDeskDbContextModelSnapshot.cs b/src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/AbpDeskDbContextModelSnapshot.cs index 915e70d3d0..b84a4c0fca 100644 --- a/src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/AbpDeskDbContextModelSnapshot.cs +++ b/src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/AbpDeskDbContextModelSnapshot.cs @@ -1,9 +1,6 @@ -using System; -using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; -using Microsoft.EntityFrameworkCore.Migrations; -using AbpDesk.EntityFrameworkCore; namespace AbpDesk.EntityFrameworkCore.Migrations { diff --git a/src/AbpDesk/AbpDesk.EntityFrameworkCore/Properties/AssemblyInfo.cs b/src/AbpDesk/AbpDesk.EntityFrameworkCore/Properties/AssemblyInfo.cs index 8dc646f175..f5a4f43c71 100644 --- a/src/AbpDesk/AbpDesk.EntityFrameworkCore/Properties/AssemblyInfo.cs +++ b/src/AbpDesk/AbpDesk.EntityFrameworkCore/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/AbpDesk/AbpDesk.MongoBlog/AbpDesk/Blogging/BlogPost.cs b/src/AbpDesk/AbpDesk.MongoBlog/AbpDesk/Blogging/BlogPost.cs index 352b00d21c..1ead1ae0d5 100644 --- a/src/AbpDesk/AbpDesk.MongoBlog/AbpDesk/Blogging/BlogPost.cs +++ b/src/AbpDesk/AbpDesk.MongoBlog/AbpDesk/Blogging/BlogPost.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using JetBrains.Annotations; -using Volo; using Volo.Abp; using Volo.Abp.Domain.Entities; diff --git a/src/AbpDesk/AbpDesk.MongoBlog/Properties/AssemblyInfo.cs b/src/AbpDesk/AbpDesk.MongoBlog/Properties/AssemblyInfo.cs index 65aae8f6c1..4eebd095c5 100644 --- a/src/AbpDesk/AbpDesk.MongoBlog/Properties/AssemblyInfo.cs +++ b/src/AbpDesk/AbpDesk.MongoBlog/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/AbpDesk/AbpDesk.SamplePlugInModule/AbpDeskSamplePlugInModule.cs b/src/AbpDesk/AbpDesk.SamplePlugInModule/AbpDeskSamplePlugInModule.cs index 57f2f32ea3..29e3de98e2 100644 --- a/src/AbpDesk/AbpDesk.SamplePlugInModule/AbpDeskSamplePlugInModule.cs +++ b/src/AbpDesk/AbpDesk.SamplePlugInModule/AbpDeskSamplePlugInModule.cs @@ -1,5 +1,4 @@ -using System; -using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.DependencyInjection; using Volo.Abp.Modularity; namespace AbpDesk.SamplePlugInModule diff --git a/src/AbpDesk/AbpDesk.SamplePlugInModule/Properties/AssemblyInfo.cs b/src/AbpDesk/AbpDesk.SamplePlugInModule/Properties/AssemblyInfo.cs index 1323b1118e..f06adf1cdf 100644 --- a/src/AbpDesk/AbpDesk.SamplePlugInModule/Properties/AssemblyInfo.cs +++ b/src/AbpDesk/AbpDesk.SamplePlugInModule/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll b/src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll index 961a4e684b..c5f958350e 100644 Binary files a/src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll and b/src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll differ diff --git a/src/Volo.Abp.AspNetCore.EmbeddedFiles/Properties/AssemblyInfo.cs b/src/Volo.Abp.AspNetCore.EmbeddedFiles/Properties/AssemblyInfo.cs index 51e8280fad..e5c4e7e204 100644 --- a/src/Volo.Abp.AspNetCore.EmbeddedFiles/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.AspNetCore.EmbeddedFiles/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.AspNetCore.MultiTenancy/Properties/AssemblyInfo.cs b/src/Volo.Abp.AspNetCore.MultiTenancy/Properties/AssemblyInfo.cs index e59be26506..774883e196 100644 --- a/src/Volo.Abp.AspNetCore.MultiTenancy/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.AspNetCore.MultiTenancy/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.AspNetCore.Mvc/Properties/AssemblyInfo.cs b/src/Volo.Abp.AspNetCore.Mvc/Properties/AssemblyInfo.cs index f815135f18..214a7fbd4f 100644 --- a/src/Volo.Abp.AspNetCore.Mvc/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.AspNetCore.Mvc/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.AspNetCore.TestBase/Properties/AssemblyInfo.cs b/src/Volo.Abp.AspNetCore.TestBase/Properties/AssemblyInfo.cs index bc9bb8cf01..8ad35bb95f 100644 --- a/src/Volo.Abp.AspNetCore.TestBase/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.AspNetCore.TestBase/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.AspNetCore/Microsoft/AspNetCore/Builder/AbpApplicationBuilderExtensions.cs b/src/Volo.Abp.AspNetCore/Microsoft/AspNetCore/Builder/AbpApplicationBuilderExtensions.cs index ff86c4993c..0e584d8536 100644 --- a/src/Volo.Abp.AspNetCore/Microsoft/AspNetCore/Builder/AbpApplicationBuilderExtensions.cs +++ b/src/Volo.Abp.AspNetCore/Microsoft/AspNetCore/Builder/AbpApplicationBuilderExtensions.cs @@ -1,6 +1,5 @@ using JetBrains.Annotations; using Microsoft.Extensions.DependencyInjection; -using Volo; using Volo.Abp; using Volo.Abp.DependencyInjection; diff --git a/src/Volo.Abp.Autofac/Autofac/Extensions/DependencyInjection/AutofacRegistration.cs b/src/Volo.Abp.Autofac/Autofac/Extensions/DependencyInjection/AutofacRegistration.cs index 1ac2967705..04434721ab 100644 --- a/src/Volo.Abp.Autofac/Autofac/Extensions/DependencyInjection/AutofacRegistration.cs +++ b/src/Volo.Abp.Autofac/Autofac/Extensions/DependencyInjection/AutofacRegistration.cs @@ -24,7 +24,6 @@ // OTHER DEALINGS IN THE SOFTWARE. using System; -using System.Collections.Generic; using System.Reflection; using Autofac.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Volo.Abp.Autofac/Microsoft/Extensions/DependencyInjection/AbpAutofacServiceCollectionExtensions.cs b/src/Volo.Abp.Autofac/Microsoft/Extensions/DependencyInjection/AbpAutofacServiceCollectionExtensions.cs index 21d38a2148..fe3f654878 100644 --- a/src/Volo.Abp.Autofac/Microsoft/Extensions/DependencyInjection/AbpAutofacServiceCollectionExtensions.cs +++ b/src/Volo.Abp.Autofac/Microsoft/Extensions/DependencyInjection/AbpAutofacServiceCollectionExtensions.cs @@ -1,7 +1,6 @@ using System; using Autofac; using JetBrains.Annotations; -using Volo; using Volo.Abp; namespace Microsoft.Extensions.DependencyInjection diff --git a/src/Volo.Abp.EntityFrameworkCore/Properties/AssemblyInfo.cs b/src/Volo.Abp.EntityFrameworkCore/Properties/AssemblyInfo.cs index 765af70006..9345c565d8 100644 --- a/src/Volo.Abp.EntityFrameworkCore/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.EntityFrameworkCore/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.Identity.Application.Contracts/Properties/AssemblyInfo.cs b/src/Volo.Abp.Identity.Application.Contracts/Properties/AssemblyInfo.cs index bd5ee37947..2d276baf9f 100644 --- a/src/Volo.Abp.Identity.Application.Contracts/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.Identity.Application.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.Identity.Application/Properties/AssemblyInfo.cs b/src/Volo.Abp.Identity.Application/Properties/AssemblyInfo.cs index e1486fa65e..e197afe6b9 100644 --- a/src/Volo.Abp.Identity.Application/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.Identity.Application/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123121521_Identity_Initial.cs b/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123121521_Identity_Initial.cs index 542433da24..75d1c5acdd 100644 --- a/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123121521_Identity_Initial.cs +++ b/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123121521_Identity_Initial.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using Microsoft.EntityFrameworkCore.Migrations; namespace Volo.Abp.Identity.EntityFrameworkCore.Migrations diff --git a/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123193838_Fix_IdentityUserRole_UserId_Nav_Property.cs b/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123193838_Fix_IdentityUserRole_UserId_Nav_Property.cs index 57ad8e0e32..91c6aa450a 100644 --- a/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123193838_Fix_IdentityUserRole_UserId_Nav_Property.cs +++ b/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123193838_Fix_IdentityUserRole_UserId_Nav_Property.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using Microsoft.EntityFrameworkCore.Migrations; namespace Volo.Abp.Identity.EntityFrameworkCore.Migrations diff --git a/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/IdentityDbContextModelSnapshot.cs b/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/IdentityDbContextModelSnapshot.cs index b5acad6a5b..a8cd7a37c9 100644 --- a/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/IdentityDbContextModelSnapshot.cs +++ b/src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/IdentityDbContextModelSnapshot.cs @@ -2,8 +2,6 @@ using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; -using Microsoft.EntityFrameworkCore.Migrations; -using Volo.Abp.Identity.EntityFrameworkCore; namespace Volo.Abp.Identity.EntityFrameworkCore.Migrations { diff --git a/src/Volo.Abp.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs b/src/Volo.Abp.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs index 953262cd6a..a55409d7fd 100644 --- a/src/Volo.Abp.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.Identity.HttpApi.Client/Properties/AssemblyInfo.cs b/src/Volo.Abp.Identity.HttpApi.Client/Properties/AssemblyInfo.cs index 1b6a52cbb4..d408ff5633 100644 --- a/src/Volo.Abp.Identity.HttpApi.Client/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.Identity.HttpApi.Client/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.Identity.HttpApi/Properties/AssemblyInfo.cs b/src/Volo.Abp.Identity.HttpApi/Properties/AssemblyInfo.cs index db876d34de..0964ce2598 100644 --- a/src/Volo.Abp.Identity.HttpApi/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.Identity.HttpApi/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.Identity/Properties/AssemblyInfo.cs b/src/Volo.Abp.Identity/Properties/AssemblyInfo.cs index 010fe79190..9228f2e1ca 100644 --- a/src/Volo.Abp.Identity/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.Identity/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.Identity/Volo/Abp/Identity/IdentityUserManager.cs b/src/Volo.Abp.Identity/Volo/Abp/Identity/IdentityUserManager.cs index 6e34ac11a4..dd749cd20c 100644 --- a/src/Volo.Abp.Identity/Volo/Abp/Identity/IdentityUserManager.cs +++ b/src/Volo.Abp.Identity/Volo/Abp/Identity/IdentityUserManager.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Volo.Abp.MongoDB/Properties/AssemblyInfo.cs b/src/Volo.Abp.MongoDB/Properties/AssemblyInfo.cs index bce226fcc9..51745424f2 100644 --- a/src/Volo.Abp.MongoDB/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.MongoDB/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp.TestBase/Properties/AssemblyInfo.cs b/src/Volo.Abp.TestBase/Properties/AssemblyInfo.cs index 57250854c9..54f4c2ebdb 100644 --- a/src/Volo.Abp.TestBase/Properties/AssemblyInfo.cs +++ b/src/Volo.Abp.TestBase/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/src/Volo.Abp/Microsoft/Extensions/DependencyInjection/ServiceCollectionCommonExtensions.cs b/src/Volo.Abp/Microsoft/Extensions/DependencyInjection/ServiceCollectionCommonExtensions.cs index 0e77097ad2..5f04dcab2c 100644 --- a/src/Volo.Abp/Microsoft/Extensions/DependencyInjection/ServiceCollectionCommonExtensions.cs +++ b/src/Volo.Abp/Microsoft/Extensions/DependencyInjection/ServiceCollectionCommonExtensions.cs @@ -2,7 +2,6 @@ using System; using System.Linq; using System.Reflection; using JetBrains.Annotations; -using Volo; using Volo.Abp; namespace Microsoft.Extensions.DependencyInjection diff --git a/src/Volo.Abp/System/AbpStringExtensions.cs b/src/Volo.Abp/System/AbpStringExtensions.cs index c7ebe99df7..de869fad35 100644 --- a/src/Volo.Abp/System/AbpStringExtensions.cs +++ b/src/Volo.Abp/System/AbpStringExtensions.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; -using Volo; using Volo.Abp; namespace System diff --git a/src/Volo.Abp/System/Collections/Generic/AbpCollectionExtensions.cs b/src/Volo.Abp/System/Collections/Generic/AbpCollectionExtensions.cs index 018bb4d073..089aa57d25 100644 --- a/src/Volo.Abp/System/Collections/Generic/AbpCollectionExtensions.cs +++ b/src/Volo.Abp/System/Collections/Generic/AbpCollectionExtensions.cs @@ -1,6 +1,5 @@ using System.Linq; using JetBrains.Annotations; -using Volo; using Volo.Abp; namespace System.Collections.Generic diff --git a/src/Volo.Abp/System/Collections/Generic/AbpListExtensions.cs b/src/Volo.Abp/System/Collections/Generic/AbpListExtensions.cs index bf3ed64b42..864c50acdc 100644 --- a/src/Volo.Abp/System/Collections/Generic/AbpListExtensions.cs +++ b/src/Volo.Abp/System/Collections/Generic/AbpListExtensions.cs @@ -1,6 +1,5 @@ using System.Linq; using JetBrains.Annotations; -using Volo; using Volo.Abp; namespace System.Collections.Generic diff --git a/src/Volo.Abp/Volo/Abp/Guids/SequentialGuidType.cs b/src/Volo.Abp/Volo/Abp/Guids/SequentialGuidType.cs index bc83923359..d643b58942 100644 --- a/src/Volo.Abp/Volo/Abp/Guids/SequentialGuidType.cs +++ b/src/Volo.Abp/Volo/Abp/Guids/SequentialGuidType.cs @@ -1,6 +1,4 @@ -using System; - -namespace Volo.Abp.Guids +namespace Volo.Abp.Guids { /// /// Describes the type of a sequential GUID value. diff --git a/src/Volo.Abp/Volo/Abp/IOnApplicationInitialization.cs b/src/Volo.Abp/Volo/Abp/IOnApplicationInitialization.cs index fc7156b0a5..3f06f4f43d 100644 --- a/src/Volo.Abp/Volo/Abp/IOnApplicationInitialization.cs +++ b/src/Volo.Abp/Volo/Abp/IOnApplicationInitialization.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Volo.Abp.Modularity; namespace Volo.Abp { diff --git a/src/Volo.Abp/Volo/Abp/IOnApplicationShutdown.cs b/src/Volo.Abp/Volo/Abp/IOnApplicationShutdown.cs index f72c1af718..0558f2032a 100644 --- a/src/Volo.Abp/Volo/Abp/IOnApplicationShutdown.cs +++ b/src/Volo.Abp/Volo/Abp/IOnApplicationShutdown.cs @@ -1,5 +1,4 @@ using JetBrains.Annotations; -using Volo.Abp.Modularity; namespace Volo.Abp { diff --git a/src/Volo.Abp/Volo/Abp/Uow/UnitOfWorkInterceptorRegistrar.cs b/src/Volo.Abp/Volo/Abp/Uow/UnitOfWorkInterceptorRegistrar.cs index 49f521a41f..ac39886b79 100644 --- a/src/Volo.Abp/Volo/Abp/Uow/UnitOfWorkInterceptorRegistrar.cs +++ b/src/Volo.Abp/Volo/Abp/Uow/UnitOfWorkInterceptorRegistrar.cs @@ -1,9 +1,5 @@ -using System.Linq; -using System.Reflection; -using Microsoft.Extensions.DependencyInjection; -using Volo.Abp.Application.Services; +using System.Reflection; using Volo.Abp.DependencyInjection; -using Volo.Abp.Domain.Repositories; namespace Volo.Abp.Uow { diff --git a/test/AbpDesk/AbpDesk.Application.Tests/AbpDesk/AbpDeskApplicationTestBase.cs b/test/AbpDesk/AbpDesk.Application.Tests/AbpDesk/AbpDeskApplicationTestBase.cs index 3e31ae2d6d..94b54826a9 100644 --- a/test/AbpDesk/AbpDesk.Application.Tests/AbpDesk/AbpDeskApplicationTestBase.cs +++ b/test/AbpDesk/AbpDesk.Application.Tests/AbpDesk/AbpDeskApplicationTestBase.cs @@ -1,4 +1,3 @@ -using System; using AbpDesk.EntityFrameworkCore; using AbpDesk.Tickets; using Microsoft.Extensions.DependencyInjection; diff --git a/test/AbpDesk/AbpDesk.Application.Tests/Properties/AssemblyInfo.cs b/test/AbpDesk/AbpDesk.Application.Tests/Properties/AssemblyInfo.cs index 4181c29b68..8256319a0a 100644 --- a/test/AbpDesk/AbpDesk.Application.Tests/Properties/AssemblyInfo.cs +++ b/test/AbpDesk/AbpDesk.Application.Tests/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Properties/AssemblyInfo.cs b/test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Properties/AssemblyInfo.cs index d1aa43f6ce..dc831881b9 100644 --- a/test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Properties/AssemblyInfo.cs +++ b/test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/test/Volo.Abp.Identity.Tests/Properties/AssemblyInfo.cs b/test/Volo.Abp.Identity.Tests/Properties/AssemblyInfo.cs index ecfa3fa16d..9f9974d329 100644 --- a/test/Volo.Abp.Identity.Tests/Properties/AssemblyInfo.cs +++ b/test/Volo.Abp.Identity.Tests/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/test/Volo.Abp.MultiTenancy.Tests/Volo/Abp/MultiTenancy/MultiTenantManager_Tests.cs b/test/Volo.Abp.MultiTenancy.Tests/Volo/Abp/MultiTenancy/MultiTenantManager_Tests.cs index 0b427cf245..adbb8a0b50 100644 --- a/test/Volo.Abp.MultiTenancy.Tests/Volo/Abp/MultiTenancy/MultiTenantManager_Tests.cs +++ b/test/Volo.Abp.MultiTenancy.Tests/Volo/Abp/MultiTenancy/MultiTenantManager_Tests.cs @@ -1,7 +1,6 @@ using System; using Microsoft.Extensions.DependencyInjection; using Shouldly; -using Volo.Abp.Data; using Volo.Abp.MultiTenancy.ConfigurationStore; using Xunit; diff --git a/test/Volo.Abp.Tests/Volo/Abp/DependencyInjection/ConventionalRegistrar_Test.cs b/test/Volo.Abp.Tests/Volo/Abp/DependencyInjection/ConventionalRegistrar_Test.cs index 30e8cadeaf..d0921b6803 100644 --- a/test/Volo.Abp.Tests/Volo/Abp/DependencyInjection/ConventionalRegistrar_Test.cs +++ b/test/Volo.Abp.Tests/Volo/Abp/DependencyInjection/ConventionalRegistrar_Test.cs @@ -1,6 +1,5 @@ using System; using Microsoft.Extensions.DependencyInjection; -using Shouldly; namespace Volo.Abp.DependencyInjection {