Browse Source

Remove unused namespaces.

pull/272/head
Halil İbrahim Kalkan 9 years ago
parent
commit
cf9d19c05c
  1. 1
      src/AbpDesk/AbpDesk.ConsoleClient/Program.cs
  2. 1
      src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20180105184326_MultiTenancyModuleAdded.cs
  3. 1
      src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20180215073249_Added_PermissionGrant_Entity.cs
  4. 1
      src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20180218143334_Made_Permission_Entity_MultiTenant.cs
  5. 5
      src/AbpDesk/AbpDesk.Web.Mvc/AbpDesk.Web.Mvc.csproj
  6. 3
      src/AbpDesk/AbpDesk.Web.Mvc/AbpDeskWebMvcModule.cs
  7. 3
      src/AbpDesk/AbpDesk.Web.Mvc/Controllers/IdentityServerTestController.cs
  8. 2
      src/AbpDesk/AbpDesk.Web.Mvc/Startup.cs
  9. 8
      src/AbpDesk/AbpDesk.Web.Mvc/web.config
  10. 1
      src/MicroserviceDemo/MicroserviceDemo.AuthServer/Migrations/20180228110952_Added_IdentityServer_Module.cs
  11. 7
      src/MicroserviceDemo/MicroserviceDemo.AuthServer/Pages/Index.cshtml.cs
  12. 1
      src/MicroserviceDemo/MicroserviceDemo.TenancyService/Migrations/20180227101655_Added_MultiTenancy_Module.cs
  13. 1
      src/MicroserviceDemo/MicroserviceDemo.Web/Migrations/20180226091102_Installed_Identity_Module.cs
  14. 6
      src/Volo.Abp.AspNetCore.EmbeddedFiles/Microsoft/AspNetCore/Builder/VirtualFileSystemApplicationBuilderExtensions.cs
  15. 1
      src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ApiExploring/AbpApiDefinitionController.cs
  16. 1
      src/Volo.Abp.Ddd.Application/Volo/Abp/Application/Services/CrudAppServiceBase.cs
  17. 1
      src/Volo.Abp.Ddd.Application/Volo/Abp/Application/Services/IApplicationService.cs
  18. 4
      src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/IEntity.cs
  19. 1
      src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/AbpDbContext.cs
  20. 1
      src/Volo.Abp.Identity.Application/Volo/Abp/Identity/RolePermissionManagementProvider.cs
  21. 1
      src/Volo.Abp.Identity.Application/Volo/Abp/Identity/UserPermissionManagementProvider.cs
  22. 1
      src/Volo.Abp.Identity.Application/Volo/Abp/Permissions/RolePermissionManagerExtensions.cs
  23. 1
      src/Volo.Abp.Identity.Application/Volo/Abp/Permissions/UserPermissionManagerExtensions.cs
  24. 1
      src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20180131140437_Identity_Revisions.cs
  25. 1
      src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20180218140410_Made_Identity_Entities_MultiTenant.cs
  26. 1
      src/Volo.Abp.Identity.HttpApi.Host/VersioningTests/V1/CallsController.cs
  27. 1
      src/Volo.Abp.Identity.HttpApi.Host/VersioningTests/V2/Calls2Controller.cs
  28. 2
      src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/AbpIdentityServerOptions.cs
  29. 5
      src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/Temp/IdentityServerConfig.cs
  30. 1
      src/Volo.Abp.IdentityServer.EntityFrameworkCore/Migrations/20180108150119_IdentityServer_Initial.cs
  31. 1
      src/Volo.Abp.IdentityServer.EntityFrameworkCore/Migrations/20180111095012_Removed_Id_From_ClientGrantType.cs
  32. 1
      src/Volo.Abp.IdentityServer.EntityFrameworkCore/Migrations/20180131140336_IdentityServer_Revisions.cs
  33. 1
      src/Volo.Abp.Localization/Volo/Abp/Localization/LocalizationResourceListExtensions.cs
  34. 1
      src/Volo.Abp.Permissions.EntityFrameworkCore/Migrations/20180218143233_Made_Permission_Entity_MultiTenant.cs
  35. 3
      test/Abp.IdentityServer.EntityFrameworkCore.Tests/Volo/Abp/IdentityServer/AbpIdentityServerTestDataBuilder.cs
  36. 1
      test/AbpDesk/AbpDesk.Application.Tests/AbpDesk/AbpDeskApplicationTestBase.cs
  37. 1
      test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Authorization/FakePermissionStore.cs
  38. 1
      test/Volo.Abp.AspNetCore.Mvc.Versioning.Tests/Volo/Abp/AspNetCore/Mvc/Versioning/App/IHelloController.cs
  39. 4
      test/Volo.Abp.Authorization.Tests/Volo/Abp/Authorization/AuthorizationTestBase.cs
  40. 1
      test/Volo.Abp.Caching.Tests/Volo/Abp/Caching/DistributedCache_Tests.cs
  41. 1
      test/Volo.Abp.Core.Tests/Microsoft/Extensions/DependencyInjection/DependencyInjection_Tests.cs
  42. 1
      test/Volo.Abp.Core.Tests/Volo/Abp/DynamicProxy/AbpInterceptionTestBase.cs
  43. 1
      test/Volo.Abp.Data.Tests/Volo/Abp/Data/ConnectionStringResolver_Tests.cs
  44. 1
      test/Volo.Abp.EntityFrameworkCore.Tests.SecondContext/Migrations/20170927075606_Initial_Migration.cs
  45. 2
      test/Volo.Abp.EntityFrameworkCore.Tests.SecondContext/Migrations/20170927100405_Added_PhoneInSecondDbContext.cs
  46. 1
      test/Volo.Abp.EntityFrameworkCore.Tests/Migrations/20170927080244_Initial_Migration.cs
  47. 1
      test/Volo.Abp.EntityFrameworkCore.Tests/Migrations/20171026084129_Added_TenantId_To_Person.cs
  48. 2
      test/Volo.Abp.EntityFrameworkCore.Tests/Migrations/20171026101049_Added_IsDeleted_To_Person.cs
  49. 1
      test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/DataFiltering/MultiTenant_Filter_Tests.cs
  50. 1
      test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/EntityFrameworkCoreTestBase.cs
  51. 2
      test/Volo.Abp.EventBus.Tests/Volo/Abp/EventBus/EventBusTestBase.cs
  52. 1
      test/Volo.Abp.Identity.Application.Tests/Volo/Abp/Identity/PermissionManager_Tests.cs
  53. 1
      test/Volo.Abp.Identity.Tests/Volo/Abp/Identity/AbpIdentityCommonTestBase.cs
  54. 1
      test/Volo.Abp.Identity.Tests/Volo/Abp/Identity/AbpIdentityDomainTestModule.cs
  55. 1
      test/Volo.Abp.Identity.Tests/Volo/Abp/Identity/IdentityTestPermissionDefinitionProvider.cs
  56. 1
      test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/AbpLocalization_Tests.cs
  57. 4
      test/Volo.Abp.MemoryDb.Tests/Volo/Abp/MemoryDb/MemoryDbTestBase.cs
  58. 4
      test/Volo.Abp.MultiTenancy.Tests/Volo/Abp/MultiTenancy/MultiTenancyTestBase.cs
  59. 1
      test/Volo.Abp.Permissions.Tests/Volo/Abp/Permissions/PermissionTestBase.cs
  60. 1
      test/Volo.Abp.Permissions.Tests/Volo/Abp/Permissions/PermissionTestDataBuilder.cs
  61. 1
      test/Volo.Abp.Serialization.Tests/Volo/Abp/Serialization/ObjectSerializer_Tests.cs
  62. 1
      test/Volo.Abp.Settings.Tests/Volo/Abp/Settings/SettingsTestBase.cs
  63. 2
      test/Volo.Abp.TestApp.Tests/Volo/Abp/TestApp/TestAppTestBase.cs
  64. 1
      test/Volo.Abp.UI.Navigation.Tests/Volo/Abp/Ui/Navigation/MenuManager_Tests.cs
  65. 2
      test/Volo.Abp.Validation.Tests/Volo/Abp/Validation/ApplicationService_Validation_Tests.cs
  66. 1
      test/Volo.Abp.VirtualFileSystem.Tests/Volo/Abp/VirtualFileSystem/VirtualFileProvider_Tests.cs

1
src/AbpDesk/AbpDesk.ConsoleClient/Program.cs

@ -2,7 +2,6 @@
using System.Net.Http;
using System.Threading.Tasks;
using IdentityModel.Client;
using Newtonsoft.Json.Linq;
namespace AbpDesk.ConsoleClient
{

1
src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20180105184326_MultiTenancyModuleAdded.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace AbpDesk.EntityFrameworkCore.Migrations
{

1
src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20180215073249_Added_PermissionGrant_Entity.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace AbpDesk.EntityFrameworkCore.Migrations
{

1
src/AbpDesk/AbpDesk.EntityFrameworkCore/Migrations/20180218143334_Made_Permission_Entity_MultiTenant.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace AbpDesk.EntityFrameworkCore.Migrations
{

5
src/AbpDesk/AbpDesk.Web.Mvc/AbpDesk.Web.Mvc.csproj

@ -23,10 +23,11 @@
<ProjectReference Include="..\..\Volo.Abp.Account.Web\Volo.Abp.Account.Web.csproj" />
<ProjectReference Include="..\..\Volo.Abp.AspNetCore.MultiTenancy\Volo.Abp.AspNetCore.MultiTenancy.csproj" />
<ProjectReference Include="..\..\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" />
<ProjectReference Include="..\..\Volo.Abp.Identity.Application\Volo.Abp.Identity.Application.csproj" />
<ProjectReference Include="..\..\Volo.Abp.Identity.EntityFrameworkCore\Volo.Abp.Identity.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\Volo.Abp.IdentityServer.Domain\Volo.Abp.IdentityServer.Domain.csproj" />
<ProjectReference Include="..\..\Volo.Abp.IdentityServer.EntityFrameworkCore\Volo.Abp.IdentityServer.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\Volo.Abp.MultiTenancy.HttpApi\Volo.Abp.MultiTenancy.HttpApi.csproj" />
<ProjectReference Include="..\..\Volo.Abp.MultiTenancy.Application\Volo.Abp.MultiTenancy.Application.csproj" />
<ProjectReference Include="..\..\Volo.Abp.MultiTenancy.Web\Volo.Abp.MultiTenancy.Web.csproj" />
<ProjectReference Include="..\..\Volo.Abp.Permissions.Application\Volo.Abp.Permissions.Application.csproj" />
<ProjectReference Include="..\AbpDesk.Application.Contracts\AbpDesk.Application.Contracts.csproj" />
@ -56,7 +57,7 @@
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.2" />
<PackageReference Include="Serilog.Extensions.Logging" Version="2.0.2" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="2.0.1" />
</ItemGroup>

3
src/AbpDesk/AbpDesk.Web.Mvc/AbpDeskWebMvcModule.cs

@ -41,6 +41,7 @@ namespace AbpDesk.Web.Mvc
typeof(AbpAspNetCoreMvcUiBootstrapModule),
typeof(AbpDeskApplicationModule),
typeof(AbpDeskEntityFrameworkCoreModule),
typeof(AbpIdentityApplicationModule),
typeof(AbpIdentityEntityFrameworkCoreModule),
typeof(AbpIdentityWebModule),
typeof(AbpAccountWebModule),
@ -49,7 +50,7 @@ namespace AbpDesk.Web.Mvc
typeof(AbpIdentityServerEntityFrameworkCoreModule),
typeof(AbpAspNetCoreMultiTenancyModule),
typeof(AbpMultiTenancyWebModule),
typeof(AbpMultiTenancyHttpApiModule),
typeof(AbpMultiTenancyApplicationModule),
typeof(AbpPermissionsApplicationModule)
)]
public class AbpDeskWebMvcModule : AbpModule //TODO: Rename to AbpDeskWebModule, change default namespace to AbpDesk.Web

3
src/AbpDesk/AbpDesk.Web.Mvc/Controllers/IdentityServerTestController.cs

@ -1,5 +1,4 @@
using System.Linq;
using System.Threading.Tasks;
using System.Threading.Tasks;
using IdentityServer4.Models;
using IdentityServer4.Stores;
using Microsoft.AspNetCore.Mvc;

2
src/AbpDesk/AbpDesk.Web.Mvc/Startup.cs

@ -46,7 +46,7 @@ namespace AbpDesk.Web.Mvc
.AddDebug()
.AddSerilog(new LoggerConfiguration()
.Enrich.FromLogContext()
.WriteTo.RollingFile("Logs/logs.txt")
.WriteTo.File("Logs/logs.txt")
.CreateLogger()
);

8
src/AbpDesk/AbpDesk.Web.Mvc/web.config

@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--
Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
-->
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00" />
</system.webServer>
</configuration>
</configuration>

1
src/MicroserviceDemo/MicroserviceDemo.AuthServer/Migrations/20180228110952_Added_IdentityServer_Module.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace MicroserviceDemo.AuthServer.Migrations
{

7
src/MicroserviceDemo/MicroserviceDemo.AuthServer/Pages/Index.cshtml.cs

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace MicroserviceDemo.AuthServer.Pages
{

1
src/MicroserviceDemo/MicroserviceDemo.TenancyService/Migrations/20180227101655_Added_MultiTenancy_Module.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace MicroserviceDemo.TenancyService.Migrations
{

1
src/MicroserviceDemo/MicroserviceDemo.Web/Migrations/20180226091102_Installed_Identity_Module.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace MicroserviceDemo.Web.Migrations
{

6
src/Volo.Abp.AspNetCore.EmbeddedFiles/Microsoft/AspNetCore/Builder/VirtualFileSystemApplicationBuilderExtensions.cs

@ -1,9 +1,5 @@
using System.Linq;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.FileProviders;
using Microsoft.Extensions.Options;
using Microsoft.Extensions.FileProviders;
using Volo.Abp.AspNetCore.VirtualFileSystem;
using Volo.Abp.VirtualFileSystem;
namespace Microsoft.AspNetCore.Builder
{

1
src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ApiExploring/AbpApiDefinitionController.cs

@ -1,5 +1,4 @@
using Microsoft.AspNetCore.Mvc;
using Volo.Abp.Application.Services;
using Volo.Abp.Http.Modeling;
namespace Volo.Abp.AspNetCore.Mvc.ApiExploring

1
src/Volo.Abp.Ddd.Application/Volo/Abp/Application/Services/CrudAppServiceBase.cs

@ -4,7 +4,6 @@ using System.Linq.Dynamic.Core;
using Volo.Abp.Application.Dtos;
using Volo.Abp.Domain.Entities;
using Volo.Abp.Domain.Repositories;
using Volo.Abp.ObjectMapping;
namespace Volo.Abp.Application.Services
{

1
src/Volo.Abp.Ddd.Application/Volo/Abp/Application/Services/IApplicationService.cs

@ -1,5 +1,4 @@
using Volo.Abp.Authorization;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Uow;

4
src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/IEntity.cs

@ -1,7 +1,7 @@
namespace Volo.Abp.Domain.Entities
{
/// <summary>
/// Defines an entity. It's primary key may not be "Id" or it mah have a composite primary key.
/// Defines an entity. It's primary key may not be "Id" or it may have a composite primary key.
/// Use <see cref="IEntity{TKey}"/> where possible for better integration to repositories and other structures in the framework.
/// </summary>
public interface IEntity
@ -18,6 +18,6 @@
/// <summary>
/// Unique identifier for this entity.
/// </summary>
TKey Id { get; set; } //TODO: Consider to remove setter and make it protected in Entity class
TKey Id { get; set; }
}
}

1
src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/AbpDbContext.cs

@ -15,7 +15,6 @@ using Volo.Abp.Domain.Entities.Events;
using Volo.Abp.Guids;
using Volo.Abp.MultiTenancy;
using Volo.Abp.Reflection;
using Volo.Abp.Uow;
namespace Volo.Abp.EntityFrameworkCore
{

1
src/Volo.Abp.Identity.Application/Volo/Abp/Identity/RolePermissionManagementProvider.cs

@ -4,7 +4,6 @@ using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Guids;
using Volo.Abp.MultiTenancy;
using Volo.Abp.Permissions;
using Volo.Abp.Session;
namespace Volo.Abp.Identity
{

1
src/Volo.Abp.Identity.Application/Volo/Abp/Identity/UserPermissionManagementProvider.cs

@ -2,7 +2,6 @@
using Volo.Abp.Guids;
using Volo.Abp.MultiTenancy;
using Volo.Abp.Permissions;
using Volo.Abp.Session;
namespace Volo.Abp.Identity
{

1
src/Volo.Abp.Identity.Application/Volo/Abp/Permissions/RolePermissionManagerExtensions.cs

@ -2,7 +2,6 @@
using System.Threading.Tasks;
using JetBrains.Annotations;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Session;
namespace Volo.Abp.Permissions
{

1
src/Volo.Abp.Identity.Application/Volo/Abp/Permissions/UserPermissionManagerExtensions.cs

@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Threading.Tasks;
using JetBrains.Annotations;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Session;
namespace Volo.Abp.Permissions
{

1
src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20180131140437_Identity_Revisions.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.Identity.EntityFrameworkCore.Migrations
{

1
src/Volo.Abp.Identity.EntityFrameworkCore/Migrations/20180218140410_Made_Identity_Entities_MultiTenant.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.Identity.EntityFrameworkCore.Migrations
{

1
src/Volo.Abp.Identity.HttpApi.Host/VersioningTests/V1/CallsController.cs

@ -1,6 +1,5 @@
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc;
using Volo.Abp.Application.Services;
using Volo.Abp.AspNetCore.Mvc;
namespace Volo.Abp.Identity.HttpApi.Host.VersioningTests.V1

1
src/Volo.Abp.Identity.HttpApi.Host/VersioningTests/V2/Calls2Controller.cs

@ -1,7 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Volo.Abp.Application.Services;
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.Identity.HttpApi.Host.VersioningTests.V1;

2
src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/AbpIdentityServerOptions.cs

@ -1,5 +1,3 @@
using System.IdentityModel.Tokens.Jwt;
namespace Volo.Abp.IdentityServer
{
public class AbpIdentityServerOptions

5
src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/Temp/IdentityServerConfig.cs

@ -1,7 +1,4 @@
using System.Collections.Generic;
using IdentityServer4.Models;
namespace Volo.Abp.IdentityServer.Temp
namespace Volo.Abp.IdentityServer.Temp
{
//TODO: Remove!
//internal static class IdentityServerConfig

1
src/Volo.Abp.IdentityServer.EntityFrameworkCore/Migrations/20180108150119_IdentityServer_Initial.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.IdentityServer.EntityFrameworkCore.Migrations
{

1
src/Volo.Abp.IdentityServer.EntityFrameworkCore/Migrations/20180111095012_Removed_Id_From_ClientGrantType.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.IdentityServer.EntityFrameworkCore.Migrations
{

1
src/Volo.Abp.IdentityServer.EntityFrameworkCore/Migrations/20180131140336_IdentityServer_Revisions.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.IdentityServer.EntityFrameworkCore.Migrations
{

1
src/Volo.Abp.Localization/Volo/Abp/Localization/LocalizationResourceListExtensions.cs

@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using JetBrains.Annotations;
using Volo.Abp.Localization.Json;
using Volo.Abp.Localization.VirtualFiles.Json;
namespace Volo.Abp.Localization

1
src/Volo.Abp.Permissions.EntityFrameworkCore/Migrations/20180218143233_Made_Permission_Entity_MultiTenant.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.Permissions.EntityFrameworkCore.Migrations
{

3
test/Abp.IdentityServer.EntityFrameworkCore.Tests/Volo/Abp/IdentityServer/AbpIdentityServerTestDataBuilder.cs

@ -1,5 +1,4 @@
using System.Collections.Generic;
using IdentityServer4.Models;
using IdentityServer4.Models;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Guids;
using Volo.Abp.IdentityServer.ApiResources;

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

@ -2,7 +2,6 @@ using AbpDesk.EntityFrameworkCore;
using AbpDesk.Tickets;
using Microsoft.Extensions.DependencyInjection;
using Volo.Abp;
using Volo.Abp.TestBase;
namespace AbpDesk
{

1
test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Authorization/FakePermissionStore.cs

@ -1,7 +1,6 @@
using System.Threading.Tasks;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Session;
namespace Volo.Abp.AspNetCore.Mvc.Authorization
{

1
test/Volo.Abp.AspNetCore.Mvc.Versioning.Tests/Volo/Abp/AspNetCore/Mvc/Versioning/App/IHelloController.cs

@ -1,5 +1,4 @@
using System.Threading.Tasks;
using Volo.Abp.Application.Services;
namespace Volo.Abp.AspNetCore.Mvc.Versioning.App
{

4
test/Volo.Abp.Authorization.Tests/Volo/Abp/Authorization/AuthorizationTestBase.cs

@ -1,6 +1,4 @@
using Volo.Abp.TestBase;
namespace Volo.Abp.Authorization
namespace Volo.Abp.Authorization
{
public class AuthorizationTestBase : AbpIntegratedTest<AbpAuthorizationTestModule>
{

1
test/Volo.Abp.Caching.Tests/Volo/Abp/Caching/DistributedCache_Tests.cs

@ -1,7 +1,6 @@
using System;
using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.TestBase;
using Xunit;
namespace Volo.Abp.Caching

1
test/Volo.Abp.Core.Tests/Microsoft/Extensions/DependencyInjection/DependencyInjection_Tests.cs

@ -4,7 +4,6 @@ using Shouldly;
using Volo.Abp;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
using Xunit;
namespace Microsoft.Extensions.DependencyInjection

1
test/Volo.Abp.Core.Tests/Volo/Abp/DynamicProxy/AbpInterceptionTestBase.cs

@ -2,7 +2,6 @@ using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
using Xunit;
namespace Volo.Abp.DynamicProxy

1
test/Volo.Abp.Data.Tests/Volo/Abp/Data/ConnectionStringResolver_Tests.cs

@ -1,7 +1,6 @@
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
using Xunit;
namespace Volo.Abp.Data

1
test/Volo.Abp.EntityFrameworkCore.Tests.SecondContext/Migrations/20170927075606_Initial_Migration.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.EntityFrameworkCore.Tests.SecondContext.Migrations
{

2
test/Volo.Abp.EntityFrameworkCore.Tests.SecondContext/Migrations/20170927100405_Added_PhoneInSecondDbContext.cs

@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.EntityFrameworkCore.Tests.SecondContext.Migrations
{

1
test/Volo.Abp.EntityFrameworkCore.Tests/Migrations/20170927080244_Initial_Migration.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.EntityFrameworkCore.Tests.Migrations
{

1
test/Volo.Abp.EntityFrameworkCore.Tests/Migrations/20171026084129_Added_TenantId_To_Person.cs

@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.EntityFrameworkCore.Tests.Migrations
{

2
test/Volo.Abp.EntityFrameworkCore.Tests/Migrations/20171026101049_Added_IsDeleted_To_Person.cs

@ -1,6 +1,4 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace Volo.Abp.EntityFrameworkCore.Tests.Migrations
{

1
test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/DataFiltering/MultiTenant_Filter_Tests.cs

@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using NSubstitute;
using Shouldly;

1
test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/EntityFrameworkCoreTestBase.cs

@ -1,7 +1,6 @@
using System;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.TestBase;
using Volo.Abp.Uow;
namespace Volo.Abp.EntityFrameworkCore

2
test/Volo.Abp.EventBus.Tests/Volo/Abp/EventBus/EventBusTestBase.cs

@ -1,5 +1,3 @@
using Volo.Abp.TestBase;
namespace Volo.Abp.EventBus
{
public abstract class EventBusTestBase : AbpIntegratedTest<EventBusTestModule>

1
test/Volo.Abp.Identity.Application.Tests/Volo/Abp/Identity/PermissionManager_Tests.cs

@ -5,7 +5,6 @@ using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Permissions;
using Volo.Abp.Session;
using Xunit;
namespace Volo.Abp.Identity

1
test/Volo.Abp.Identity.Tests/Volo/Abp/Identity/AbpIdentityCommonTestBase.cs

@ -2,7 +2,6 @@
using System.Linq;
using Volo.Abp.Identity.EntityFrameworkCore;
using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
namespace Volo.Abp.Identity
{

1
test/Volo.Abp.Identity.Tests/Volo/Abp/Identity/AbpIdentityDomainTestModule.cs

@ -6,7 +6,6 @@ using Volo.Abp.Autofac;
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.Identity.EntityFrameworkCore;
using Volo.Abp.Modularity;
using Volo.Abp.Permissions;
using Volo.Abp.Permissions.EntityFrameworkCore;
using Volo.Abp.Uow;

1
test/Volo.Abp.Identity.Tests/Volo/Abp/Identity/IdentityTestPermissionDefinitionProvider.cs

@ -1,5 +1,4 @@
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Permissions;
namespace Volo.Abp.Identity
{

1
test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/AbpLocalization_Tests.cs

@ -6,7 +6,6 @@ using Volo.Abp.Localization.TestResources.Base.CountryNames;
using Volo.Abp.Localization.TestResources.Base.Validation;
using Volo.Abp.Localization.TestResources.Source;
using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
using Volo.Abp.VirtualFileSystem;
using Xunit;

4
test/Volo.Abp.MemoryDb.Tests/Volo/Abp/MemoryDb/MemoryDbTestBase.cs

@ -1,6 +1,4 @@
using Volo.Abp.TestBase;
namespace Volo.Abp.MemoryDb
namespace Volo.Abp.MemoryDb
{
public abstract class MemoryDbTestBase : AbpIntegratedTest<AbpMemoryDbTestModule>
{

4
test/Volo.Abp.MultiTenancy.Tests/Volo/Abp/MultiTenancy/MultiTenancyTestBase.cs

@ -1,6 +1,4 @@
using Volo.Abp.TestBase;
namespace Volo.Abp.MultiTenancy
namespace Volo.Abp.MultiTenancy
{
public class MultiTenancyTestBase : AbpIntegratedTest<MultiTenancyTestModule>
{

1
test/Volo.Abp.Permissions.Tests/Volo/Abp/Permissions/PermissionTestBase.cs

@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using Volo.Abp.Permissions.EntityFrameworkCore;
using Volo.Abp.Session;
using Volo.Abp.TestBase;
namespace Volo.Abp.Permissions
{

1
test/Volo.Abp.Permissions.Tests/Volo/Abp/Permissions/PermissionTestDataBuilder.cs

@ -2,7 +2,6 @@
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Guids;
using Volo.Abp.Session;
namespace Volo.Abp.Permissions
{

1
test/Volo.Abp.Serialization.Tests/Volo/Abp/Serialization/ObjectSerializer_Tests.cs

@ -1,6 +1,5 @@
using Shouldly;
using Volo.Abp.Serialization.Objects;
using Volo.Abp.TestBase;
using Xunit;
namespace Volo.Abp.Serialization

1
test/Volo.Abp.Settings.Tests/Volo/Abp/Settings/SettingsTestBase.cs

@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using Volo.Abp.Session;
using Volo.Abp.Settings.EntityFrameworkCore;
using Volo.Abp.TestBase;
namespace Volo.Abp.Settings
{

2
test/Volo.Abp.TestApp.Tests/Volo/Abp/TestApp/TestAppTestBase.cs

@ -1,5 +1,3 @@
using Volo.Abp.TestBase;
namespace Volo.Abp.TestApp
{
public class TestAppTestBase : AbpIntegratedTest<TestAppTestModule>

1
test/Volo.Abp.UI.Navigation.Tests/Volo/Abp/Ui/Navigation/MenuManager_Tests.cs

@ -2,7 +2,6 @@
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
using System.Collections.Generic;
using Xunit;

2
test/Volo.Abp.Validation.Tests/Volo/Abp/Validation/ApplicationService_Validation_Tests.cs

@ -3,11 +3,9 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.Application.Services;
using Volo.Abp.Autofac;
using Volo.Abp.DependencyInjection;
using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
using Xunit;
namespace Volo.Abp.Validation

1
test/Volo.Abp.VirtualFileSystem.Tests/Volo/Abp/VirtualFileSystem/VirtualFileProvider_Tests.cs

@ -3,7 +3,6 @@ using System.Text;
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.Modularity;
using Volo.Abp.TestBase;
using Xunit;
namespace Volo.Abp.VirtualFileSystem

Loading…
Cancel
Save