Browse Source

Remove unused namespaces.

pull/96/head
Halil İbrahim Kalkan 9 years ago
parent
commit
408e100f4c
  1. 1
      src/AbpDesk/AbpDesk.Application.Contracts/Properties/AssemblyInfo.cs
  2. 1
      src/AbpDesk/AbpDesk.Application/Properties/AssemblyInfo.cs
  3. 1
      src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk/ConsoleDemo/BlogPostLister.cs
  4. 1
      src/AbpDesk/AbpDesk.ConsoleDemo/Properties/AssemblyInfo.cs
  5. 1
      src/AbpDesk/AbpDesk.Domain/AbpDesk/Tickets/Ticket.cs
  6. 1
      src/AbpDesk/AbpDesk.Domain/Properties/AssemblyInfo.cs
  7. 4
      src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20170123122207_AbpDesk_Initial.cs
  8. 5
      src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/AbpDeskDbContextModelSnapshot.cs
  9. 1
      src/AbpDesk/AbpDesk.EntityFrameworkCore/Properties/AssemblyInfo.cs
  10. 1
      src/AbpDesk/AbpDesk.MongoBlog/AbpDesk/Blogging/BlogPost.cs
  11. 1
      src/AbpDesk/AbpDesk.MongoBlog/Properties/AssemblyInfo.cs
  12. 3
      src/AbpDesk/AbpDesk.SamplePlugInModule/AbpDeskSamplePlugInModule.cs
  13. 1
      src/AbpDesk/AbpDesk.SamplePlugInModule/Properties/AssemblyInfo.cs
  14. BIN
      src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll
  15. 1
      src/Volo.Abp.AspNetCore.EmbeddedFiles/Properties/AssemblyInfo.cs
  16. 1
      src/Volo.Abp.AspNetCore.MultiTenancy/Properties/AssemblyInfo.cs
  17. 1
      src/Volo.Abp.AspNetCore.Mvc/Properties/AssemblyInfo.cs
  18. 1
      src/Volo.Abp.AspNetCore.TestBase/Properties/AssemblyInfo.cs
  19. 1
      src/Volo.Abp.AspNetCore/Microsoft/AspNetCore/Builder/AbpApplicationBuilderExtensions.cs
  20. 1
      src/Volo.Abp.Autofac/Autofac/Extensions/DependencyInjection/AutofacRegistration.cs
  21. 1
      src/Volo.Abp.Autofac/Microsoft/Extensions/DependencyInjection/AbpAutofacServiceCollectionExtensions.cs
  22. 1
      src/Volo.Abp.EntityFrameworkCore/Properties/AssemblyInfo.cs
  23. 1
      src/Volo.Abp.Identity.Application.Contracts/Properties/AssemblyInfo.cs
  24. 1
      src/Volo.Abp.Identity.Application/Properties/AssemblyInfo.cs
  25. 1
      src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123121521_Identity_Initial.cs
  26. 1
      src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20170123193838_Fix_IdentityUserRole_UserId_Nav_Property.cs
  27. 2
      src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/IdentityDbContextModelSnapshot.cs
  28. 1
      src/Volo.Abp.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs
  29. 1
      src/Volo.Abp.Identity.HttpApi.Client/Properties/AssemblyInfo.cs
  30. 1
      src/Volo.Abp.Identity.HttpApi/Properties/AssemblyInfo.cs
  31. 1
      src/Volo.Abp.Identity/Properties/AssemblyInfo.cs
  32. 1
      src/Volo.Abp.Identity/Volo/Abp/Identity/IdentityUserManager.cs
  33. 1
      src/Volo.Abp.MongoDB/Properties/AssemblyInfo.cs
  34. 1
      src/Volo.Abp.TestBase/Properties/AssemblyInfo.cs
  35. 1
      src/Volo.Abp/Microsoft/Extensions/DependencyInjection/ServiceCollectionCommonExtensions.cs
  36. 1
      src/Volo.Abp/System/AbpStringExtensions.cs
  37. 1
      src/Volo.Abp/System/Collections/Generic/AbpCollectionExtensions.cs
  38. 1
      src/Volo.Abp/System/Collections/Generic/AbpListExtensions.cs
  39. 4
      src/Volo.Abp/Volo/Abp/Guids/SequentialGuidType.cs
  40. 1
      src/Volo.Abp/Volo/Abp/IOnApplicationInitialization.cs
  41. 1
      src/Volo.Abp/Volo/Abp/IOnApplicationShutdown.cs
  42. 6
      src/Volo.Abp/Volo/Abp/Uow/UnitOfWorkInterceptorRegistrar.cs
  43. 1
      test/AbpDesk/AbpDesk.Application.Tests/AbpDesk/AbpDeskApplicationTestBase.cs
  44. 1
      test/AbpDesk/AbpDesk.Application.Tests/Properties/AssemblyInfo.cs
  45. 1
      test/Volo.Abp.AspNetCore.MultiTenancy.Tests/Properties/AssemblyInfo.cs
  46. 1
      test/Volo.Abp.Identity.Tests/Properties/AssemblyInfo.cs
  47. 1
      test/Volo.Abp.MultiTenancy.Tests/Volo/Abp/MultiTenancy/MultiTenantManager_Tests.cs
  48. 1
      test/Volo.Abp.Tests/Volo/Abp/DependencyInjection/ConventionalRegistrar_Test.cs

1
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

1
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

1
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;

1
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

1
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;

1
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

4
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

5
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
{

1
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

1
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;

1
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

3
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

1
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

BIN
src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll

Binary file not shown.

1
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

1
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

1
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

1
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

1
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;

1
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;

1
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

1
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

1
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

1
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

1
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

1
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

2
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
{

1
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

1
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

1
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

1
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

1
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;

1
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

1
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

1
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

1
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

1
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

1
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

4
src/Volo.Abp/Volo/Abp/Guids/SequentialGuidType.cs

@ -1,6 +1,4 @@
using System;
namespace Volo.Abp.Guids
namespace Volo.Abp.Guids
{
/// <summary>
/// Describes the type of a sequential GUID value.

1
src/Volo.Abp/Volo/Abp/IOnApplicationInitialization.cs

@ -1,5 +1,4 @@
using JetBrains.Annotations;
using Volo.Abp.Modularity;
namespace Volo.Abp
{

1
src/Volo.Abp/Volo/Abp/IOnApplicationShutdown.cs

@ -1,5 +1,4 @@
using JetBrains.Annotations;
using Volo.Abp.Modularity;
namespace Volo.Abp
{

6
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
{

1
test/AbpDesk/AbpDesk.Application.Tests/AbpDesk/AbpDeskApplicationTestBase.cs

@ -1,4 +1,3 @@
using System;
using AbpDesk.EntityFrameworkCore;
using AbpDesk.Tickets;
using Microsoft.Extensions.DependencyInjection;

1
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

1
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

1
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

1
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;

1
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
{

Loading…
Cancel
Save