Browse Source

Fixed namespaces

pull/870/head
Halil ibrahim Kalkan 7 years ago
parent
commit
4f5b688864
  1. 7
      modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo/Abp/FeatureManagement/FeatureManagementApplicationContractsModule.cs
  2. 6
      modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo/Abp/FeatureManagement/FeatureManagementPermissionDefinitionProvider.cs
  3. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo/Abp/FeatureManagement/FeatureManagementPermissions.cs
  4. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureManagementApplicationAutoMapperProfile.cs
  5. 5
      modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureManagementApplicationModule.cs
  6. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureManagementSettingDefinitionProvider.cs
  7. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureManagementSettings.cs
  8. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/FeatureManagementDomainErrorCodes.cs
  9. 7
      modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/FeatureManagementDomainSharedModule.cs
  10. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/FeatureManagementResource.cs
  11. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo/Abp/FeatureManagement/FeatureManagementConsts.cs
  12. 5
      modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo/Abp/FeatureManagement/FeatureManagementDomainModule.cs
  13. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementDbContext.cs
  14. 3
      modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementDbContextModelCreatingExtensions.cs
  15. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementEntityFrameworkCoreModule.cs
  16. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementModelBuilderConfigurationOptions.cs
  17. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/IFeatureManagementDbContext.cs
  18. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi.Client/Volo/Abp/FeatureManagement/FeatureManagementHttpApiClientModule.cs
  19. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi/Volo/Abp/FeatureManagement/FeatureManagementHttpApiModule.cs
  20. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/FeatureManagementMongoDbContext.cs
  21. 3
      modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/FeatureManagementMongoDbContextExtensions.cs
  22. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/FeatureManagementMongoDbModule.cs
  23. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/FeatureManagementMongoModelBuilderConfigurationOptions.cs
  24. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/IFeatureManagementMongoDbContext.cs
  25. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Web/FeatureManagementMenuContributor.cs
  26. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Web/FeatureManagementWebAutoMapperProfile.cs
  27. 4
      modules/feature-management/src/Volo.Abp.FeatureManagement.Web/FeatureManagementWebModule.cs
  28. 2
      modules/feature-management/test/Volo.Abp.FeatureManagement.Application.Tests/Volo/Abp/FeatureManagement/FeatureManagementApplicationTestModule.cs
  29. 4
      modules/feature-management/test/Volo.Abp.FeatureManagement.Domain.Tests/Volo/Abp/FeatureManagement/FeatureManagementDomainTestBase.cs
  30. 4
      modules/feature-management/test/Volo.Abp.FeatureManagement.Domain.Tests/Volo/Abp/FeatureManagement/FeatureManagementDomainTestModule.cs
  31. 6
      modules/feature-management/test/Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementEntityFrameworkCoreTestModule.cs
  32. 4
      modules/feature-management/test/Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests/Volo/Abp/FeatureManagement/EntityFrameworkCore/MyEntityRepository_Tests.cs
  33. 1
      modules/feature-management/test/Volo.Abp.FeatureManagement.MongoDB.Tests/Abp/FeatureManagement/MongoDB/FeatureManagementMongoDbTestModule.cs
  34. 1
      modules/feature-management/test/Volo.Abp.FeatureManagement.TestBase/Abp/FeatureManagement/FeatureManagementTestBaseModule.cs

7
modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo/Abp/FeatureManagement/FeatureManagementApplicationContractsModule.cs

@ -1,12 +1,11 @@
using Microsoft.Extensions.DependencyInjection;
using Abp.FeatureManagement.Localization;
using Volo.Abp.Application;
using Volo.Abp.Application;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.FeatureManagement.Localization;
using Volo.Abp.Localization;
using Volo.Abp.Modularity;
using Volo.Abp.VirtualFileSystem;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(
typeof(FeatureManagementDomainSharedModule),

6
modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo/Abp/FeatureManagement/FeatureManagementPermissionDefinitionProvider.cs

@ -1,8 +1,8 @@
using Abp.FeatureManagement.Localization;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.FeatureManagement.Localization;
using Volo.Abp.Localization;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public class FeatureManagementPermissionDefinitionProvider : PermissionDefinitionProvider
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo/Abp/FeatureManagement/FeatureManagementPermissions.cs

@ -1,4 +1,4 @@
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public class FeatureManagementPermissions
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureManagementApplicationAutoMapperProfile.cs

@ -1,6 +1,6 @@
using AutoMapper;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public class FeatureManagementApplicationAutoMapperProfile : Profile
{

5
modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureManagementApplicationModule.cs

@ -1,9 +1,8 @@
using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.AutoMapper;
using Volo.Abp.AutoMapper;
using Volo.Abp.Modularity;
using Volo.Abp.Settings;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(
typeof(FeatureManagementDomainModule),

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureManagementSettingDefinitionProvider.cs

@ -1,6 +1,6 @@
using Volo.Abp.Settings;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public class FeatureManagementSettingDefinitionProvider : SettingDefinitionProvider
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureManagementSettings.cs

@ -1,4 +1,4 @@
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public static class FeatureManagementSettings
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/FeatureManagementDomainErrorCodes.cs

@ -1,4 +1,4 @@
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public static class FeatureManagementDomainErrorCodes
{

7
modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/FeatureManagementDomainSharedModule.cs

@ -1,9 +1,8 @@
using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.Modularity;
using Volo.Abp.FeatureManagement.Localization;
using Volo.Abp.Localization;
using Abp.FeatureManagement.Localization;
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(
typeof(AbpLocalizationModule)

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/FeatureManagementResource.cs

@ -1,6 +1,6 @@
using Volo.Abp.Localization;
namespace Abp.FeatureManagement.Localization
namespace Volo.Abp.FeatureManagement.Localization
{
[LocalizationResourceName("FeatureManagement")]
public class FeatureManagementResource

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo/Abp/FeatureManagement/FeatureManagementConsts.cs

@ -1,4 +1,4 @@
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public static class FeatureManagementConsts
{

5
modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo/Abp/FeatureManagement/FeatureManagementDomainModule.cs

@ -1,11 +1,10 @@
using Microsoft.Extensions.DependencyInjection;
using Abp.FeatureManagement.Localization;
using Volo.Abp.FeatureManagement.Localization;
using Volo.Abp.Localization;
using Volo.Abp.Localization.ExceptionHandling;
using Volo.Abp.Modularity;
using Volo.Abp.VirtualFileSystem;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(
typeof(FeatureManagementDomainSharedModule)

2
modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementDbContext.cs

@ -2,7 +2,7 @@
using Volo.Abp.Data;
using Volo.Abp.EntityFrameworkCore;
namespace Abp.FeatureManagement.EntityFrameworkCore
namespace Volo.Abp.FeatureManagement.EntityFrameworkCore
{
[ConnectionStringName("FeatureManagement")]
public class FeatureManagementDbContext : AbpDbContext<FeatureManagementDbContext>, IFeatureManagementDbContext

3
modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementDbContextModelCreatingExtensions.cs

@ -1,8 +1,7 @@
using System;
using Microsoft.EntityFrameworkCore;
using Volo.Abp;
namespace Abp.FeatureManagement.EntityFrameworkCore
namespace Volo.Abp.FeatureManagement.EntityFrameworkCore
{
public static class FeatureManagementDbContextModelCreatingExtensions
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementEntityFrameworkCoreModule.cs

@ -2,7 +2,7 @@
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement.EntityFrameworkCore
namespace Volo.Abp.FeatureManagement.EntityFrameworkCore
{
[DependsOn(
typeof(FeatureManagementDomainModule),

2
modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementModelBuilderConfigurationOptions.cs

@ -1,7 +1,7 @@
using JetBrains.Annotations;
using Volo.Abp.EntityFrameworkCore.Modeling;
namespace Abp.FeatureManagement.EntityFrameworkCore
namespace Volo.Abp.FeatureManagement.EntityFrameworkCore
{
public class FeatureManagementModelBuilderConfigurationOptions : ModelBuilderConfigurationOptions
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo/Abp/FeatureManagement/EntityFrameworkCore/IFeatureManagementDbContext.cs

@ -1,7 +1,7 @@
using Volo.Abp.Data;
using Volo.Abp.EntityFrameworkCore;
namespace Abp.FeatureManagement.EntityFrameworkCore
namespace Volo.Abp.FeatureManagement.EntityFrameworkCore
{
[ConnectionStringName("FeatureManagement")]
public interface IFeatureManagementDbContext : IEfCoreDbContext

2
modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi.Client/Volo/Abp/FeatureManagement/FeatureManagementHttpApiClientModule.cs

@ -2,7 +2,7 @@
using Volo.Abp.Http.Client;
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(
typeof(FeatureManagementApplicationContractsModule),

2
modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi/Volo/Abp/FeatureManagement/FeatureManagementHttpApiModule.cs

@ -1,7 +1,7 @@
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(
typeof(FeatureManagementApplicationContractsModule),

2
modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/FeatureManagementMongoDbContext.cs

@ -1,7 +1,7 @@
using Volo.Abp.Data;
using Volo.Abp.MongoDB;
namespace Abp.FeatureManagement.MongoDB
namespace Volo.Abp.FeatureManagement.MongoDB
{
[ConnectionStringName("FeatureManagement")]
public class FeatureManagementMongoDbContext : AbpMongoDbContext, IFeatureManagementMongoDbContext

3
modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/FeatureManagementMongoDbContextExtensions.cs

@ -1,8 +1,7 @@
using System;
using Volo.Abp;
using Volo.Abp.MongoDB;
namespace Abp.FeatureManagement.MongoDB
namespace Volo.Abp.FeatureManagement.MongoDB
{
public static class FeatureManagementMongoDbContextExtensions
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/FeatureManagementMongoDbModule.cs

@ -2,7 +2,7 @@
using Volo.Abp.Modularity;
using Volo.Abp.MongoDB;
namespace Abp.FeatureManagement.MongoDB
namespace Volo.Abp.FeatureManagement.MongoDB
{
[DependsOn(
typeof(FeatureManagementDomainModule),

2
modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/FeatureManagementMongoModelBuilderConfigurationOptions.cs

@ -1,7 +1,7 @@
using JetBrains.Annotations;
using Volo.Abp.MongoDB;
namespace Abp.FeatureManagement.MongoDB
namespace Volo.Abp.FeatureManagement.MongoDB
{
public class FeatureManagementMongoModelBuilderConfigurationOptions : MongoModelBuilderConfigurationOptions
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo/Abp/FeatureManagement/MongoDB/IFeatureManagementMongoDbContext.cs

@ -1,7 +1,7 @@
using Volo.Abp.Data;
using Volo.Abp.MongoDB;
namespace Abp.FeatureManagement.MongoDB
namespace Volo.Abp.FeatureManagement.MongoDB
{
[ConnectionStringName("FeatureManagement")]
public interface IFeatureManagementMongoDbContext : IAbpMongoDbContext

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Web/FeatureManagementMenuContributor.cs

@ -1,7 +1,7 @@
using System.Threading.Tasks;
using Volo.Abp.UI.Navigation;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public class FeatureManagementMenuContributor : IMenuContributor
{

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Web/FeatureManagementWebAutoMapperProfile.cs

@ -1,6 +1,6 @@
using AutoMapper;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public class FeatureManagementWebAutoMapperProfile : Profile
{

4
modules/feature-management/src/Volo.Abp.FeatureManagement.Web/FeatureManagementWebModule.cs

@ -1,17 +1,17 @@
using Localization.Resources.AbpUi;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.DependencyInjection;
using Abp.FeatureManagement.Localization;
using Volo.Abp.AspNetCore.Mvc.Localization;
using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared;
using Volo.Abp.AutoMapper;
using Volo.Abp.FeatureManagement.Localization;
using Volo.Abp.Localization;
using Volo.Abp.Localization.Resources.AbpValidation;
using Volo.Abp.Modularity;
using Volo.Abp.UI.Navigation;
using Volo.Abp.VirtualFileSystem;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(typeof(FeatureManagementHttpApiModule))]
[DependsOn(typeof(AbpAspNetCoreMvcUiThemeSharedModule))]

2
modules/feature-management/test/Volo.Abp.FeatureManagement.Application.Tests/Volo/Abp/FeatureManagement/FeatureManagementApplicationTestModule.cs

@ -1,6 +1,6 @@
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(
typeof(FeatureManagementApplicationModule),

4
modules/feature-management/test/Volo.Abp.FeatureManagement.Domain.Tests/Volo/Abp/FeatureManagement/FeatureManagementDomainTestBase.cs

@ -1,4 +1,6 @@
namespace Abp.FeatureManagement
using Abp.FeatureManagement;
namespace Volo.Abp.FeatureManagement
{
public abstract class FeatureManagementDomainTestBase : FeatureManagementTestBase<FeatureManagementDomainTestModule>
{

4
modules/feature-management/test/Volo.Abp.FeatureManagement.Domain.Tests/Volo/Abp/FeatureManagement/FeatureManagementDomainTestModule.cs

@ -1,7 +1,7 @@
using Abp.FeatureManagement.EntityFrameworkCore;
using Volo.Abp.FeatureManagement.EntityFrameworkCore;
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
[DependsOn(
typeof(FeatureManagementEntityFrameworkCoreTestModule)

6
modules/feature-management/test/Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests/Volo/Abp/FeatureManagement/EntityFrameworkCore/FeatureManagementEntityFrameworkCoreTestModule.cs

@ -1,12 +1,12 @@
using Microsoft.Data.Sqlite;
using Abp.FeatureManagement;
using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement.EntityFrameworkCore
namespace Volo.Abp.FeatureManagement.EntityFrameworkCore
{
[DependsOn(
typeof(FeatureManagementTestBaseModule),

4
modules/feature-management/test/Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests/Volo/Abp/FeatureManagement/EntityFrameworkCore/MyEntityRepository_Tests.cs

@ -1,4 +1,6 @@
namespace Abp.FeatureManagement.EntityFrameworkCore
using Abp.FeatureManagement;
namespace Volo.Abp.FeatureManagement.EntityFrameworkCore
{
public class MyEntityRepository_Tests : MyEntityRepository_Tests<FeatureManagementEntityFrameworkCoreTestModule>
{

1
modules/feature-management/test/Volo.Abp.FeatureManagement.MongoDB.Tests/Abp/FeatureManagement/MongoDB/FeatureManagementMongoDbTestModule.cs

@ -2,6 +2,7 @@
using Mongo2Go;
using Volo.Abp;
using Volo.Abp.Data;
using Volo.Abp.FeatureManagement.MongoDB;
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement.MongoDB

1
modules/feature-management/test/Volo.Abp.FeatureManagement.TestBase/Abp/FeatureManagement/FeatureManagementTestBaseModule.cs

@ -2,6 +2,7 @@
using Volo.Abp;
using Volo.Abp.Authorization;
using Volo.Abp.Autofac;
using Volo.Abp.FeatureManagement;
using Volo.Abp.Modularity;
namespace Abp.FeatureManagement

Loading…
Cancel
Save