diff --git a/templates/module/MyCompanyName.MyModuleName.sln b/templates/module/MyCompanyName.MyProjectName.sln
similarity index 76%
rename from templates/module/MyCompanyName.MyModuleName.sln
rename to templates/module/MyCompanyName.MyProjectName.sln
index 8796c9fef6..de0a97c8bc 100644
--- a/templates/module/MyCompanyName.MyModuleName.sln
+++ b/templates/module/MyCompanyName.MyProjectName.sln
@@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.Domain.Shared", "src\MyCompanyName.MyModuleName.Domain.Shared\MyCompanyName.MyModuleName.Domain.Shared.csproj", "{D64C1577-4929-4B60-939E-96DE1534891A}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.Domain.Shared", "src\MyCompanyName.MyProjectName.Domain.Shared\MyCompanyName.MyProjectName.Domain.Shared.csproj", "{D64C1577-4929-4B60-939E-96DE1534891A}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.Domain", "src\MyCompanyName.MyModuleName.Domain\MyCompanyName.MyModuleName.Domain.csproj", "{F2840BC7-0188-4606-9126-DADD0F5ABF7A}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.Domain", "src\MyCompanyName.MyProjectName.Domain\MyCompanyName.MyProjectName.Domain.csproj", "{F2840BC7-0188-4606-9126-DADD0F5ABF7A}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.Application.Contracts", "src\MyCompanyName.MyModuleName.Application.Contracts\MyCompanyName.MyModuleName.Application.Contracts.csproj", "{BD65D04F-08D5-40C1-8C24-77CA0BACB877}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.Application.Contracts", "src\MyCompanyName.MyProjectName.Application.Contracts\MyCompanyName.MyProjectName.Application.Contracts.csproj", "{BD65D04F-08D5-40C1-8C24-77CA0BACB877}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.Application", "src\MyCompanyName.MyModuleName.Application\MyCompanyName.MyModuleName.Application.csproj", "{78040F9E-3501-4A40-82DF-00A597710F35}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.Application", "src\MyCompanyName.MyProjectName.Application\MyCompanyName.MyProjectName.Application.csproj", "{78040F9E-3501-4A40-82DF-00A597710F35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{649A3FFA-182F-4E56-9717-E6A9A2BEC545}"
EndProject
@@ -17,27 +17,27 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CCD2960C
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "app", "app", "{E400416D-2895-4512-9D17-90681EEC7E0A}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.EntityFrameworkCore", "src\MyCompanyName.MyModuleName.EntityFrameworkCore\MyCompanyName.MyModuleName.EntityFrameworkCore.csproj", "{0CE86223-D31D-4315-A1F5-87BA3EE1B844}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.EntityFrameworkCore", "src\MyCompanyName.MyProjectName.EntityFrameworkCore\MyCompanyName.MyProjectName.EntityFrameworkCore.csproj", "{0CE86223-D31D-4315-A1F5-87BA3EE1B844}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.MongoDB", "src\MyCompanyName.MyModuleName.MongoDB\MyCompanyName.MyModuleName.MongoDB.csproj", "{F1C58097-4C08-4D88-8976-6B3389391481}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.MongoDB", "src\MyCompanyName.MyProjectName.MongoDB\MyCompanyName.MyProjectName.MongoDB.csproj", "{F1C58097-4C08-4D88-8976-6B3389391481}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.HttpApi", "src\MyCompanyName.MyModuleName.HttpApi\MyCompanyName.MyModuleName.HttpApi.csproj", "{077AA5F8-8B61-420C-A6B5-0150A66FDB34}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.HttpApi", "src\MyCompanyName.MyProjectName.HttpApi\MyCompanyName.MyProjectName.HttpApi.csproj", "{077AA5F8-8B61-420C-A6B5-0150A66FDB34}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.HttpApi.Client", "src\MyCompanyName.MyModuleName.HttpApi.Client\MyCompanyName.MyModuleName.HttpApi.Client.csproj", "{36E2735F-CEAB-44C8-A6D1-2CDAFF399751}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.HttpApi.Client", "src\MyCompanyName.MyProjectName.HttpApi.Client\MyCompanyName.MyProjectName.HttpApi.Client.csproj", "{36E2735F-CEAB-44C8-A6D1-2CDAFF399751}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.Web", "src\MyCompanyName.MyModuleName.Web\MyCompanyName.MyModuleName.Web.csproj", "{8C5B0D35-9734-4439-977C-2F1AC9E1D69E}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.Web", "src\MyCompanyName.MyProjectName.Web\MyCompanyName.MyProjectName.Web.csproj", "{8C5B0D35-9734-4439-977C-2F1AC9E1D69E}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.TestBase", "test\MyCompanyName.MyModuleName.TestBase\MyCompanyName.MyModuleName.TestBase.csproj", "{6E5B22E7-E2DB-45D4-B828-8019D8FD51E8}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.TestBase", "test\MyCompanyName.MyProjectName.TestBase\MyCompanyName.MyProjectName.TestBase.csproj", "{6E5B22E7-E2DB-45D4-B828-8019D8FD51E8}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.Domain.Tests", "test\MyCompanyName.MyModuleName.Domain.Tests\MyCompanyName.MyModuleName.Domain.Tests.csproj", "{44FB6636-5427-415D-8883-CB7E42D548F2}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.Domain.Tests", "test\MyCompanyName.MyProjectName.Domain.Tests\MyCompanyName.MyProjectName.Domain.Tests.csproj", "{44FB6636-5427-415D-8883-CB7E42D548F2}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.EntityFrameworkCore.Tests", "test\MyCompanyName.MyModuleName.EntityFrameworkCore.Tests\MyCompanyName.MyModuleName.EntityFrameworkCore.Tests.csproj", "{E5906DE1-B2F5-472E-BE1B-1D96A68B834D}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.EntityFrameworkCore.Tests", "test\MyCompanyName.MyProjectName.EntityFrameworkCore.Tests\MyCompanyName.MyProjectName.EntityFrameworkCore.Tests.csproj", "{E5906DE1-B2F5-472E-BE1B-1D96A68B834D}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.MongoDB.Tests", "test\MyCompanyName.MyModuleName.MongoDB.Tests\MyCompanyName.MyModuleName.MongoDB.Tests.csproj", "{AA783A34-86E4-41A5-AE21-5D9FBD98D858}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.MongoDB.Tests", "test\MyCompanyName.MyProjectName.MongoDB.Tests\MyCompanyName.MyProjectName.MongoDB.Tests.csproj", "{AA783A34-86E4-41A5-AE21-5D9FBD98D858}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyModuleName.Application.Tests", "test\MyCompanyName.MyModuleName.Application.Tests\MyCompanyName.MyModuleName.Application.Tests.csproj", "{13A9EAD6-F3A4-4357-BA4A-A7E8FEB4A264}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyCompanyName.MyProjectName.Application.Tests", "test\MyCompanyName.MyProjectName.Application.Tests\MyCompanyName.MyProjectName.Application.Tests.csproj", "{13A9EAD6-F3A4-4357-BA4A-A7E8FEB4A264}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyCompanyName.MyModuleName.DemoApp", "app\MyCompanyName.MyModuleName.DemoApp\MyCompanyName.MyModuleName.DemoApp.csproj", "{E7353C9A-4357-4A40-A39A-52B73F5A0CA1}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyCompanyName.MyProjectName.DemoApp", "app\MyCompanyName.MyProjectName.DemoApp\MyCompanyName.MyProjectName.DemoApp.csproj", "{E7353C9A-4357-4A40-A39A-52B73F5A0CA1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Pages/Index.cshtml b/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Pages/Index.cshtml
deleted file mode 100644
index 4a2020d61f..0000000000
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Pages/Index.cshtml
+++ /dev/null
@@ -1,4 +0,0 @@
-@page
-@model MyCompanyName.MyModuleName.DemoApp.Pages.IndexModel
-
Welcome to the MyModuleName demo application.
-Login
\ No newline at end of file
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/appsettings.json b/templates/module/app/MyCompanyName.MyModuleName.DemoApp/appsettings.json
deleted file mode 100644
index eb963077b4..0000000000
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/appsettings.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "ConnectionStrings": {
- "Default": "Server=localhost;Database=MyModuleNameDemoApp;Trusted_Connection=True;MultipleActiveResultSets=true"
- }
-}
\ No newline at end of file
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppDbContext.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppDbContext.cs
similarity index 83%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppDbContext.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppDbContext.cs
index c240360137..70d778b63d 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppDbContext.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppDbContext.cs
@@ -1,11 +1,11 @@
using Microsoft.EntityFrameworkCore;
-using MyCompanyName.MyModuleName.EntityFrameworkCore;
+using MyCompanyName.MyProjectName.EntityFrameworkCore;
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.Identity.EntityFrameworkCore;
using Volo.Abp.PermissionManagement.EntityFrameworkCore;
using Volo.Abp.SettingManagement.EntityFrameworkCore;
-namespace MyCompanyName.MyModuleName.DemoApp
+namespace MyCompanyName.MyProjectName.DemoApp
{
public class DemoAppDbContext : AbpDbContext
{
@@ -22,7 +22,7 @@ namespace MyCompanyName.MyModuleName.DemoApp
modelBuilder.ConfigurePermissionManagement();
modelBuilder.ConfigureSettingManagement();
modelBuilder.ConfigureIdentity();
- modelBuilder.ConfigureMyModuleName();
+ modelBuilder.ConfigureMyProjectName();
}
}
}
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppDbContextFactory.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppDbContextFactory.cs
similarity index 95%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppDbContextFactory.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppDbContextFactory.cs
index 217b0cdd3e..117ac7f8d3 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppDbContextFactory.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppDbContextFactory.cs
@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.Extensions.Configuration;
-namespace MyCompanyName.MyModuleName.DemoApp
+namespace MyCompanyName.MyProjectName.DemoApp
{
public class DemoAppDbContextFactory : IDesignTimeDbContextFactory
{
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppModule.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppModule.cs
similarity index 84%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppModule.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppModule.cs
index c73eee2254..4f4c51a247 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/DemoAppModule.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/DemoAppModule.cs
@@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Localization;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
-using MyCompanyName.MyModuleName.EntityFrameworkCore;
+using MyCompanyName.MyProjectName.EntityFrameworkCore;
using Swashbuckle.AspNetCore.Swagger;
using Volo.Abp;
using Volo.Abp.Account.Web;
@@ -28,12 +28,12 @@ using Volo.Abp.SettingManagement.EntityFrameworkCore;
using Volo.Abp.Threading;
using Volo.Abp.VirtualFileSystem;
-namespace MyCompanyName.MyModuleName.DemoApp
+namespace MyCompanyName.MyProjectName.DemoApp
{
[DependsOn(
- typeof(MyModuleNameWebModule),
- typeof(MyModuleNameApplicationModule),
- typeof(MyModuleNameEntityFrameworkCoreModule),
+ typeof(MyProjectNameWebModule),
+ typeof(MyProjectNameApplicationModule),
+ typeof(MyProjectNameEntityFrameworkCoreModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule),
typeof(AbpSettingManagementEntityFrameworkCoreModule),
@@ -67,10 +67,10 @@ namespace MyCompanyName.MyModuleName.DemoApp
{
context.Services.Configure(options =>
{
- options.FileSets.ReplaceEmbeddedByPyhsical(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\src\\MyCompanyName.MyModuleName.Web"));
- options.FileSets.ReplaceEmbeddedByPyhsical(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\src\\MyCompanyName.MyModuleName.Domain"));
- options.FileSets.ReplaceEmbeddedByPyhsical(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\src\\MyCompanyName.MyModuleName.Application"));
- options.FileSets.ReplaceEmbeddedByPyhsical(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\src\\MyCompanyName.MyModuleName.Application.Contracts"));
+ options.FileSets.ReplaceEmbeddedByPyhsical(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\src\\MyCompanyName.MyProjectName.Web"));
+ options.FileSets.ReplaceEmbeddedByPyhsical(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\src\\MyCompanyName.MyProjectName.Domain"));
+ options.FileSets.ReplaceEmbeddedByPyhsical(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\src\\MyCompanyName.MyProjectName.Application"));
+ options.FileSets.ReplaceEmbeddedByPyhsical(Path.Combine(hostingEnvironment.ContentRootPath, "..\\..\\src\\MyCompanyName.MyProjectName.Application.Contracts"));
});
}
@@ -142,7 +142,7 @@ namespace MyCompanyName.MyModuleName.DemoApp
.GetRequiredService()
.SeedAsync(
"1q2w3E*",
- IdentityPermissions.GetAll().Union(MyModuleNamePermissions.GetAll())
+ IdentityPermissions.GetAll().Union(MyProjectNamePermissions.GetAll())
);
});
}
diff --git a/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Logs/logs.txt b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Logs/logs.txt
new file mode 100644
index 0000000000..c16c13995a
--- /dev/null
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Logs/logs.txt
@@ -0,0 +1,809 @@
+2018-07-14 23:19:44.193 +03:00 [INF] Starting web host.
+2018-07-14 23:19:46.433 +03:00 [INF] User profile is available. Using 'C:\Users\halil\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
+2018-07-14 23:19:46.540 +03:00 [INF] Loaded modules:
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
+2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameDomainSharedModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Data.AbpDataModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Timing.AbpTimingModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Json.AbpJsonModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Security.AbpSecurityModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Validation.AbpValidationModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
+2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameApplicationContractsModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Http.AbpHttpModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.UI.AbpUiModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
+2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameHttpApiModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
+2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameWebModule
+2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameDomainModule
+2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameApplicationModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
+2018-07-14 23:19:46.540 +03:00 [INF] - MyCompanyName.MyProjectName.EntityFrameworkCore.MyProjectNameEntityFrameworkCoreModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
+2018-07-14 23:19:46.540 +03:00 [INF] - Volo.Abp.Caching.AbpCachingModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.Web.AbpPermissionManagementWebModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.Web.AbpIdentityWebModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
+2018-07-14 23:19:46.541 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.AbpAspNetCoreMvcUiBasicThemeModule
+2018-07-14 23:19:46.541 +03:00 [INF] - MyCompanyName.MyProjectName.DemoApp.DemoAppModule
+2018-07-14 23:19:46.603 +03:00 [DBG] No class found with auto mapping attributes.
+2018-07-14 23:19:58.047 +03:00 [FTL] Application startup exception
+Autofac.Core.DependencyResolutionException: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = IdentityDataSeeder (ReflectionActivator), Services = [Volo.Abp.Identity.IIdentityDataSeeder], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = IdentityUserManager (ReflectionActivator), Services = [Volo.Abp.Identity.IdentityUserManager], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An exception was thrown while invoking the constructor 'Void .ctor(Volo.Abp.Identity.IdentityUserStore, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Identity.IdentityOptions], Microsoft.AspNetCore.Identity.IPasswordHasher`1[Volo.Abp.Identity.IdentityUser], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IUserValidator`1[Volo.Abp.Identity.IdentityUser]], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IPasswordValidator`1[Volo.Abp.Identity.IdentityUser]], Microsoft.AspNetCore.Identity.ILookupNormalizer, Microsoft.AspNetCore.Identity.IdentityErrorDescriber, System.IServiceProvider, Microsoft.Extensions.Logging.ILogger`1[Volo.Abp.Identity.IdentityUserManager], Volo.Abp.Threading.ICancellationTokenProvider)' on type 'IdentityUserManager'. ---> Cannot open database "MyProjectNameDemoApp" requested by the login. The login failed.
+Login failed for user 'MicrosoftAccount\halilibrahimkalkan@outlook.com'. (See inner exception for details.) (See inner exception for details.) (See inner exception for details.) ---> Autofac.Core.DependencyResolutionException: An error occurred during the activation of a particular registration. See the inner exception for details. Registration: Activator = IdentityUserManager (ReflectionActivator), Services = [Volo.Abp.Identity.IdentityUserManager], Lifetime = Autofac.Core.Lifetime.CurrentScopeLifetime, Sharing = None, Ownership = OwnedByLifetimeScope ---> An exception was thrown while invoking the constructor 'Void .ctor(Volo.Abp.Identity.IdentityUserStore, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Identity.IdentityOptions], Microsoft.AspNetCore.Identity.IPasswordHasher`1[Volo.Abp.Identity.IdentityUser], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IUserValidator`1[Volo.Abp.Identity.IdentityUser]], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IPasswordValidator`1[Volo.Abp.Identity.IdentityUser]], Microsoft.AspNetCore.Identity.ILookupNormalizer, Microsoft.AspNetCore.Identity.IdentityErrorDescriber, System.IServiceProvider, Microsoft.Extensions.Logging.ILogger`1[Volo.Abp.Identity.IdentityUserManager], Volo.Abp.Threading.ICancellationTokenProvider)' on type 'IdentityUserManager'. ---> Cannot open database "MyProjectNameDemoApp" requested by the login. The login failed.
+Login failed for user 'MicrosoftAccount\halilibrahimkalkan@outlook.com'. (See inner exception for details.) (See inner exception for details.) ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Volo.Abp.Identity.IdentityUserStore, Microsoft.Extensions.Options.IOptions`1[Microsoft.AspNetCore.Identity.IdentityOptions], Microsoft.AspNetCore.Identity.IPasswordHasher`1[Volo.Abp.Identity.IdentityUser], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IUserValidator`1[Volo.Abp.Identity.IdentityUser]], System.Collections.Generic.IEnumerable`1[Microsoft.AspNetCore.Identity.IPasswordValidator`1[Volo.Abp.Identity.IdentityUser]], Microsoft.AspNetCore.Identity.ILookupNormalizer, Microsoft.AspNetCore.Identity.IdentityErrorDescriber, System.IServiceProvider, Microsoft.Extensions.Logging.ILogger`1[Volo.Abp.Identity.IdentityUserManager], Volo.Abp.Threading.ICancellationTokenProvider)' on type 'IdentityUserManager'. ---> Cannot open database "MyProjectNameDemoApp" requested by the login. The login failed.
+Login failed for user 'MicrosoftAccount\halilibrahimkalkan@outlook.com'. (See inner exception for details.) ---> System.Data.SqlClient.SqlException: Cannot open database "MyProjectNameDemoApp" requested by the login. The login failed.
+Login failed for user 'MicrosoftAccount\halilibrahimkalkan@outlook.com'.
+ at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
+ at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
+ at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
+ at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
+ at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
+ at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
+ at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
+ at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
+ at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
+ at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
+ at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
+ at System.Data.SqlClient.SqlConnection.Open()
+ at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
+ at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
+ at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransaction(IsolationLevel isolationLevel)
+ at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransaction()
+ at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.BeginTransaction()
+ at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContextWithTransaction(IUnitOfWork unitOfWork) in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 83
+ at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContext(IUnitOfWork unitOfWork) in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 69
+ at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.CreateDbContext(IUnitOfWork unitOfWork, String connectionStringName, String connectionString) in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 54
+ at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.<>c__DisplayClass3_0.b__0() in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 42
+ at System.Collections.Generic.AbpDictionaryExtensions.<>c__DisplayClass6_0`2.b__0(TKey k) in D:\Github\abp\framework\src\Volo.Abp.Core\System\Collections\Generic\AbpDictionaryExtensions.cs:line 115
+ at System.Collections.Generic.AbpDictionaryExtensions.GetOrAdd[TKey,TValue](IDictionary`2 dictionary, TKey key, Func`2 factory) in D:\Github\abp\framework\src\Volo.Abp.Core\System\Collections\Generic\AbpDictionaryExtensions.cs:line 101
+ at System.Collections.Generic.AbpDictionaryExtensions.GetOrAdd[TKey,TValue](IDictionary`2 dictionary, TKey key, Func`1 factory) in D:\Github\abp\framework\src\Volo.Abp.Core\System\Collections\Generic\AbpDictionaryExtensions.cs:line 115
+ at Volo.Abp.Uow.UnitOfWork.GetOrAddDatabaseApi(String key, Func`1 factory) in D:\Github\abp\framework\src\Volo.Abp.Uow\Volo\Abp\Uow\UnitOfWork.cs:line 184
+ at Volo.Abp.Uow.EntityFrameworkCore.UnitOfWorkDbContextProvider`1.GetDbContext() in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Uow\EntityFrameworkCore\UnitOfWorkDbContextProvider.cs:line 40
+ at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.get_DbContext() in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Domain\Repositories\EntityFrameworkCore\EfCoreRepository.cs:line 24
+ at Volo.Abp.Domain.Repositories.EntityFrameworkCore.EfCoreRepository`2.get_DbSet() in D:\Github\abp\framework\src\Volo.Abp.EntityFrameworkCore\Volo\Abp\Domain\Repositories\EntityFrameworkCore\EfCoreRepository.cs:line 20
+ at Volo.Abp.SettingManagement.EntityFrameworkCore.EfCoreSettingRepository.FindAsync(String name, String providerName, String providerKey) in D:\Github\abp\modules\setting-management\src\Volo.Abp.SettingManagement.EntityFrameworkCore\Volo\Abp\SettingManagement\EntityFrameworkCore\EfCoreSettingRepository.cs:line 20
+ at Volo.Abp.Uow.UnitOfWorkInterceptor.InterceptAsync(IAbpMethodInvocation invocation) in D:\Github\abp\framework\src\Volo.Abp.Uow\Volo\Abp\Uow\UnitOfWorkInterceptor.cs:line 46
+ at Volo.Abp.Threading.InternalAsyncHelper.AwaitTaskWithPreActionAndPostActionAndFinallyAndGetResult[T](Func`1 actualReturnValue, Func`1 preAction, Func`1 postAction, Action`1 finalAction) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Threading\InternalAsyncHelper.cs:line 149
+ at Volo.Abp.SettingManagement.SettingStore.GetOrNullAsync(String name, String providerName, String providerKey) in D:\Github\abp\modules\setting-management\src\Volo.Abp.SettingManagement.Domain\Volo\Abp\SettingManagement\SettingStore.cs:line 23
+ at Volo.Abp.Settings.SettingManager.GetOrNullInternalAsync(String name, String providerName, String providerKey, Boolean fallback) in D:\Github\abp\framework\src\Volo.Abp.Settings\Volo\Abp\Settings\SettingManager.cs:line 69
+ at Volo.Abp.Settings.SettingManagerExtensions.GetAsync[T](ISettingManager settingManager, String name, T defaultValue) in D:\Github\abp\framework\src\Volo.Abp.Settings\Volo\Abp\Settings\SettingManagerExtensions.cs:line 27
+ at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](Task`1 task)
+ at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
+ at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
+--- End of stack trace from previous location where exception was thrown ---
+ at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
+--- End of stack trace from previous location where exception was thrown ---
+ at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException[TResult](Task`1 task)
+ at Nito.AsyncEx.AsyncContext.Run[TResult](Func`1 action)
+ at Volo.Abp.Threading.AsyncHelper.RunSync[TResult](Func`1 func) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Threading\AsyncHelper.cs:line 60
+ at Volo.Abp.Settings.SettingManagerSyncExtensions.Get[T](ISettingManager settingManager, String name, T defaultValue) in D:\Github\abp\framework\src\Volo.Abp.Settings\Volo\Abp\Settings\SettingManagerSyncExtensions.cs:line 26
+ at Volo.Abp.Identity.AbpIdentityOptionsFactory.SetPasswordOptions(IdentityOptions options) in D:\Github\abp\modules\identity\src\Volo.Abp.Identity.Domain\Volo\Abp\Identity\AbpIdentityOptionsFactory.cs:line 38
+ at Volo.Abp.Identity.AbpIdentityOptionsFactory.Create(String name) in D:\Github\abp\modules\identity\src\Volo.Abp.Identity.Domain\Volo\Abp\Identity\AbpIdentityOptionsFactory.cs:line 31
+ at Microsoft.Extensions.Options.OptionsManager`1.<>c__DisplayClass5_0.b__0()
+ at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
+ at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
+ at System.Lazy`1.CreateValue()
+ at Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(String name, Func`1 createOptions)
+ at Microsoft.Extensions.Options.OptionsManager`1.Get(String name)
+ at Microsoft.Extensions.Options.OptionsManager`1.get_Value()
+ at Microsoft.AspNetCore.Identity.UserManager`1..ctor(IUserStore`1 store, IOptions`1 optionsAccessor, IPasswordHasher`1 passwordHasher, IEnumerable`1 userValidators, IEnumerable`1 passwordValidators, ILookupNormalizer keyNormalizer, IdentityErrorDescriber errors, IServiceProvider services, ILogger`1 logger)
+ at Volo.Abp.Identity.IdentityUserManager..ctor(IdentityUserStore store, IOptions`1 optionsAccessor, IPasswordHasher`1 passwordHasher, IEnumerable`1 userValidators, IEnumerable`1 passwordValidators, ILookupNormalizer keyNormalizer, IdentityErrorDescriber errors, IServiceProvider services, ILogger`1 logger, ICancellationTokenProvider cancellationTokenProvider) in D:\Github\abp\modules\identity\src\Volo.Abp.Identity.Domain\Volo\Abp\Identity\IdentityUserManager.cs:line 32
+ at lambda_method(Closure , Object[] )
+ at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
+ --- End of inner exception stack trace ---
+ at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
+ at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
+ at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
+ --- End of inner exception stack trace ---
+ at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
+ at Autofac.Core.Resolving.InstanceLookup.Execute()
+ at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
+ at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
+ at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
+ at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
+ --- End of inner exception stack trace ---
+ at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
+ at Autofac.Core.Resolving.InstanceLookup.Execute()
+ at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
+ at Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters)
+ at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
+ at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
+ at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService(Type serviceType) in D:\Github\abp\framework\src\Volo.Abp.Autofac\Autofac\Extensions\DependencyInjection\AutofacServiceProvider.cs:line 69
+ at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
+ at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
+ at MyCompanyName.MyProjectName.DemoApp.DemoAppModule.<>c__DisplayClass1_0.<b__2>d.MoveNext() in D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\DemoAppModule.cs:line 141
+--- End of stack trace from previous location where exception was thrown ---
+ at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
+ at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
+--- End of stack trace from previous location where exception was thrown ---
+ at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
+--- End of stack trace from previous location where exception was thrown ---
+ at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
+ at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
+ at Volo.Abp.Threading.AsyncHelper.RunSync(Func`1 action) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Threading\AsyncHelper.cs:line 69
+ at MyCompanyName.MyProjectName.DemoApp.DemoAppModule.OnApplicationInitialization(ApplicationInitializationContext context) in D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\DemoAppModule.cs:line 139
+ at Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributer.Initialize(ApplicationInitializationContext context, IAbpModule module) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Modularity\DefaultModuleLifecycleContributer.cs:line 7
+ at Volo.Abp.Modularity.ModuleManager.InitializeModules(ApplicationInitializationContext context) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\Modularity\ModuleManager.cs:line 41
+ at Volo.Abp.AbpApplicationBase.InitializeModules() in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\AbpApplicationBase.cs:line 69
+ at Volo.Abp.AbpApplicationWithExternalServiceProvider.Initialize(IServiceProvider serviceProvider) in D:\Github\abp\framework\src\Volo.Abp.Core\Volo\Abp\AbpApplicationWithExternalServiceProvider.cs:line 27
+ at Microsoft.AspNetCore.Builder.AbpApplicationBuilderExtensions.InitializeApplication(IApplicationBuilder app) in D:\Github\abp\framework\src\Volo.Abp.AspNetCore\Microsoft\AspNetCore\Builder\AbpApplicationBuilderExtensions.cs:line 18
+ at MyCompanyName.MyProjectName.DemoApp.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) in D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\Startup.cs:line 34
+--- End of stack trace from previous location where exception was thrown ---
+ at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app)
+ at Microsoft.AspNetCore.Server.IISIntegration.IISSetupFilter.<>c__DisplayClass4_0.b__0(IApplicationBuilder app)
+ at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter.<>c__DisplayClass0_0.b__0(IApplicationBuilder builder)
+ at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
+2018-07-14 23:19:58.310 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/
+2018-07-14 23:19:58.391 +03:00 [INF] Request finished in 82.6666ms 500 text/html; charset=utf-8
+2018-07-14 23:19:58.489 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/favicon.ico
+2018-07-14 23:19:58.489 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/favicon.ico
+2018-07-14 23:19:58.490 +03:00 [ERR] Connection id "0HLF9OSLPU7A4", Request id "0HLF9OSLPU7A4:00000002": An unhandled exception was thrown by the application.
+System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer.
+Parameter name: chars
+ at System.Text.EncoderNLS.GetBytes(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Boolean flush)
+ at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
+ at System.IO.StreamWriter.Write(String value)
+ at Microsoft.AspNetCore.Hosting.Views.ErrorPage.ExecuteAsync()
+ at Microsoft.Extensions.RazorViews.BaseView.ExecuteAsync(HttpContext context)
+ at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
+2018-07-14 23:19:58.490 +03:00 [ERR] Connection id "0HLF9OSLPU7A5", Request id "0HLF9OSLPU7A5:00000001": An unhandled exception was thrown by the application.
+System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer.
+Parameter name: chars
+ at System.Text.EncoderNLS.GetBytes(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Boolean flush)
+ at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
+ at System.IO.StreamWriter.Write(String value)
+ at Microsoft.AspNetCore.Hosting.Views.ErrorPage.ExecuteAsync()
+ at Microsoft.Extensions.RazorViews.BaseView.ExecuteAsync(HttpContext context)
+ at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
+2018-07-14 23:19:58.496 +03:00 [INF] Request finished in 7.0896ms 500
+2018-07-14 23:19:58.496 +03:00 [INF] Request finished in 7.3028ms 500
+2018-07-14 23:20:49.975 +03:00 [INF] Starting web host.
+2018-07-14 23:20:51.244 +03:00 [INF] User profile is available. Using 'C:\Users\halil\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
+2018-07-14 23:20:51.331 +03:00 [INF] Loaded modules:
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.VirtualFileSystem.AbpVirtualFileSystemModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Localization.AbpLocalizationModule
+2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameDomainSharedModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Data.AbpDataModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Timing.AbpTimingModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Json.AbpJsonModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Security.AbpSecurityModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Threading.AbpThreadingModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Settings.AbpSettingsModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.MultiTenancy.AbpMultiTenancyAbstractionsModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Auditing.AbpAuditingModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.EventBus.AbpEventBusModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Guids.AbpGuidsModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Uow.AbpUnitOfWorkModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Domain.AbpDddDomainModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.ObjectMapping.AbpObjectMappingModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Validation.AbpValidationModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Authorization.AbpAuthorizationModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Http.AbpHttpAbstractionsModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Application.AbpDddApplicationModule
+2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameApplicationContractsModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Http.AbpHttpModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.UI.AbpUiModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.AbpAspNetCoreModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.ApiVersioning.AbpApiVersioningAbstractionsModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.AbpAspNetCoreMvcModule
+2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameHttpApiModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.UI.Navigation.AbpUiNavigationModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.AbpAspNetCoreMvcUiModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.AbpAspNetCoreMvcUiBootstrapModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AutoMapper.AbpAutoMapperModule
+2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameWebModule
+2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameDomainModule
+2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.MyProjectNameApplicationModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.EntityFrameworkCore.AbpEntityFrameworkCoreModule
+2018-07-14 23:20:51.332 +03:00 [INF] - MyCompanyName.MyProjectName.EntityFrameworkCore.MyProjectNameEntityFrameworkCoreModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainSharedModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Serialization.AbpSerializationModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Caching.AbpCachingModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementDomainModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.PermissionManagement.EntityFrameworkCore.AbpPermissionManagementEntityFrameworkCoreModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainSharedModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.SettingManagement.AbpSettingManagementDomainModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.SettingManagement.EntityFrameworkCore.AbpSettingManagementEntityFrameworkCoreModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Users.AbpUsersDomainSharedModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainSharedModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Users.AbpUsersAbstractionModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Users.AbpUsersDomainModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityDomainModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Users.EntityFrameworkCore.AbpUsersEntityFrameworkCoreModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.EntityFrameworkCore.SqlServer.AbpEntityFrameworkCoreSqlServerModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Bundling.AbpAspNetCoreMvcUiBundlingModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Packages.AbpAspNetCoreMvcUiPackagesModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.AbpAspNetCoreMvcUiThemeSharedModule
+2018-07-14 23:20:51.332 +03:00 [INF] - Volo.Abp.Account.Web.AbpAccountWebModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationContractsModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationContractsModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityHttpApiModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.PermissionManagement.Web.AbpPermissionManagementWebModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Identity.Web.AbpIdentityWebModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.PermissionManagement.AbpPermissionManagementApplicationModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Identity.AbpIdentityApplicationModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Castle.AbpCastleCoreModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.Autofac.AbpAutofacModule
+2018-07-14 23:20:51.333 +03:00 [INF] - Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.AbpAspNetCoreMvcUiBasicThemeModule
+2018-07-14 23:20:51.333 +03:00 [INF] - MyCompanyName.MyProjectName.DemoApp.DemoAppModule
+2018-07-14 23:20:51.403 +03:00 [DBG] No class found with auto mapping attributes.
+2018-07-14 23:20:52.620 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.645 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.660 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.668 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.670 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.672 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.674 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.677 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.680 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.683 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:52.685 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.152 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.227 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.304 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.307 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.456 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.476 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.481 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.487 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.488 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.488 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.488 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:20:53.511 +03:00 [INF] Initialized all modules.
+2018-07-14 23:20:53.846 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/
+2018-07-14 23:20:55.978 +03:00 [INF] Route matched with {page = "/Index", area = "", action = "", controller = ""}. Executing action /Index
+2018-07-14 23:20:55.993 +03:00 [INF] Executing handler method OnGet with arguments (null) - ModelState is "Valid"
+2018-07-14 23:20:56.611 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 10.24 ms.
+2018-07-14 23:20:57.442 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:57.443 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.170 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 4.27 ms.
+2018-07-14 23:20:58.191 +03:00 [INF] Executed action /Index in 2210.4970000000003ms
+2018-07-14 23:20:58.200 +03:00 [INF] Request finished in 4357.0415ms 200 text/html; charset=utf-8
+2018-07-14 23:20:58.233 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/bootstrap/css/bootstrap.css?_v=636671959611746358
+2018-07-14 23:20:58.233 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/font-awesome/css/font-awesome.css?_v=636671959611876361
+2018-07-14 23:20:58.236 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/toastr/toastr.min.css?_v=636671959613317027
+2018-07-14 23:20:58.239 +03:00 [INF] Sending file. Request path: '/libs/font-awesome/css/font-awesome.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\font-awesome\css\font-awesome.css'
+2018-07-14 23:20:58.239 +03:00 [INF] Request finished in 6.366ms 200 text/css
+2018-07-14 23:20:58.254 +03:00 [INF] Sending file. Request path: '/libs/toastr/toastr.min.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\toastr\toastr.min.css'
+2018-07-14 23:20:58.259 +03:00 [INF] Sending file. Request path: '/libs/bootstrap/css/bootstrap.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\bootstrap\css\bootstrap.css'
+2018-07-14 23:20:58.259 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/datatables.net-bs4/css/dataTables.bootstrap4.css?_v=636671959611786359
+2018-07-14 23:20:58.259 +03:00 [INF] Sending file. Request path: '/libs/datatables.net-bs4/css/dataTables.bootstrap4.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\datatables.net-bs4\css\dataTables.bootstrap4.css'
+2018-07-14 23:20:58.260 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/select2/css/select2.min.css?_v=636671959612386685
+2018-07-14 23:20:58.263 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/themes/basic/layout.css?_v=636669739623573365
+2018-07-14 23:20:58.264 +03:00 [INF] Sending file. Request path: '/libs/select2/css/select2.min.css'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\select2\css\select2.min.css'
+2018-07-14 23:20:58.264 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/core/abp.js?_v=636671959611696374
+2018-07-14 23:20:58.266 +03:00 [INF] Sending file. Request path: '/themes/basic/layout.css'. Physical path: '/wwwroot/themes/basic/layout.css'
+2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 3.8384ms 200 text/css
+2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 6.0624ms 200 text/css
+2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 33.0281ms 200 text/css
+2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 7.482ms 200 text/css
+2018-07-14 23:20:58.266 +03:00 [INF] Request finished in 29.924ms 200 text/css
+2018-07-14 23:20:58.266 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css?_v=636669739615723359
+2018-07-14 23:20:58.266 +03:00 [INF] Sending file. Request path: '/libs/abp/core/abp.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\abp\core\abp.js'
+2018-07-14 23:20:58.267 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-styles.css'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/datatables/datatables-styles.css'
+2018-07-14 23:20:58.268 +03:00 [INF] Request finished in 2.1436ms 200 text/css
+2018-07-14 23:20:58.269 +03:00 [INF] Request finished in 4.1528ms 200 application/javascript
+2018-07-14 23:20:58.275 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/jquery/jquery.js?_v=636671959612346720
+2018-07-14 23:20:58.277 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/jquery/abp.jquery.js?_v=636671959611717310
+2018-07-14 23:20:58.277 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/lodash/lodash.min.js?_v=636671959612367080
+2018-07-14 23:20:58.278 +03:00 [INF] Sending file. Request path: '/libs/abp/jquery/abp.jquery.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\abp\jquery\abp.jquery.js'
+2018-07-14 23:20:58.278 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/bootstrap/js/bootstrap.bundle.js?_v=636671959611776354
+2018-07-14 23:20:58.278 +03:00 [INF] Request finished in 0.8262ms 200 application/javascript
+2018-07-14 23:20:58.278 +03:00 [INF] Sending file. Request path: '/libs/lodash/lodash.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\lodash\lodash.min.js'
+2018-07-14 23:20:58.278 +03:00 [INF] Request finished in 0.81ms 200 application/javascript
+2018-07-14 23:20:58.278 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/jquery-validation/jquery.validate.js?_v=636671959612066779
+2018-07-14 23:20:58.281 +03:00 [INF] Sending file. Request path: '/libs/jquery-validation/jquery.validate.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\jquery-validation\jquery.validate.js'
+2018-07-14 23:20:58.281 +03:00 [INF] Request finished in 3.081ms 200 application/javascript
+2018-07-14 23:20:58.284 +03:00 [INF] Sending file. Request path: '/libs/bootstrap/js/bootstrap.bundle.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\bootstrap\js\bootstrap.bundle.js'
+2018-07-14 23:20:58.284 +03:00 [INF] Sending file. Request path: '/libs/jquery/jquery.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\jquery\jquery.js'
+2018-07-14 23:20:58.284 +03:00 [INF] Request finished in 6.1564ms 200 application/javascript
+2018-07-14 23:20:58.284 +03:00 [INF] Request finished in 8.5817ms 200 application/javascript
+2018-07-14 23:20:58.293 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js?_v=636671959612046750
+2018-07-14 23:20:58.297 +03:00 [INF] Sending file. Request path: '/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js'
+2018-07-14 23:20:58.298 +03:00 [INF] Request finished in 4.9018ms 200 application/javascript
+2018-07-14 23:20:58.300 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/jquery-form/jquery.form.min.js?_v=636671959612026381
+2018-07-14 23:20:58.302 +03:00 [INF] Sending file. Request path: '/libs/jquery-form/jquery.form.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\jquery-form\jquery.form.min.js'
+2018-07-14 23:20:58.302 +03:00 [INF] Request finished in 1.3659ms 200 application/javascript
+2018-07-14 23:20:58.311 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/datatables.net/js/jquery.dataTables.js?_v=636671959611856350
+2018-07-14 23:20:58.313 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/select2/js/select2.min.js?_v=636671959612856711
+2018-07-14 23:20:58.317 +03:00 [INF] Sending file. Request path: '/libs/select2/js/select2.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\select2\js\select2.min.js'
+2018-07-14 23:20:58.317 +03:00 [INF] Request finished in 4.3056ms 200 application/javascript
+2018-07-14 23:20:58.317 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/datatables.net-bs4/js/dataTables.bootstrap4.js?_v=636671959611796361
+2018-07-14 23:20:58.318 +03:00 [INF] Sending file. Request path: '/libs/datatables.net-bs4/js/dataTables.bootstrap4.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\datatables.net-bs4\js\dataTables.bootstrap4.js'
+2018-07-14 23:20:58.318 +03:00 [INF] Request finished in 0.7619ms 200 application/javascript
+2018-07-14 23:20:58.324 +03:00 [INF] Sending file. Request path: '/libs/datatables.net/js/jquery.dataTables.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\datatables.net\js\jquery.dataTables.js'
+2018-07-14 23:20:58.324 +03:00 [INF] Request finished in 13.6174ms 200 application/javascript
+2018-07-14 23:20:58.327 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/sweetalert/sweetalert.min.js?_v=636671959612866706
+2018-07-14 23:20:58.328 +03:00 [INF] Sending file. Request path: '/libs/sweetalert/sweetalert.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\sweetalert\sweetalert.min.js'
+2018-07-14 23:20:58.328 +03:00 [INF] Request finished in 2.792ms 200 application/javascript
+2018-07-14 23:20:58.330 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/toastr/toastr.min.js?_v=636671959613317027
+2018-07-14 23:20:58.331 +03:00 [INF] Sending file. Request path: '/libs/toastr/toastr.min.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\toastr\toastr.min.js'
+2018-07-14 23:20:58.331 +03:00 [INF] Request finished in 1.756ms 200 application/javascript
+2018-07-14 23:20:58.340 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/timeago/jquery.timeago.js?_v=636671959612876704
+2018-07-14 23:20:58.341 +03:00 [INF] Sending file. Request path: '/libs/timeago/jquery.timeago.js'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\timeago\jquery.timeago.js'
+2018-07-14 23:20:58.341 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js?_v=636669739615723359
+2018-07-14 23:20:58.342 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/jquery/jquery-extensions.js'
+2018-07-14 23:20:58.341 +03:00 [INF] Request finished in 1.934ms 200 application/javascript
+2018-07-14 23:20:58.342 +03:00 [INF] Request finished in 0.9986ms 200 application/javascript
+2018-07-14 23:20:58.351 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery-form/jquery-form-extensions.js?_v=636669739615723359
+2018-07-14 23:20:58.352 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery-form/jquery-form-extensions.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/jquery_form/jquery-form-extensions.js'
+2018-07-14 23:20:58.353 +03:00 [INF] Request finished in 1.3984ms 200 application/javascript
+2018-07-14 23:20:58.353 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js?_v=636669739615723359
+2018-07-14 23:20:58.353 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js?_v=636669739615723359
+2018-07-14 23:20:58.354 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/bootstrap/dom-event-handlers.js'
+2018-07-14 23:20:58.354 +03:00 [INF] Request finished in 1.6251ms 200 application/javascript
+2018-07-14 23:20:58.358 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/datatables/datatables-extensions.js'
+2018-07-14 23:20:58.359 +03:00 [INF] Request finished in 4.7728ms 200 application/javascript
+2018-07-14 23:20:58.368 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/modal-manager.js?_v=636669739615723359
+2018-07-14 23:20:58.368 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js?_v=636669739615723359
+2018-07-14 23:20:58.368 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/abp/aspnetcore-mvc-ui-theme-shared/sweetalert/abp-sweetalert.js?_v=636669739615723359
+2018-07-14 23:20:58.368 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/modal-manager.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/bootstrap/modal-manager.js'
+2018-07-14 23:20:58.368 +03:00 [INF] Request finished in 0.624ms 200 application/javascript
+2018-07-14 23:20:58.368 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/toastr/abp-toastr.js'
+2018-07-14 23:20:58.369 +03:00 [INF] Request finished in 0.5637ms 200 application/javascript
+2018-07-14 23:20:58.369 +03:00 [INF] Sending file. Request path: '/libs/abp/aspnetcore-mvc-ui-theme-shared/sweetalert/abp-sweetalert.js'. Physical path: '/wwwroot/libs/abp/aspnetcore_mvc_ui_theme_shared/sweetalert/abp-sweetalert.js'
+2018-07-14 23:20:58.369 +03:00 [INF] Request finished in 0.4854ms 200 application/javascript
+2018-07-14 23:20:58.373 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript
+2018-07-14 23:20:58.375 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript
+2018-07-14 23:20:58.405 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:20:58.425 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:20:58.451 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.464 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.465 +03:00 [INF] Authorization failed.
+2018-07-14 23:20:58.474 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid"
+2018-07-14 23:20:58.493 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 38.3893ms.
+2018-07-14 23:20:58.501 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:20:58.501 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 96.518200000000007ms
+2018-07-14 23:20:58.501 +03:00 [INF] Request finished in 128.2348ms 200 text/plain; charset=utf-8
+2018-07-14 23:20:58.544 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 69.821ms.
+2018-07-14 23:20:58.545 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:20:58.545 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 119.2475ms
+2018-07-14 23:20:58.545 +03:00 [INF] Request finished in 169.5927ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:00.354 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Account/Login
+2018-07-14 23:21:00.889 +03:00 [INF] Route matched with {page = "/Account/Login", area = "", action = "", controller = ""}. Executing action /Account/Login
+2018-07-14 23:21:00.900 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.902 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.904 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.906 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.907 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.909 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.911 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.913 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.916 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.918 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.920 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:00.937 +03:00 [INF] Executing handler method OnGetAsync with arguments (null) - ModelState is "Valid"
+2018-07-14 23:21:01.017 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:01.325 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.36 ms.
+2018-07-14 23:21:01.331 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.331 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.343 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.94 ms.
+2018-07-14 23:21:01.359 +03:00 [INF] Executed action /Account/Login in 470.26930000000004ms
+2018-07-14 23:21:01.371 +03:00 [INF] Request finished in 1016.6073ms 200 text/html; charset=utf-8
+2018-07-14 23:21:01.444 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript
+2018-07-14 23:21:01.445 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:21:01.446 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript
+2018-07-14 23:21:01.446 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
+2018-07-14 23:21:01.446 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.446 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.446 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.447 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.447 +03:00 [INF] Authorization failed.
+2018-07-14 23:21:01.448 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid"
+2018-07-14 23:21:01.448 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 2.4707000000000003ms.
+2018-07-14 23:21:01.449 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:21:01.449 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.2262ms.
+2018-07-14 23:21:01.449 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 4.0746ms
+2018-07-14 23:21:01.449 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:21:01.449 +03:00 [INF] Request finished in 5.3076ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:01.449 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 2.1628000000000003ms
+2018-07-14 23:21:01.449 +03:00 [INF] Request finished in 3.3952ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:06.679 +03:00 [INF] Request starting HTTP/1.1 POST http://localhost:57891/Account/Login application/x-www-form-urlencoded 263
+2018-07-14 23:21:06.690 +03:00 [INF] Route matched with {page = "/Account/Login", area = "", action = "", controller = ""}. Executing action /Account/Login
+2018-07-14 23:21:06.716 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.719 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.721 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.722 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.724 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.726 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.727 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.732 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.734 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.736 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.737 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.747 +03:00 [INF] Executing handler method OnPostAsync with arguments (null) - ModelState is "Valid"
+2018-07-14 23:21:06.884 +03:00 [INF] AuthenticationScheme: Identity.Application signed in.
+2018-07-14 23:21:06.890 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:06.901 +03:00 [INF] Executing RedirectResult, redirecting to /.
+2018-07-14 23:21:06.901 +03:00 [INF] Executed action /Account/Login in 210.89540000000002ms
+2018-07-14 23:21:06.907 +03:00 [INF] AUDIT LOG: [302: POST ] /Account/Login
+- UserId :
+- ClientIpAddress : ::1
+- ExecutionDuration : 213
+
+2018-07-14 23:21:06.909 +03:00 [INF] Request finished in 229.424ms 302
+2018-07-14 23:21:06.918 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/
+2018-07-14 23:21:06.924 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.925 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.927 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.929 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.931 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.933 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.934 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.936 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.938 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.939 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.941 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.947 +03:00 [INF] Route matched with {page = "/Index", area = "", action = "", controller = ""}. Executing action /Index
+2018-07-14 23:21:06.947 +03:00 [INF] Executing handler method OnGet with arguments (null) - ModelState is "Valid"
+2018-07-14 23:21:06.948 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.34 ms.
+2018-07-14 23:21:06.979 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.990 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:06.994 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:06.998 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.000 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.000 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.205 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.85 ms.
+2018-07-14 23:21:07.207 +03:00 [INF] Executed action /Index in 260.68350000000004ms
+2018-07-14 23:21:07.207 +03:00 [INF] Request finished in 289.2507ms 200 text/html; charset=utf-8
+2018-07-14 23:21:07.314 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript
+2018-07-14 23:21:07.316 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript
+2018-07-14 23:21:07.318 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.321 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.324 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.325 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.326 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.327 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.331 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.332 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.334 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.334 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.337 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.337 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.339 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.339 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.341 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.342 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.343 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.343 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.346 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.346 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.349 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.349 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:21:07.349 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
+2018-07-14 23:21:07.351 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.352 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:21:07.353 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid"
+2018-07-14 23:21:07.353 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0882ms.
+2018-07-14 23:21:07.353 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:21:07.353 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 0.776ms
+2018-07-14 23:21:07.353 +03:00 [INF] Request finished in 37.0006ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:07.363 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.369 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.371 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.374 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.376 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.376 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.380 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.383 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.385 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.387 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:07.391 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 41.202000000000005ms.
+2018-07-14 23:21:07.394 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:07.398 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:21:07.398 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 49.1524ms
+2018-07-14 23:21:07.398 +03:00 [INF] Request finished in 83.7088ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:10.318 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Identity/Users
+2018-07-14 23:21:10.321 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.323 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.325 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.327 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.329 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.332 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.334 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.336 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.337 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.339 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.341 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.592 +03:00 [INF] Route matched with {page = "/Identity/Users/Index", area = "", action = "", controller = ""}. Executing action /Identity/Users/Index
+2018-07-14 23:21:10.599 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.600 +03:00 [INF] Executing handler method OnGet with arguments (null) - ModelState is "Valid"
+2018-07-14 23:21:10.617 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.642 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.33 ms.
+2018-07-14 23:21:10.643 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.644 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.646 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.84 ms.
+2018-07-14 23:21:10.656 +03:00 [DBG] Added bundle 'Volo.Abp.Identity.Web.Pages.Identity.Users.IndexModel' to the page in 1.57 ms.
+2018-07-14 23:21:10.656 +03:00 [INF] Executed action /Identity/Users/Index in 64.0766ms
+2018-07-14 23:21:10.656 +03:00 [INF] Request finished in 338.159ms 200 text/html; charset=utf-8
+2018-07-14 23:21:10.751 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript
+2018-07-14 23:21:10.753 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript
+2018-07-14 23:21:10.756 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/pages/abp-permission-management/permission-management-modal.js?_v=636664807430920263
+2018-07-14 23:21:10.757 +03:00 [INF] Sending file. Request path: '/pages/abp-permission-management/permission-management-modal.js'. Physical path: '/wwwroot/pages/abp_permission_management/permission-management-modal.js'
+2018-07-14 23:21:10.757 +03:00 [INF] Request finished in 0.7202ms 200 application/javascript
+2018-07-14 23:21:10.757 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.758 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/pages/identity/users/index.js?_v=636668072717634823
+2018-07-14 23:21:10.759 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.759 +03:00 [INF] Sending file. Request path: '/pages/identity/users/index.js'. Physical path: '/wwwroot/pages/identity/users/index.js'
+2018-07-14 23:21:10.760 +03:00 [INF] Request finished in 1.2427ms 200 application/javascript
+2018-07-14 23:21:10.761 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.762 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0
+2018-07-14 23:21:10.765 +03:00 [INF] Sending file. Request path: '/libs/font-awesome/fonts/fontawesome-webfont.woff2'. Physical path: 'D:\Github\abp\templates\module\app\MyCompanyName.MyProjectName.DemoApp\wwwroot\libs\font-awesome\fonts\fontawesome-webfont.woff2'
+2018-07-14 23:21:10.765 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.765 +03:00 [INF] Request finished in 2.94ms 200 font/woff2
+2018-07-14 23:21:10.766 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.768 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.768 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.771 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.771 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.774 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.774 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.777 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.778 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.781 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.783 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.785 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.787 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.789 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.790 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.792 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.794 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:21:10.794 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.795 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
+2018-07-14 23:21:10.796 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.796 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.797 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.797 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.797 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.798 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.798 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.799 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.799 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:21:10.799 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.800 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.800 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid"
+2018-07-14 23:21:10.800 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.1379ms.
+2018-07-14 23:21:10.801 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:21:10.801 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:10.801 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 1.8322ms
+2018-07-14 23:21:10.801 +03:00 [INF] Request finished in 48.2557ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:10.803 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 7.9905000000000008ms.
+2018-07-14 23:21:10.803 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:21:10.803 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 9.2423ms
+2018-07-14 23:21:10.804 +03:00 [INF] Request finished in 52.2752ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:10.979 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/api/identity/identityUser application/json
+2018-07-14 23:21:10.982 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.984 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.987 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.989 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.991 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.994 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:10.997 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:11.000 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:11.004 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:11.007 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:11.012 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:11.018 +03:00 [INF] Route matched with {area = "identity", controller = "User", action = "GetListAsync", page = ""}. Executing action Volo.Abp.Identity.IdentityUserController.GetListAsync (Volo.Abp.Identity.HttpApi)
+2018-07-14 23:21:11.046 +03:00 [INF] Executing action method Volo.Abp.Identity.IdentityUserController.GetListAsync (Volo.Abp.Identity.HttpApi) with arguments (["Volo.Abp.Identity.GetIdentityUsersInput"]) - Validation state: "Valid"
+2018-07-14 23:21:11.074 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:11.494 +03:00 [INF] Executed action method Volo.Abp.Identity.IdentityUserController.GetListAsync (Volo.Abp.Identity.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 447.6773ms.
+2018-07-14 23:21:11.494 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:11.494 +03:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityUserDto, Volo.Abp.Identity.Application.Contracts, Version=0.3.7.0, Culture=neutral, PublicKeyToken=null]]'.
+2018-07-14 23:21:11.504 +03:00 [INF] Executed action Volo.Abp.Identity.IdentityUserController.GetListAsync (Volo.Abp.Identity.HttpApi) in 485.1238ms
+2018-07-14 23:21:11.504 +03:00 [INF] Request finished in 524.7994ms 200 application/json; charset=utf-8
+2018-07-14 23:21:12.318 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Identity/Roles
+2018-07-14 23:21:12.320 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.322 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.323 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.324 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.326 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.328 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.330 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.332 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.333 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.335 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.337 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.562 +03:00 [INF] Route matched with {page = "/Identity/Roles/Index", area = "", action = "", controller = ""}. Executing action /Identity/Roles/Index
+2018-07-14 23:21:12.563 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.563 +03:00 [INF] Executing handler method OnGet with arguments (null) - ModelState is "Valid"
+2018-07-14 23:21:12.584 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 0.36 ms.
+2018-07-14 23:21:12.584 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.585 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.587 +03:00 [DBG] Added bundle 'Basic.Global' to the page in 1.28 ms.
+2018-07-14 23:21:12.591 +03:00 [DBG] Added bundle 'Volo.Abp.Identity.Web.Pages.Identity.Roles.IndexModel' to the page in 0.26 ms.
+2018-07-14 23:21:12.591 +03:00 [INF] Executed action /Identity/Roles/Index in 28.9452ms
+2018-07-14 23:21:12.591 +03:00 [INF] Request finished in 273.3614ms 200 text/html; charset=utf-8
+2018-07-14 23:21:12.681 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ApplicationConfigurationScript
+2018-07-14 23:21:12.682 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Abp/ServiceProxyScript
+2018-07-14 23:21:12.686 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.686 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.687 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/pages/identity/roles/index.js?_v=636668072717634823
+2018-07-14 23:21:12.687 +03:00 [INF] Sending file. Request path: '/pages/identity/roles/index.js'. Physical path: '/wwwroot/pages/identity/roles/index.js'
+2018-07-14 23:21:12.687 +03:00 [INF] Request finished in 0.5833ms 200 application/javascript
+2018-07-14 23:21:12.688 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.688 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.691 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.691 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.693 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.693 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.696 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.696 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.698 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.698 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.700 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.700 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.702 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.702 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.704 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.704 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.706 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.706 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.708 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.708 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.710 +03:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:21:12.710 +03:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)
+2018-07-14 23:21:12.711 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) with arguments (["Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel"]) - Validation state: "Valid"
+2018-07-14 23:21:12.711 +03:00 [INF] Executing action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) - Validation state: "Valid"
+2018-07-14 23:21:12.711 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0886ms.
+2018-07-14 23:21:12.711 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:21:12.712 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 1.1097000000000001ms
+2018-07-14 23:21:12.712 +03:00 [INF] Request finished in 29.5453ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:12.712 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.713 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.713 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.714 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.714 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.715 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.715 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.715 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.716 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.716 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.717 +03:00 [INF] Executed action method Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 5.6885ms.
+2018-07-14 23:21:12.717 +03:00 [INF] Executing ObjectResult, writing value of type 'System.String'.
+2018-07-14 23:21:12.717 +03:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 6.8571ms
+2018-07-14 23:21:12.717 +03:00 [INF] Request finished in 36.5299ms 200 text/plain; charset=utf-8
+2018-07-14 23:21:12.789 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/api/identity/identityRole application/json
+2018-07-14 23:21:12.792 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.795 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.797 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.799 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.801 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.803 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.806 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.808 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.810 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.812 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.816 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.822 +03:00 [INF] Route matched with {area = "identity", controller = "Role", action = "GetListAsync", page = ""}. Executing action Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi)
+2018-07-14 23:21:12.835 +03:00 [INF] Executing action method Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) with arguments (["Volo.Abp.Identity.GetIdentityRolesInput"]) - Validation state: "Valid"
+2018-07-14 23:21:12.838 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:12.872 +03:00 [INF] Executed action method Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 36.9161ms.
+2018-07-14 23:21:12.872 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:12.872 +03:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=0.3.7.0, Culture=neutral, PublicKeyToken=null]]'.
+2018-07-14 23:21:12.877 +03:00 [INF] Executed action Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) in 55.515100000000004ms
+2018-07-14 23:21:12.878 +03:00 [INF] Request finished in 88.832ms 200 application/json; charset=utf-8
+2018-07-14 23:21:14.370 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/Identity/Roles/CreateModal
+2018-07-14 23:21:14.373 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.375 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.379 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.382 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.384 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.385 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.387 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.389 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.391 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.392 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.396 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:14.649 +03:00 [INF] Route matched with {page = "/Identity/Roles/CreateModal", area = "", action = "", controller = ""}. Executing action /Identity/Roles/CreateModal
+2018-07-14 23:21:14.650 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:14.685 +03:00 [INF] Executed action /Identity/Roles/CreateModal in 35.794000000000004ms
+2018-07-14 23:21:14.685 +03:00 [INF] Request finished in 314.8805ms 200 text/html; charset=utf-8
+2018-07-14 23:21:15.593 +03:00 [INF] Request starting HTTP/1.1 POST http://localhost:57891/Identity/Roles/CreateModal application/x-www-form-urlencoded; charset=UTF-8 239
+2018-07-14 23:21:15.598 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.600 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.601 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.603 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.604 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.606 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.608 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.610 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.614 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.615 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.617 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.618 +03:00 [INF] Route matched with {page = "/Identity/Roles/CreateModal", area = "", action = "", controller = ""}. Executing action /Identity/Roles/CreateModal
+2018-07-14 23:21:15.618 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:15.623 +03:00 [INF] Executing handler method OnPostAsync with arguments (null) - ModelState is "Valid"
+2018-07-14 23:21:15.636 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:15.636 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:15.646 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:15.646 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:15.647 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:15.650 +03:00 [DBG] Added 0 entity changes to the current audit log
+2018-07-14 23:21:15.653 +03:00 [INF] Executing HttpStatusCodeResult, setting HTTP status code 204
+2018-07-14 23:21:15.654 +03:00 [INF] Executed action /Identity/Roles/CreateModal in 35.606500000000004ms
+2018-07-14 23:21:15.654 +03:00 [INF] AUDIT LOG: [204: POST ] /Identity/Roles/CreateModal
+- UserId : 006a2809-6b47-16da-05f7-39e7aca0e063
+- ClientIpAddress : ::1
+- ExecutionDuration : 36
+- Actions:
+ - Volo.Abp.Identity.IdentityRoleAppService.CreateAsync (15 ms.)
+ {"input":{"name":"123"}}
+
+2018-07-14 23:21:15.654 +03:00 [INF] Request finished in 61.5757ms 204
+2018-07-14 23:21:15.666 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:57891/api/identity/identityRole application/json
+2018-07-14 23:21:15.669 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.672 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.674 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.676 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.680 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.682 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.684 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.685 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.687 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.688 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.690 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.691 +03:00 [INF] Route matched with {area = "identity", controller = "Role", action = "GetListAsync", page = ""}. Executing action Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi)
+2018-07-14 23:21:15.694 +03:00 [INF] Executing action method Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) with arguments (["Volo.Abp.Identity.GetIdentityRolesInput"]) - Validation state: "Valid"
+2018-07-14 23:21:15.695 +03:00 [INF] Authorization was successful.
+2018-07-14 23:21:15.698 +03:00 [INF] Executed action method Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 4.5124ms.
+2018-07-14 23:21:15.698 +03:00 [WRN] AuditingManager?.Current is null!
+2018-07-14 23:21:15.699 +03:00 [INF] Executing ObjectResult, writing value of type 'Volo.Abp.Application.Dtos.PagedResultDto`1[[Volo.Abp.Identity.IdentityRoleDto, Volo.Abp.Identity.Application.Contracts, Version=0.3.7.0, Culture=neutral, PublicKeyToken=null]]'.
+2018-07-14 23:21:15.699 +03:00 [INF] Executed action Volo.Abp.Identity.IdentityRoleController.GetListAsync (Volo.Abp.Identity.HttpApi) in 7.2488ms
+2018-07-14 23:21:15.699 +03:00 [INF] Request finished in 32.9387ms 200 application/json; charset=utf-8
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/20180711153639_Initial.Designer.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/20180711153639_Initial.Designer.cs
similarity index 99%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/20180711153639_Initial.Designer.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/20180711153639_Initial.Designer.cs
index d4c894075e..7f69d96beb 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/20180711153639_Initial.Designer.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/20180711153639_Initial.Designer.cs
@@ -5,9 +5,9 @@ using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
-using MyCompanyName.MyModuleName.DemoApp;
+using MyCompanyName.MyProjectName.DemoApp;
-namespace MyCompanyName.MyModuleName.DemoApp.Migrations
+namespace MyCompanyName.MyProjectName.DemoApp.Migrations
{
[DbContext(typeof(DemoAppDbContext))]
[Migration("20180711153639_Initial")]
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/20180711153639_Initial.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/20180711153639_Initial.cs
similarity index 99%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/20180711153639_Initial.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/20180711153639_Initial.cs
index b513e93348..68dae7e9c6 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/20180711153639_Initial.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/20180711153639_Initial.cs
@@ -1,7 +1,7 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;
-namespace MyCompanyName.MyModuleName.DemoApp.Migrations
+namespace MyCompanyName.MyProjectName.DemoApp.Migrations
{
public partial class Initial : Migration
{
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/DemoAppDbContextModelSnapshot.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/DemoAppDbContextModelSnapshot.cs
similarity index 99%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/DemoAppDbContextModelSnapshot.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/DemoAppDbContextModelSnapshot.cs
index c4036fbf53..ad9f1b82c9 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Migrations/DemoAppDbContextModelSnapshot.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Migrations/DemoAppDbContextModelSnapshot.cs
@@ -4,9 +4,9 @@ using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
-using MyCompanyName.MyModuleName.DemoApp;
+using MyCompanyName.MyProjectName.DemoApp;
-namespace MyCompanyName.MyModuleName.DemoApp.Migrations
+namespace MyCompanyName.MyProjectName.DemoApp.Migrations
{
[DbContext(typeof(DemoAppDbContext))]
partial class DemoAppDbContextModelSnapshot : ModelSnapshot
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/MyCompanyName.MyModuleName.DemoApp.csproj b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/MyCompanyName.MyProjectName.DemoApp.csproj
similarity index 84%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/MyCompanyName.MyModuleName.DemoApp.csproj
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/MyCompanyName.MyProjectName.DemoApp.csproj
index b3df46ab00..054c032e18 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/MyCompanyName.MyModuleName.DemoApp.csproj
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/MyCompanyName.MyProjectName.DemoApp.csproj
@@ -12,9 +12,9 @@
-
-
-
+
+
+
diff --git a/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Pages/Index.cshtml b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Pages/Index.cshtml
new file mode 100644
index 0000000000..0532ccc90b
--- /dev/null
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Pages/Index.cshtml
@@ -0,0 +1,4 @@
+@page
+@model MyCompanyName.MyProjectName.DemoApp.Pages.IndexModel
+Welcome to the MyProjectName demo application.
+Login
\ No newline at end of file
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Pages/Index.cshtml.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Pages/Index.cshtml.cs
similarity index 83%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/Pages/Index.cshtml.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/Pages/Index.cshtml.cs
index 8756e3488e..aae7b3c55a 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Pages/Index.cshtml.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Pages/Index.cshtml.cs
@@ -5,7 +5,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
-namespace MyCompanyName.MyModuleName.DemoApp.Pages
+namespace MyCompanyName.MyProjectName.DemoApp.Pages
{
public class IndexModel : PageModel
{
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Pages/_ViewImports.cshtml b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Pages/_ViewImports.cshtml
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/Pages/_ViewImports.cshtml
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/Pages/_ViewImports.cshtml
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Program.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Program.cs
similarity index 96%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/Program.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/Program.cs
index a87bb41e46..a723fd53a8 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Program.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Program.cs
@@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Hosting;
using Serilog;
using Serilog.Events;
-namespace MyCompanyName.MyModuleName.DemoApp
+namespace MyCompanyName.MyProjectName.DemoApp
{
public class Program
{
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Properties/launchSettings.json b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Properties/launchSettings.json
similarity index 92%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/Properties/launchSettings.json
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/Properties/launchSettings.json
index 134d2e98e1..9dcbdbe130 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Properties/launchSettings.json
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Properties/launchSettings.json
@@ -15,7 +15,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
- "MyCompanyName.MyModuleName.DemoApp": {
+ "MyCompanyName.MyProjectName.DemoApp": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Startup.cs b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Startup.cs
similarity index 95%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/Startup.cs
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/Startup.cs
index e67cec44fb..d77c77ba38 100644
--- a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/Startup.cs
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/Startup.cs
@@ -6,7 +6,7 @@ using Microsoft.Extensions.Logging;
using Serilog;
using Volo.Abp;
-namespace MyCompanyName.MyModuleName.DemoApp
+namespace MyCompanyName.MyProjectName.DemoApp
{
public class Startup
{
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/abp.resourcemapping.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/abp.resourcemapping.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/abp.resourcemapping.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/abp.resourcemapping.js
diff --git a/templates/module/app/MyCompanyName.MyProjectName.DemoApp/appsettings.json b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/appsettings.json
new file mode 100644
index 0000000000..fc45293f2b
--- /dev/null
+++ b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/appsettings.json
@@ -0,0 +1,5 @@
+{
+ "ConnectionStrings": {
+ "Default": "Server=localhost;Database=MyProjectNameDemoApp;Trusted_Connection=True;MultipleActiveResultSets=true"
+ }
+}
\ No newline at end of file
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/gulpfile.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/gulpfile.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/gulpfile.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/gulpfile.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/package.json b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/package.json
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/package.json
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/package.json
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/abp/core/abp.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/abp/core/abp.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/abp/core/abp.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/abp/core/abp.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/abp/jquery/abp.jquery.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/abp/jquery/abp.jquery.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/abp/jquery/abp.jquery.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/abp/jquery/abp.jquery.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/bootstrap/css/bootstrap.css b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/bootstrap/css/bootstrap.css
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/bootstrap/css/bootstrap.css
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/bootstrap/css/bootstrap.css
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/bootstrap/js/bootstrap.bundle.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/bootstrap/js/bootstrap.bundle.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/bootstrap/js/bootstrap.bundle.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/bootstrap/js/bootstrap.bundle.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/datatables.net-bs4/css/dataTables.bootstrap4.css b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/datatables.net-bs4/css/dataTables.bootstrap4.css
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/datatables.net-bs4/css/dataTables.bootstrap4.css
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/datatables.net-bs4/css/dataTables.bootstrap4.css
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/datatables.net-bs4/js/dataTables.bootstrap4.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/datatables.net-bs4/js/dataTables.bootstrap4.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/datatables.net-bs4/js/dataTables.bootstrap4.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/datatables.net-bs4/js/dataTables.bootstrap4.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/datatables.net/js/jquery.dataTables.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/datatables.net/js/jquery.dataTables.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/datatables.net/js/jquery.dataTables.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/datatables.net/js/jquery.dataTables.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/css/font-awesome.css b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/css/font-awesome.css
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/css/font-awesome.css
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/css/font-awesome.css
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/FontAwesome.otf b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/FontAwesome.otf
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/FontAwesome.otf
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/FontAwesome.otf
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.eot b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.eot
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.eot
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.eot
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.svg b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.svg
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.svg
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.svg
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.ttf b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.ttf
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.ttf
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.ttf
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.woff b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.woff
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.woff
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.woff
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.woff2 b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.woff2
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.woff2
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/font-awesome/fonts/fontawesome-webfont.woff2
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-form/jquery.form.min.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-form/jquery.form.min.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-form/jquery.form.min.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-form/jquery.form.min.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/jquery.validate.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/jquery.validate.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/jquery.validate.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/jquery.validate.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ar.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ar.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ar.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ar.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_az.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_az.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_az.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_az.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_bg.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_bg.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_bg.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_bg.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_bn_BD.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_bn_BD.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_bn_BD.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_bn_BD.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ca.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ca.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ca.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ca.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_cs.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_cs.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_cs.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_cs.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_da.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_da.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_da.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_da.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_de.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_de.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_de.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_de.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_el.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_el.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_el.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_el.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es_AR.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es_AR.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es_AR.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es_AR.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es_PE.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es_PE.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es_PE.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_es_PE.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_et.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_et.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_et.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_et.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_eu.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_eu.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_eu.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_eu.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fa.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fa.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fa.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fa.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fi.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fi.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fi.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fi.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_fr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ge.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ge.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ge.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ge.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_gl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_gl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_gl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_gl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_he.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_he.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_he.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_he.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hu.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hu.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hu.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hu.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hy_AM.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hy_AM.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hy_AM.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_hy_AM.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_id.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_id.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_id.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_id.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_is.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_is.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_is.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_is.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_it.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_it.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_it.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_it.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ja.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ja.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ja.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ja.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ka.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ka.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ka.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ka.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_kk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_kk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_kk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_kk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ko.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ko.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ko.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ko.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_lt.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_lt.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_lt.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_lt.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_lv.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_lv.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_lv.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_lv.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_mk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_mk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_mk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_mk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_my.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_my.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_my.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_my.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_nl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_nl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_nl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_nl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_no.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_no.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_no.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_no.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pt_BR.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pt_BR.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pt_BR.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pt_BR.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pt_PT.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pt_PT.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pt_PT.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_pt_PT.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ro.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ro.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ro.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ro.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ru.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ru.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ru.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ru.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sd.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sd.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sd.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sd.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_si.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_si.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_si.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_si.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sr_lat.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sr_lat.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sr_lat.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sr_lat.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sv.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sv.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sv.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_sv.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_th.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_th.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_th.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_th.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_tj.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_tj.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_tj.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_tj.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_tr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_tr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_tr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_tr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_uk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_uk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_uk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_uk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ur.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ur.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ur.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_ur.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_vi.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_vi.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_vi.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_vi.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_zh.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_zh.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_zh.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_zh.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_zh_TW.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_zh_TW.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_zh_TW.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/messages_zh_TW.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_de.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_de.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_de.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_de.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_es_CL.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_es_CL.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_es_CL.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_es_CL.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_fi.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_fi.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_fi.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_fi.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_nl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_nl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_nl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_nl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_pt.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_pt.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_pt.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery-validation/localization/methods_pt.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery/jquery.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery/jquery.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/jquery/jquery.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/jquery/jquery.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/lodash/lodash.min.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/lodash/lodash.min.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/lodash/lodash.min.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/lodash/lodash.min.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/css/select2.min.css b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/css/select2.min.css
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/css/select2.min.css
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/css/select2.min.css
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/af.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/af.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/af.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/af.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ar.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ar.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ar.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ar.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/az.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/az.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/az.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/az.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/bg.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/bg.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/bg.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/bg.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/bs.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/bs.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/bs.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/bs.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ca.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ca.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ca.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ca.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/cs.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/cs.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/cs.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/cs.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/da.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/da.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/da.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/da.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/de.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/de.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/de.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/de.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/dsb.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/dsb.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/dsb.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/dsb.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/el.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/el.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/el.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/el.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/en.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/en.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/en.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/en.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/es.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/es.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/es.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/es.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/et.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/et.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/et.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/et.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/eu.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/eu.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/eu.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/eu.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/fa.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/fa.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/fa.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/fa.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/fi.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/fi.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/fi.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/fi.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/fr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/fr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/fr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/fr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/gl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/gl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/gl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/gl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/he.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/he.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/he.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/he.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hi.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hi.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hi.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hi.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hsb.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hsb.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hsb.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hsb.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hu.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hu.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hu.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hu.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hy.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hy.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/hy.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/hy.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/id.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/id.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/id.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/id.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/is.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/is.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/is.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/is.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/it.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/it.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/it.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/it.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ja.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ja.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ja.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ja.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/km.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/km.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/km.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/km.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ko.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ko.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ko.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ko.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/lt.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/lt.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/lt.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/lt.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/lv.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/lv.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/lv.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/lv.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/mk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/mk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/mk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/mk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ms.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ms.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ms.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ms.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/nb.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/nb.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/nb.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/nb.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/nl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/nl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/nl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/nl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/pl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/pl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/pl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/pl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ps.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ps.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ps.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ps.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/pt-BR.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/pt-BR.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/pt-BR.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/pt-BR.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/pt.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/pt.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/pt.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/pt.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ro.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ro.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ro.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ro.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ru.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ru.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/ru.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/ru.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sr-Cyrl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sr-Cyrl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sr-Cyrl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sr-Cyrl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sv.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sv.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/sv.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/sv.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/th.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/th.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/th.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/th.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/tr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/tr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/tr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/tr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/uk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/uk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/uk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/uk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/vi.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/vi.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/vi.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/vi.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/zh-CN.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/zh-CN.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/zh-CN.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/zh-CN.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/zh-TW.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/zh-TW.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/i18n/zh-TW.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/i18n/zh-TW.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/select2.full.min.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/select2.full.min.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/select2.full.min.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/select2.full.min.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/select2.min.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/select2.min.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/select2/js/select2.min.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/select2/js/select2.min.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/sweetalert/sweetalert.min.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/sweetalert/sweetalert.min.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/sweetalert/sweetalert.min.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/sweetalert/sweetalert.min.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/jquery.timeago.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/jquery.timeago.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/jquery.timeago.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/jquery.timeago.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/README.md b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/README.md
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/README.md
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/README.md
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.af.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.af.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.af.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.af.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.am.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.am.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.am.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.am.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ar.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ar.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ar.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ar.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.az-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.az-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.az-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.az-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.az.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.az.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.az.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.az.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.bg.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.bg.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.bg.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.bg.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.bs.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.bs.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.bs.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.bs.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ca.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ca.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ca.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ca.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.cs.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.cs.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.cs.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.cs.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.cy.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.cy.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.cy.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.cy.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.da.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.da.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.da.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.da.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.de-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.de-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.de-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.de-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.de.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.de.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.de.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.de.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.dv.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.dv.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.dv.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.dv.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.el.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.el.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.el.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.el.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.en-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.en-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.en-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.en-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.en.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.en.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.en.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.en.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.es-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.es-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.es-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.es-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.es.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.es.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.es.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.es.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.et.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.et.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.et.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.et.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.eu.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.eu.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.eu.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.eu.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fa-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fa-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fa-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fa-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fa.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fa.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fa.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fa.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fi.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fi.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fi.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fi.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fr-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fr-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fr-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fr-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.fr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.gl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.gl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.gl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.gl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.he.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.he.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.he.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.he.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hu.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hu.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hu.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hu.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hy.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hy.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hy.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.hy.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.id.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.id.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.id.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.id.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.is.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.is.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.is.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.is.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.it-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.it-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.it-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.it-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.it.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.it.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.it.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.it.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ja.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ja.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ja.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ja.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.jv.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.jv.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.jv.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.jv.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ko.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ko.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ko.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ko.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ky.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ky.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ky.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ky.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.lt.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.lt.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.lt.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.lt.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.lv.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.lv.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.lv.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.lv.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.mk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.mk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.mk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.mk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.nl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.nl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.nl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.nl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.no.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.no.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.no.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.no.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-br-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-br-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-br-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-br-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-br.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-br.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-br.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-br.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.pt.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ro.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ro.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ro.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ro.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.rs.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.rs.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.rs.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.rs.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ru.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ru.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ru.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ru.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.rw.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.rw.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.rw.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.rw.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.si.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.si.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.si.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.si.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sl.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sl.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sl.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sl.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sq.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sq.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sq.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sq.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sv.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sv.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sv.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.sv.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.th.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.th.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.th.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.th.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.tr-short.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.tr-short.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.tr-short.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.tr-short.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.tr.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.tr.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.tr.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.tr.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.uk.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.uk.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.uk.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.uk.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ur.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ur.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ur.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.ur.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.uz.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.uz.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.uz.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.uz.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.vi.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.vi.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.vi.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.vi.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.zh-CN.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.zh-CN.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.zh-CN.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.zh-CN.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.zh-TW.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.zh-TW.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.zh-TW.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/timeago/locales/jquery.timeago.zh-TW.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/toastr/toastr.css b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/toastr/toastr.css
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/toastr/toastr.css
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/toastr/toastr.css
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/toastr/toastr.js.map b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/toastr/toastr.js.map
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/toastr/toastr.js.map
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/toastr/toastr.js.map
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/toastr/toastr.min.css b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/toastr/toastr.min.css
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/toastr/toastr.min.css
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/toastr/toastr.min.css
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/toastr/toastr.min.js b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/toastr/toastr.min.js
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/wwwroot/libs/toastr/toastr.min.js
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/wwwroot/libs/toastr/toastr.min.js
diff --git a/templates/module/app/MyCompanyName.MyModuleName.DemoApp/yarn.lock b/templates/module/app/MyCompanyName.MyProjectName.DemoApp/yarn.lock
similarity index 100%
rename from templates/module/app/MyCompanyName.MyModuleName.DemoApp/yarn.lock
rename to templates/module/app/MyCompanyName.MyProjectName.DemoApp/yarn.lock
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/Localization/ApplicationContracts/en.json b/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/Localization/ApplicationContracts/en.json
deleted file mode 100644
index a4f0053f51..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/Localization/ApplicationContracts/en.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "culture": "en",
- "texts": {
- "Permission:MyModuleName": "MyModuleName"
- }
-}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNamePermissionDefinitionProvider.cs b/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNamePermissionDefinitionProvider.cs
deleted file mode 100644
index 2dd3fa7822..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNamePermissionDefinitionProvider.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using MyCompanyName.MyModuleName.Localization;
-using Volo.Abp.Authorization.Permissions;
-using Volo.Abp.Localization;
-
-namespace MyCompanyName.MyModuleName
-{
- public class MyModuleNamePermissionDefinitionProvider : PermissionDefinitionProvider
- {
- public override void Define(IPermissionDefinitionContext context)
- {
- //var moduleGroup = context.AddGroup(MyModuleNamePermissions.GroupName, L("Permission:MyModuleName"));
- }
-
- private static LocalizableString L(string name)
- {
- return LocalizableString.Create(name);
- }
- }
-}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameApplicationAutoMapperProfile.cs b/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameApplicationAutoMapperProfile.cs
deleted file mode 100644
index a93cbc9d56..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameApplicationAutoMapperProfile.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using AutoMapper;
-
-namespace MyCompanyName.MyModuleName
-{
- public class MyModuleNameApplicationAutoMapperProfile : Profile
- {
- public MyModuleNameApplicationAutoMapperProfile()
- {
-
- }
- }
-}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/Localization/MyModuleNameResource.cs b/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/Localization/MyModuleNameResource.cs
deleted file mode 100644
index ef08c5196a..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/Localization/MyModuleNameResource.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using Volo.Abp.Localization;
-
-namespace MyCompanyName.MyModuleName.Localization
-{
- [LocalizationResourceName("MyModuleName")]
- public class MyModuleNameResource
- {
-
- }
-}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/MyModuleNameDomainErrorCodes.cs b/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/MyModuleNameDomainErrorCodes.cs
deleted file mode 100644
index 80171a6448..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/MyModuleNameDomainErrorCodes.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace MyCompanyName.MyModuleName
-{
- public static class MyModuleNameDomainErrorCodes
- {
- //Add your business exception error codes here...
- }
-}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName/MyModuleName/MyModuleNameConsts.cs b/templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName/MyModuleName/MyModuleNameConsts.cs
deleted file mode 100644
index dee2778e9d..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName/MyModuleName/MyModuleNameConsts.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace MyCompanyName.MyModuleName
-{
- public static class MyModuleNameConsts
- {
- public const string DefaultDbTablePrefix = "MyModuleName";
-
- public const string DefaultDbSchema = null;
- }
-}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameModelBuilderConfigurationOptions.cs b/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameModelBuilderConfigurationOptions.cs
deleted file mode 100644
index bc876540c6..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameModelBuilderConfigurationOptions.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using JetBrains.Annotations;
-using Volo.Abp.EntityFrameworkCore.Modeling;
-
-namespace MyCompanyName.MyModuleName.EntityFrameworkCore
-{
- public class MyModuleNameModelBuilderConfigurationOptions : ModelBuilderConfigurationOptions
- {
- public MyModuleNameModelBuilderConfigurationOptions(
- [NotNull] string tablePrefix = MyModuleNameConsts.DefaultDbTablePrefix,
- [CanBeNull] string schema = MyModuleNameConsts.DefaultDbSchema)
- : base(
- tablePrefix,
- schema)
- {
-
- }
- }
-}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoModelBuilderConfigurationOptions.cs b/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoModelBuilderConfigurationOptions.cs
deleted file mode 100644
index 1dce65924b..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoModelBuilderConfigurationOptions.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using JetBrains.Annotations;
-using Volo.Abp.MongoDB;
-
-namespace MyCompanyName.MyModuleName.MongoDB
-{
- public class MyModuleNameMongoModelBuilderConfigurationOptions : MongoModelBuilderConfigurationOptions
- {
- public MyModuleNameMongoModelBuilderConfigurationOptions(
- [NotNull] string tablePrefix = MyModuleNameConsts.DefaultDbTablePrefix)
- : base(tablePrefix)
- {
- }
- }
-}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameWebAutoMapperProfile.cs b/templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameWebAutoMapperProfile.cs
deleted file mode 100644
index 0bb7bea436..0000000000
--- a/templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameWebAutoMapperProfile.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using AutoMapper;
-
-namespace MyCompanyName.MyModuleName
-{
- public class MyModuleNameWebAutoMapperProfile : Profile
- {
- public MyModuleNameWebAutoMapperProfile()
- {
- //Create mappings.
- }
- }
-}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName.MyModuleName.Application.Contracts.csproj b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName.MyProjectName.Application.Contracts.csproj
similarity index 55%
rename from templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName.MyModuleName.Application.Contracts.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName.MyProjectName.Application.Contracts.csproj
index bab206b2bf..317662c6ac 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName.MyModuleName.Application.Contracts.csproj
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName.MyProjectName.Application.Contracts.csproj
@@ -8,16 +8,16 @@
-
+
-
+
-
+
diff --git a/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/Localization/ApplicationContracts/en.json b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/Localization/ApplicationContracts/en.json
new file mode 100644
index 0000000000..42ed55bbc6
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/Localization/ApplicationContracts/en.json
@@ -0,0 +1,6 @@
+{
+ "culture": "en",
+ "texts": {
+ "Permission:MyProjectName": "MyProjectName"
+ }
+}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNameApplicationContractsModule.cs b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNameApplicationContractsModule.cs
similarity index 54%
rename from templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNameApplicationContractsModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNameApplicationContractsModule.cs
index 5eb0a8701a..f86b5fc4fa 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNameApplicationContractsModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNameApplicationContractsModule.cs
@@ -1,39 +1,39 @@
using Microsoft.Extensions.DependencyInjection;
-using MyCompanyName.MyModuleName.Localization;
+using MyCompanyName.MyProjectName.Localization;
using Volo.Abp.Application;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Localization;
using Volo.Abp.Modularity;
using Volo.Abp.VirtualFileSystem;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
[DependsOn(
- typeof(MyModuleNameDomainSharedModule),
+ typeof(MyProjectNameDomainSharedModule),
typeof(AbpDddApplicationModule)
)]
- public class MyModuleNameApplicationContractsModule : AbpModule
+ public class MyProjectNameApplicationContractsModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.Configure(options =>
{
- options.DefinitionProviders.Add();
+ options.DefinitionProviders.Add();
});
context.Services.Configure(options =>
{
- options.FileSets.AddEmbedded();
+ options.FileSets.AddEmbedded();
});
context.Services.Configure(options =>
{
options.Resources
- .Get()
- .AddVirtualJson("/MyCompanyName/MyModuleName/Localization/ApplicationContracts");
+ .Get()
+ .AddVirtualJson("/MyCompanyName/MyProjectName/Localization/ApplicationContracts");
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
diff --git a/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNamePermissionDefinitionProvider.cs b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNamePermissionDefinitionProvider.cs
new file mode 100644
index 0000000000..b4ff9e358d
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNamePermissionDefinitionProvider.cs
@@ -0,0 +1,19 @@
+using MyCompanyName.MyProjectName.Localization;
+using Volo.Abp.Authorization.Permissions;
+using Volo.Abp.Localization;
+
+namespace MyCompanyName.MyProjectName
+{
+ public class MyProjectNamePermissionDefinitionProvider : PermissionDefinitionProvider
+ {
+ public override void Define(IPermissionDefinitionContext context)
+ {
+ //var moduleGroup = context.AddGroup(MyProjectNamePermissions.GroupName, L("Permission:MyProjectName"));
+ }
+
+ private static LocalizableString L(string name)
+ {
+ return LocalizableString.Create(name);
+ }
+ }
+}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNamePermissions.cs b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNamePermissions.cs
similarity index 52%
rename from templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNamePermissions.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNamePermissions.cs
index 058392033f..88e7a3c05b 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Application.Contracts/MyCompanyName/MyModuleName/MyModuleNamePermissions.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application.Contracts/MyCompanyName/MyProjectName/MyProjectNamePermissions.cs
@@ -1,8 +1,8 @@
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
- public class MyModuleNamePermissions
+ public class MyProjectNamePermissions
{
- public const string GroupName = "MyModuleName";
+ public const string GroupName = "MyProjectName";
public static string[] GetAll()
{
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName.MyModuleName.Application.csproj b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName.MyProjectName.Application.csproj
similarity index 56%
rename from templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName.MyModuleName.Application.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName.MyProjectName.Application.csproj
index a35899725e..03a3c8d193 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName.MyModuleName.Application.csproj
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName.MyProjectName.Application.csproj
@@ -9,8 +9,8 @@
-
-
+
+
diff --git a/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameApplicationAutoMapperProfile.cs b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameApplicationAutoMapperProfile.cs
new file mode 100644
index 0000000000..8a01585f69
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameApplicationAutoMapperProfile.cs
@@ -0,0 +1,12 @@
+using AutoMapper;
+
+namespace MyCompanyName.MyProjectName
+{
+ public class MyProjectNameApplicationAutoMapperProfile : Profile
+ {
+ public MyProjectNameApplicationAutoMapperProfile()
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameApplicationModule.cs b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameApplicationModule.cs
similarity index 52%
rename from templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameApplicationModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameApplicationModule.cs
index aed0ed84d3..c6c860b4db 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameApplicationModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameApplicationModule.cs
@@ -3,28 +3,28 @@ using Volo.Abp.AutoMapper;
using Volo.Abp.Modularity;
using Volo.Abp.Settings;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
[DependsOn(
- typeof(MyModuleNameDomainModule),
- typeof(MyModuleNameApplicationContractsModule),
+ typeof(MyProjectNameDomainModule),
+ typeof(MyProjectNameApplicationContractsModule),
typeof(AbpAutoMapperModule)
)]
- public class MyModuleNameApplicationModule : AbpModule
+ public class MyProjectNameApplicationModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.Configure(options =>
{
- options.AddProfile(validate: true);
+ options.AddProfile(validate: true);
});
context.Services.Configure(options =>
{
- options.DefinitionProviders.Add();
+ options.DefinitionProviders.Add();
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameSettingDefinitionProvider.cs b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameSettingDefinitionProvider.cs
similarity index 51%
rename from templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameSettingDefinitionProvider.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameSettingDefinitionProvider.cs
index 2d0589dbfb..0d5cee1168 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameSettingDefinitionProvider.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameSettingDefinitionProvider.cs
@@ -1,13 +1,13 @@
using Volo.Abp.Settings;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
- public class MyModuleNameSettingDefinitionProvider : SettingDefinitionProvider
+ public class MyProjectNameSettingDefinitionProvider : SettingDefinitionProvider
{
public override void Define(ISettingDefinitionContext context)
{
/* Define module settings here.
- * Use names from MyModuleNameSettings class.
+ * Use names from MyProjectNameSettings class.
*/
}
}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameSettings.cs b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameSettings.cs
similarity index 51%
rename from templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameSettings.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameSettings.cs
index 17fcd94825..5a50555ea5 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Application/MyCompanyName/MyModuleName/MyModuleNameSettings.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Application/MyCompanyName/MyProjectName/MyProjectNameSettings.cs
@@ -1,8 +1,8 @@
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
- public static class MyModuleNameSettings
+ public static class MyProjectNameSettings
{
- public const string GroupName = "MyModuleName";
+ public const string GroupName = "MyProjectName";
/* Add constants for setting names. Example:
* public const string MySettingName = GroupName + ".MySettingName";
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName.MyModuleName.Domain.Shared.csproj b/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName.MyProjectName.Domain.Shared.csproj
similarity index 100%
rename from templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName.MyModuleName.Domain.Shared.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName.MyProjectName.Domain.Shared.csproj
diff --git a/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/Localization/MyProjectNameResource.cs b/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/Localization/MyProjectNameResource.cs
new file mode 100644
index 0000000000..2bf5b0d33c
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/Localization/MyProjectNameResource.cs
@@ -0,0 +1,10 @@
+using Volo.Abp.Localization;
+
+namespace MyCompanyName.MyProjectName.Localization
+{
+ [LocalizationResourceName("MyProjectName")]
+ public class MyProjectNameResource
+ {
+
+ }
+}
diff --git a/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/MyProjectNameDomainErrorCodes.cs b/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/MyProjectNameDomainErrorCodes.cs
new file mode 100644
index 0000000000..55a2ed72bc
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/MyProjectNameDomainErrorCodes.cs
@@ -0,0 +1,7 @@
+namespace MyCompanyName.MyProjectName
+{
+ public static class MyProjectNameDomainErrorCodes
+ {
+ //Add your business exception error codes here...
+ }
+}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/MyModuleNameDomainSharedModule.cs b/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/MyProjectNameDomainSharedModule.cs
similarity index 57%
rename from templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/MyModuleNameDomainSharedModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/MyProjectNameDomainSharedModule.cs
index 51ca55f7a6..58dd9079ca 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Domain.Shared/MyCompanyName/MyModuleName/MyModuleNameDomainSharedModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Domain.Shared/MyCompanyName/MyProjectName/MyProjectNameDomainSharedModule.cs
@@ -1,23 +1,23 @@
using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.Modularity;
using Volo.Abp.Localization;
-using MyCompanyName.MyModuleName.Localization;
+using MyCompanyName.MyProjectName.Localization;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
[DependsOn(
typeof(AbpLocalizationModule)
)]
- public class MyModuleNameDomainSharedModule : AbpModule
+ public class MyProjectNameDomainSharedModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.Configure(options =>
{
- options.Resources.Add("en");
+ options.Resources.Add("en");
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName.MyModuleName.Domain.csproj b/templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName.MyProjectName.Domain.csproj
similarity index 57%
rename from templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName.MyModuleName.Domain.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName.MyProjectName.Domain.csproj
index 2303682757..59e1709df7 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName.MyModuleName.Domain.csproj
+++ b/templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName.MyProjectName.Domain.csproj
@@ -8,16 +8,16 @@
-
+
-
+
-
+
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName/MyModuleName/Localization/Domain/en.json b/templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName/MyProjectName/Localization/Domain/en.json
similarity index 100%
rename from templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName/MyModuleName/Localization/Domain/en.json
rename to templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName/MyProjectName/Localization/Domain/en.json
diff --git a/templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName/MyProjectName/MyProjectNameConsts.cs b/templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName/MyProjectName/MyProjectNameConsts.cs
new file mode 100644
index 0000000000..3d3d8236e7
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName/MyProjectName/MyProjectNameConsts.cs
@@ -0,0 +1,9 @@
+namespace MyCompanyName.MyProjectName
+{
+ public static class MyProjectNameConsts
+ {
+ public const string DefaultDbTablePrefix = "MyProjectName";
+
+ public const string DefaultDbSchema = null;
+ }
+}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName/MyModuleName/MyModuleNameDomainModule.cs b/templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName/MyProjectName/MyProjectNameDomainModule.cs
similarity index 54%
rename from templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName/MyModuleName/MyModuleNameDomainModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName/MyProjectName/MyProjectNameDomainModule.cs
index e0482f16b3..ed0a2633b7 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Domain/MyCompanyName/MyModuleName/MyModuleNameDomainModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Domain/MyCompanyName/MyProjectName/MyProjectNameDomainModule.cs
@@ -1,35 +1,35 @@
using Microsoft.Extensions.DependencyInjection;
-using MyCompanyName.MyModuleName.Localization;
+using MyCompanyName.MyProjectName.Localization;
using Volo.Abp.Localization;
using Volo.Abp.Localization.ExceptionHandling;
using Volo.Abp.Modularity;
using Volo.Abp.VirtualFileSystem;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
[DependsOn(
- typeof(MyModuleNameDomainSharedModule)
+ typeof(MyProjectNameDomainSharedModule)
)]
- public class MyModuleNameDomainModule : AbpModule
+ public class MyProjectNameDomainModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.Configure(options =>
{
- options.FileSets.AddEmbedded();
+ options.FileSets.AddEmbedded();
});
context.Services.Configure(options =>
{
- options.Resources.Get().AddVirtualJson("/MyCompanyName/MyModuleName/Localization/Domain");
+ options.Resources.Get().AddVirtualJson("/MyCompanyName/MyProjectName/Localization/Domain");
});
context.Services.Configure(options =>
{
- options.MapCodeNamespace("Volo.Qa", typeof(MyModuleNameResource));
+ options.MapCodeNamespace("Volo.Qa", typeof(MyProjectNameResource));
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName.MyModuleName.EntityFrameworkCore.csproj b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName.MyProjectName.EntityFrameworkCore.csproj
similarity index 79%
rename from templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName.MyModuleName.EntityFrameworkCore.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName.MyProjectName.EntityFrameworkCore.csproj
index 90805c4ae7..083fc1ce77 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName.MyModuleName.EntityFrameworkCore.csproj
+++ b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName.MyProjectName.EntityFrameworkCore.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/IMyModuleNameDbContext.cs b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/IMyProjectNameDbContext.cs
similarity index 53%
rename from templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/IMyModuleNameDbContext.cs
rename to templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/IMyProjectNameDbContext.cs
index e75522b93a..cb565702f7 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/IMyModuleNameDbContext.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/IMyProjectNameDbContext.cs
@@ -1,10 +1,10 @@
using Volo.Abp.Data;
using Volo.Abp.EntityFrameworkCore;
-namespace MyCompanyName.MyModuleName.EntityFrameworkCore
+namespace MyCompanyName.MyProjectName.EntityFrameworkCore
{
- [ConnectionStringName("MyModuleName")]
- public interface IMyModuleNameDbContext : IEfCoreDbContext
+ [ConnectionStringName("MyProjectName")]
+ public interface IMyProjectNameDbContext : IEfCoreDbContext
{
/* Add DbSet for each Aggregate Root here. Example:
* DbSet Questions { get; }
diff --git a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameDbContext.cs b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameDbContext.cs
similarity index 50%
rename from templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameDbContext.cs
rename to templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameDbContext.cs
index cba4a3898e..0ea5fb3d3f 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameDbContext.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameDbContext.cs
@@ -2,20 +2,20 @@
using Volo.Abp.Data;
using Volo.Abp.EntityFrameworkCore;
-namespace MyCompanyName.MyModuleName.EntityFrameworkCore
+namespace MyCompanyName.MyProjectName.EntityFrameworkCore
{
- [ConnectionStringName("MyModuleName")]
- public class MyModuleNameDbContext : AbpDbContext, IMyModuleNameDbContext
+ [ConnectionStringName("MyProjectName")]
+ public class MyProjectNameDbContext : AbpDbContext, IMyProjectNameDbContext
{
- public static string TablePrefix { get; set; } = MyModuleNameConsts.DefaultDbTablePrefix;
+ public static string TablePrefix { get; set; } = MyProjectNameConsts.DefaultDbTablePrefix;
- public static string Schema { get; set; } = MyModuleNameConsts.DefaultDbSchema;
+ public static string Schema { get; set; } = MyProjectNameConsts.DefaultDbSchema;
/* Add DbSet for each Aggregate Root here. Example:
* public DbSet Questions { get; set; }
*/
- public MyModuleNameDbContext(DbContextOptions options)
+ public MyProjectNameDbContext(DbContextOptions options)
: base(options)
{
@@ -25,7 +25,7 @@ namespace MyCompanyName.MyModuleName.EntityFrameworkCore
{
base.OnModelCreating(builder);
- builder.ConfigureMyModuleName(options =>
+ builder.ConfigureMyProjectName(options =>
{
options.TablePrefix = TablePrefix;
options.Schema = Schema;
diff --git a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameDbContextModelCreatingExtensions.cs b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameDbContextModelCreatingExtensions.cs
similarity index 72%
rename from templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameDbContextModelCreatingExtensions.cs
rename to templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameDbContextModelCreatingExtensions.cs
index b82af71475..ed7788dab7 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameDbContextModelCreatingExtensions.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameDbContextModelCreatingExtensions.cs
@@ -2,17 +2,17 @@
using Microsoft.EntityFrameworkCore;
using Volo.Abp;
-namespace MyCompanyName.MyModuleName.EntityFrameworkCore
+namespace MyCompanyName.MyProjectName.EntityFrameworkCore
{
- public static class MyModuleNameDbContextModelCreatingExtensions
+ public static class MyProjectNameDbContextModelCreatingExtensions
{
- public static void ConfigureMyModuleName(
+ public static void ConfigureMyProjectName(
this ModelBuilder builder,
- Action optionsAction = null)
+ Action optionsAction = null)
{
Check.NotNull(builder, nameof(builder));
- var options = new MyModuleNameModelBuilderConfigurationOptions();
+ var options = new MyProjectNameModelBuilderConfigurationOptions();
optionsAction?.Invoke(options);
diff --git a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameEntityFrameworkCoreModule.cs b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameEntityFrameworkCoreModule.cs
similarity index 59%
rename from templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameEntityFrameworkCoreModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameEntityFrameworkCoreModule.cs
index c83b39f9d0..e98bed021e 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.EntityFrameworkCore/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameEntityFrameworkCoreModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameEntityFrameworkCoreModule.cs
@@ -2,24 +2,24 @@
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.Modularity;
-namespace MyCompanyName.MyModuleName.EntityFrameworkCore
+namespace MyCompanyName.MyProjectName.EntityFrameworkCore
{
[DependsOn(
- typeof(MyModuleNameDomainModule),
+ typeof(MyProjectNameDomainModule),
typeof(AbpEntityFrameworkCoreModule)
)]
- public class MyModuleNameEntityFrameworkCoreModule : AbpModule
+ public class MyProjectNameEntityFrameworkCoreModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
- context.Services.AddAbpDbContext(options =>
+ context.Services.AddAbpDbContext(options =>
{
/* Add custom repositories here. Example:
* options.AddRepository();
*/
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameModelBuilderConfigurationOptions.cs b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameModelBuilderConfigurationOptions.cs
new file mode 100644
index 0000000000..8f7af7fa89
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.EntityFrameworkCore/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameModelBuilderConfigurationOptions.cs
@@ -0,0 +1,18 @@
+using JetBrains.Annotations;
+using Volo.Abp.EntityFrameworkCore.Modeling;
+
+namespace MyCompanyName.MyProjectName.EntityFrameworkCore
+{
+ public class MyProjectNameModelBuilderConfigurationOptions : ModelBuilderConfigurationOptions
+ {
+ public MyProjectNameModelBuilderConfigurationOptions(
+ [NotNull] string tablePrefix = MyProjectNameConsts.DefaultDbTablePrefix,
+ [CanBeNull] string schema = MyProjectNameConsts.DefaultDbSchema)
+ : base(
+ tablePrefix,
+ schema)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.HttpApi.Client/MyCompanyName.MyModuleName.HttpApi.Client.csproj b/templates/module/src/MyCompanyName.MyProjectName.HttpApi.Client/MyCompanyName.MyProjectName.HttpApi.Client.csproj
similarity index 70%
rename from templates/module/src/MyCompanyName.MyModuleName.HttpApi.Client/MyCompanyName.MyModuleName.HttpApi.Client.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.HttpApi.Client/MyCompanyName.MyProjectName.HttpApi.Client.csproj
index 38520f65ad..c169b10e80 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.HttpApi.Client/MyCompanyName.MyModuleName.HttpApi.Client.csproj
+++ b/templates/module/src/MyCompanyName.MyProjectName.HttpApi.Client/MyCompanyName.MyProjectName.HttpApi.Client.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/templates/module/src/MyCompanyName.MyModuleName.HttpApi.Client/MyCompanyName/MyModuleName/MyModuleNameHttpApiClientModule.cs b/templates/module/src/MyCompanyName.MyProjectName.HttpApi.Client/MyCompanyName/MyProjectName/MyProjectNameHttpApiClientModule.cs
similarity index 50%
rename from templates/module/src/MyCompanyName.MyModuleName.HttpApi.Client/MyCompanyName/MyModuleName/MyModuleNameHttpApiClientModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.HttpApi.Client/MyCompanyName/MyProjectName/MyProjectNameHttpApiClientModule.cs
index 3421814b88..b7001e6d4f 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.HttpApi.Client/MyCompanyName/MyModuleName/MyModuleNameHttpApiClientModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.HttpApi.Client/MyCompanyName/MyProjectName/MyProjectNameHttpApiClientModule.cs
@@ -2,23 +2,23 @@
using Volo.Abp.Http.Client;
using Volo.Abp.Modularity;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
[DependsOn(
- typeof(MyModuleNameApplicationContractsModule),
+ typeof(MyProjectNameApplicationContractsModule),
typeof(AbpHttpClientModule))]
- public class MyModuleNameHttpApiClientModule : AbpModule
+ public class MyProjectNameHttpApiClientModule : AbpModule
{
- public const string RemoteServiceName = "MyModuleName";
+ public const string RemoteServiceName = "MyProjectName";
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.AddHttpClientProxies(
- typeof(MyModuleNameApplicationContractsModule).Assembly,
+ typeof(MyProjectNameApplicationContractsModule).Assembly,
RemoteServiceName
);
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.HttpApi/MyCompanyName.MyModuleName.HttpApi.csproj b/templates/module/src/MyCompanyName.MyProjectName.HttpApi/MyCompanyName.MyProjectName.HttpApi.csproj
similarity index 70%
rename from templates/module/src/MyCompanyName.MyModuleName.HttpApi/MyCompanyName.MyModuleName.HttpApi.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.HttpApi/MyCompanyName.MyProjectName.HttpApi.csproj
index fbfa5c81ea..4050c826f6 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.HttpApi/MyCompanyName.MyModuleName.HttpApi.csproj
+++ b/templates/module/src/MyCompanyName.MyProjectName.HttpApi/MyCompanyName.MyProjectName.HttpApi.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/templates/module/src/MyCompanyName.MyModuleName.HttpApi/MyCompanyName/MyModuleName/MyModuleNameHttpApiModule.cs b/templates/module/src/MyCompanyName.MyProjectName.HttpApi/MyCompanyName/MyProjectName/MyProjectNameHttpApiModule.cs
similarity index 56%
rename from templates/module/src/MyCompanyName.MyModuleName.HttpApi/MyCompanyName/MyModuleName/MyModuleNameHttpApiModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.HttpApi/MyCompanyName/MyProjectName/MyProjectNameHttpApiModule.cs
index db6f881e63..07e1ddb4a6 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.HttpApi/MyCompanyName/MyModuleName/MyModuleNameHttpApiModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.HttpApi/MyCompanyName/MyProjectName/MyProjectNameHttpApiModule.cs
@@ -2,16 +2,16 @@
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.Modularity;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
[DependsOn(
- typeof(MyModuleNameApplicationContractsModule),
+ typeof(MyProjectNameApplicationContractsModule),
typeof(AbpAspNetCoreMvcModule))]
- public class MyModuleNameHttpApiModule : AbpModule
+ public class MyProjectNameHttpApiModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName.MyModuleName.MongoDB.csproj b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName.MyProjectName.MongoDB.csproj
similarity index 74%
rename from templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName.MyModuleName.MongoDB.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName.MyProjectName.MongoDB.csproj
index 5fc6e1c6f8..ec90deacf4 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName.MyModuleName.MongoDB.csproj
+++ b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName.MyProjectName.MongoDB.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/AbpUsersMongoDbContextExtensions.cs b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/AbpUsersMongoDbContextExtensions.cs
similarity index 67%
rename from templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/AbpUsersMongoDbContextExtensions.cs
rename to templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/AbpUsersMongoDbContextExtensions.cs
index cf5e23ea89..c76ff5840c 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/AbpUsersMongoDbContextExtensions.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/AbpUsersMongoDbContextExtensions.cs
@@ -2,17 +2,17 @@
using Volo.Abp;
using Volo.Abp.MongoDB;
-namespace MyCompanyName.MyModuleName.MongoDB
+namespace MyCompanyName.MyProjectName.MongoDB
{
public static class AbpUsersMongoDbContextExtensions
{
- public static void ConfigureMyModuleName(
+ public static void ConfigureMyProjectName(
this IMongoModelBuilder builder,
Action optionsAction = null)
{
Check.NotNull(builder, nameof(builder));
- var options = new MyModuleNameMongoModelBuilderConfigurationOptions();
+ var options = new MyProjectNameMongoModelBuilderConfigurationOptions();
optionsAction?.Invoke(options);
}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/IMyModuleNameMongoDbContext.cs b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/IMyProjectNameMongoDbContext.cs
similarity index 53%
rename from templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/IMyModuleNameMongoDbContext.cs
rename to templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/IMyProjectNameMongoDbContext.cs
index 4828e5b5d8..d7def8491a 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/IMyModuleNameMongoDbContext.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/IMyProjectNameMongoDbContext.cs
@@ -1,10 +1,10 @@
using Volo.Abp.Data;
using Volo.Abp.MongoDB;
-namespace MyCompanyName.MyModuleName.MongoDB
+namespace MyCompanyName.MyProjectName.MongoDB
{
- [ConnectionStringName("MyModuleName")]
- public interface IMyModuleNameMongoDbContext : IAbpMongoDbContext
+ [ConnectionStringName("MyProjectName")]
+ public interface IMyProjectNameMongoDbContext : IAbpMongoDbContext
{
/* Define mongo collections here. Example:
* IMongoCollection Questions { get; }
diff --git a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameBsonClassMap.cs b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameBsonClassMap.cs
similarity index 82%
rename from templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameBsonClassMap.cs
rename to templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameBsonClassMap.cs
index 48311273a3..af452456d9 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameBsonClassMap.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameBsonClassMap.cs
@@ -1,8 +1,8 @@
using Volo.Abp.Threading;
-namespace MyCompanyName.MyModuleName.MongoDB
+namespace MyCompanyName.MyProjectName.MongoDB
{
- public static class MyModuleNameBsonClassMap
+ public static class MyProjectNameBsonClassMap
{
private static readonly OneTimeRunner OneTimeRunner = new OneTimeRunner();
diff --git a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbContext.cs b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbContext.cs
similarity index 63%
rename from templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbContext.cs
rename to templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbContext.cs
index 29dd66fd72..5aee1f430e 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbContext.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbContext.cs
@@ -1,12 +1,12 @@
using Volo.Abp.Data;
using Volo.Abp.MongoDB;
-namespace MyCompanyName.MyModuleName.MongoDB
+namespace MyCompanyName.MyProjectName.MongoDB
{
- [ConnectionStringName("MyModuleName")]
- public class MyModuleNameMongoDbContext : AbpMongoDbContext, IMyModuleNameMongoDbContext
+ [ConnectionStringName("MyProjectName")]
+ public class MyProjectNameMongoDbContext : AbpMongoDbContext, IMyProjectNameMongoDbContext
{
- public static string CollectionPrefix { get; set; } = MyModuleNameConsts.DefaultDbTablePrefix;
+ public static string CollectionPrefix { get; set; } = MyProjectNameConsts.DefaultDbTablePrefix;
/* Add mongo collections here. Example:
* public IMongoCollection Questions => Collection();
@@ -16,7 +16,7 @@ namespace MyCompanyName.MyModuleName.MongoDB
{
base.CreateModel(modelBuilder);
- modelBuilder.ConfigureMyModuleName(options =>
+ modelBuilder.ConfigureMyProjectName(options =>
{
options.CollectionPrefix = CollectionPrefix;
});
diff --git a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbModule.cs b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbModule.cs
similarity index 56%
rename from templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbModule.cs
index 26b3af3819..c3cbf31fee 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.MongoDB/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbModule.cs
@@ -2,26 +2,26 @@
using Volo.Abp.Modularity;
using Volo.Abp.MongoDB;
-namespace MyCompanyName.MyModuleName.MongoDB
+namespace MyCompanyName.MyProjectName.MongoDB
{
[DependsOn(
- typeof(MyModuleNameDomainModule),
+ typeof(MyProjectNameDomainModule),
typeof(AbpMongoDbModule)
)]
- public class MyModuleNameMongoDbModule : AbpModule
+ public class MyProjectNameMongoDbModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
- MyModuleNameBsonClassMap.Configure();
+ MyProjectNameBsonClassMap.Configure();
- context.Services.AddMongoDbContext(options =>
+ context.Services.AddMongoDbContext(options =>
{
/* Add custom repositories here. Example:
* options.AddRepository();
*/
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
diff --git a/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoModelBuilderConfigurationOptions.cs b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoModelBuilderConfigurationOptions.cs
new file mode 100644
index 0000000000..f06fec9e24
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.MongoDB/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoModelBuilderConfigurationOptions.cs
@@ -0,0 +1,14 @@
+using JetBrains.Annotations;
+using Volo.Abp.MongoDB;
+
+namespace MyCompanyName.MyProjectName.MongoDB
+{
+ public class MyProjectNameMongoModelBuilderConfigurationOptions : MongoModelBuilderConfigurationOptions
+ {
+ public MyProjectNameMongoModelBuilderConfigurationOptions(
+ [NotNull] string tablePrefix = MyProjectNameConsts.DefaultDbTablePrefix)
+ : base(tablePrefix)
+ {
+ }
+ }
+}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Web/Localization/Resources/MyModuleName/en.json b/templates/module/src/MyCompanyName.MyProjectName.Web/Localization/Resources/MyProjectName/en.json
similarity index 100%
rename from templates/module/src/MyCompanyName.MyModuleName.Web/Localization/Resources/MyModuleName/en.json
rename to templates/module/src/MyCompanyName.MyProjectName.Web/Localization/Resources/MyProjectName/en.json
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Web/MyCompanyName.MyModuleName.Web.csproj b/templates/module/src/MyCompanyName.MyProjectName.Web/MyCompanyName.MyProjectName.Web.csproj
similarity index 86%
rename from templates/module/src/MyCompanyName.MyModuleName.Web/MyCompanyName.MyModuleName.Web.csproj
rename to templates/module/src/MyCompanyName.MyProjectName.Web/MyCompanyName.MyProjectName.Web.csproj
index 2fa9eeb467..353a15c924 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Web/MyCompanyName.MyModuleName.Web.csproj
+++ b/templates/module/src/MyCompanyName.MyProjectName.Web/MyCompanyName.MyProjectName.Web.csproj
@@ -7,7 +7,7 @@
$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
true
Library
- MyCompanyName.MyModuleName
+ MyCompanyName.MyProjectName
@@ -25,7 +25,7 @@
-
+
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameMenuContributor.cs b/templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameMenuContributor.cs
similarity index 82%
rename from templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameMenuContributor.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameMenuContributor.cs
index 526f2907ba..b844d86ae2 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameMenuContributor.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameMenuContributor.cs
@@ -1,9 +1,9 @@
using System.Threading.Tasks;
using Volo.Abp.UI.Navigation;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
- public class MyModuleNameMenuContributor : IMenuContributor
+ public class MyProjectNameMenuContributor : IMenuContributor
{
public async Task ConfigureMenuAsync(MenuConfigurationContext context)
{
diff --git a/templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebAutoMapperProfile.cs b/templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebAutoMapperProfile.cs
new file mode 100644
index 0000000000..a0f14e727d
--- /dev/null
+++ b/templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebAutoMapperProfile.cs
@@ -0,0 +1,12 @@
+using AutoMapper;
+
+namespace MyCompanyName.MyProjectName
+{
+ public class MyProjectNameWebAutoMapperProfile : Profile
+ {
+ public MyProjectNameWebAutoMapperProfile()
+ {
+ //Create mappings.
+ }
+ }
+}
\ No newline at end of file
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameWebModule.cs b/templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs
similarity index 70%
rename from templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameWebModule.cs
rename to templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs
index 14bb40b64a..d76a877419 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Web/MyModuleNameWebModule.cs
+++ b/templates/module/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs
@@ -1,7 +1,7 @@
using Localization.Resources.AbpUi;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.DependencyInjection;
-using MyCompanyName.MyModuleName.Localization;
+using MyCompanyName.MyProjectName.Localization;
using Volo.Abp.AspNetCore.Mvc.Localization;
using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap;
using Volo.Abp.AutoMapper;
@@ -11,18 +11,18 @@ using Volo.Abp.Modularity;
using Volo.Abp.UI.Navigation;
using Volo.Abp.VirtualFileSystem;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
- [DependsOn(typeof(MyModuleNameHttpApiModule))]
+ [DependsOn(typeof(MyProjectNameHttpApiModule))]
[DependsOn(typeof(AbpAspNetCoreMvcUiBootstrapModule))]
[DependsOn(typeof(AbpAutoMapperModule))]
- public class MyModuleNameWebModule : AbpModule
+ public class MyProjectNameWebModule : AbpModule
{
public override void PreConfigureServices(ServiceConfigurationContext context)
{
context.Services.PreConfigure(options =>
{
- options.AddAssemblyResource(typeof(MyModuleNameResource), typeof(MyModuleNameWebModule).Assembly);
+ options.AddAssemblyResource(typeof(MyProjectNameResource), typeof(MyProjectNameWebModule).Assembly);
});
}
@@ -30,27 +30,27 @@ namespace MyCompanyName.MyModuleName
{
context.Services.Configure(options =>
{
- options.MenuContributors.Add(new MyModuleNameMenuContributor());
+ options.MenuContributors.Add(new MyProjectNameMenuContributor());
});
context.Services.Configure(options =>
{
- options.FileSets.AddEmbedded("MyCompanyName.MyModuleName");
+ options.FileSets.AddEmbedded("MyCompanyName.MyProjectName");
});
context.Services.Configure(options =>
{
options.Resources
- .Get()
+ .Get()
.AddBaseTypes(
typeof(AbpValidationResource),
typeof(AbpUiResource)
- ).AddVirtualJson("/Localization/Resources/MyModuleName");
+ ).AddVirtualJson("/Localization/Resources/MyProjectName");
});
context.Services.Configure(options =>
{
- options.AddProfile(validate: true);
+ options.AddProfile(validate: true);
});
context.Services.Configure(options =>
@@ -58,7 +58,7 @@ namespace MyCompanyName.MyModuleName
//Configure authorization.
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
}
}
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Web/Pages/MyModuleName/_ViewImports.cshtml b/templates/module/src/MyCompanyName.MyProjectName.Web/Pages/MyProjectName/_ViewImports.cshtml
similarity index 100%
rename from templates/module/src/MyCompanyName.MyModuleName.Web/Pages/MyModuleName/_ViewImports.cshtml
rename to templates/module/src/MyCompanyName.MyProjectName.Web/Pages/MyProjectName/_ViewImports.cshtml
diff --git a/templates/module/src/MyCompanyName.MyModuleName.Web/Properties/launchSettings.json b/templates/module/src/MyCompanyName.MyProjectName.Web/Properties/launchSettings.json
similarity index 93%
rename from templates/module/src/MyCompanyName.MyModuleName.Web/Properties/launchSettings.json
rename to templates/module/src/MyCompanyName.MyProjectName.Web/Properties/launchSettings.json
index f9afa0d0f4..c261ea344a 100644
--- a/templates/module/src/MyCompanyName.MyModuleName.Web/Properties/launchSettings.json
+++ b/templates/module/src/MyCompanyName.MyProjectName.Web/Properties/launchSettings.json
@@ -15,7 +15,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
- "MyCompanyName.MyModuleName.Web": {
+ "MyCompanyName.MyProjectName.Web": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
diff --git a/templates/module/test/MyCompanyName.MyModuleName.Application.Tests/MyCompanyName/MyModuleName/MyModuleNameApplicationTestModule.cs b/templates/module/test/MyCompanyName.MyModuleName.Application.Tests/MyCompanyName/MyModuleName/MyModuleNameApplicationTestModule.cs
deleted file mode 100644
index 11900886a5..0000000000
--- a/templates/module/test/MyCompanyName.MyModuleName.Application.Tests/MyCompanyName/MyModuleName/MyModuleNameApplicationTestModule.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using Microsoft.Extensions.DependencyInjection;
-using Volo.Abp.Modularity;
-
-namespace MyCompanyName.MyModuleName
-{
- [DependsOn(
- typeof(MyModuleNameApplicationModule),
- typeof(MyModuleNameDomainTestModule)
- )]
- public class MyModuleNameApplicationTestModule : AbpModule
- {
- public override void ConfigureServices(ServiceConfigurationContext context)
- {
- context.Services.AddAssemblyOf();
- }
- }
-}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName/MyModuleName/MyModuleNameDomainTestBase.cs b/templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName/MyModuleName/MyModuleNameDomainTestBase.cs
deleted file mode 100644
index 2723fa3c3a..0000000000
--- a/templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName/MyModuleName/MyModuleNameDomainTestBase.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace MyCompanyName.MyModuleName
-{
- public abstract class MyModuleNameDomainTestBase : MyModuleNameTestBase
- {
-
- }
-}
\ No newline at end of file
diff --git a/templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName/MyModuleName/MyModuleNameDomainTestModule.cs b/templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName/MyModuleName/MyModuleNameDomainTestModule.cs
deleted file mode 100644
index c18e8f3edb..0000000000
--- a/templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName/MyModuleName/MyModuleNameDomainTestModule.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using Microsoft.Extensions.DependencyInjection;
-using MyCompanyName.MyModuleName.EntityFrameworkCore;
-using Volo.Abp.Modularity;
-
-namespace MyCompanyName.MyModuleName
-{
- [DependsOn(
- typeof(MyModuleNameEntityFrameworkCoreTestModule)
- )]
- public class MyModuleNameDomainTestModule : AbpModule
- {
- public override void ConfigureServices(ServiceConfigurationContext context)
- {
- context.Services.AddAssemblyOf();
- }
- }
-}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName/MyModuleName/EntityFrameworkCore/MyEntityRepository_Tests.cs b/templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName/MyModuleName/EntityFrameworkCore/MyEntityRepository_Tests.cs
deleted file mode 100644
index 7125c71835..0000000000
--- a/templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName/MyModuleName/EntityFrameworkCore/MyEntityRepository_Tests.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace MyCompanyName.MyModuleName.EntityFrameworkCore
-{
- public class MyEntityRepository_Tests : MyEntityRepository_Tests
- {
-
- }
-}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName/MyModuleName/MongoDB/MyEntityRepository_Tests.cs b/templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName/MyModuleName/MongoDB/MyEntityRepository_Tests.cs
deleted file mode 100644
index c0d67c6b33..0000000000
--- a/templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName/MyModuleName/MongoDB/MyEntityRepository_Tests.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace MyCompanyName.MyModuleName.MongoDB
-{
- public class MyEntityRepository_Tests : MyEntityRepository_Tests
- {
-
- }
-}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestData.cs b/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestData.cs
deleted file mode 100644
index 2f36e2c1ff..0000000000
--- a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestData.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using Volo.Abp.DependencyInjection;
-
-namespace MyCompanyName.MyModuleName
-{
- public class MyModuleNameTestData : ISingletonDependency
- {
- }
-}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.Application.Tests/MyCompanyName.MyModuleName.Application.Tests.csproj b/templates/module/test/MyCompanyName.MyProjectName.Application.Tests/MyCompanyName.MyProjectName.Application.Tests.csproj
similarity index 56%
rename from templates/module/test/MyCompanyName.MyModuleName.Application.Tests/MyCompanyName.MyModuleName.Application.Tests.csproj
rename to templates/module/test/MyCompanyName.MyProjectName.Application.Tests/MyCompanyName.MyProjectName.Application.Tests.csproj
index ef06341aba..b747e6893b 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.Application.Tests/MyCompanyName.MyModuleName.Application.Tests.csproj
+++ b/templates/module/test/MyCompanyName.MyProjectName.Application.Tests/MyCompanyName.MyProjectName.Application.Tests.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/templates/module/test/MyCompanyName.MyProjectName.Application.Tests/MyCompanyName/MyProjectName/MyProjectNameApplicationTestModule.cs b/templates/module/test/MyCompanyName.MyProjectName.Application.Tests/MyCompanyName/MyProjectName/MyProjectNameApplicationTestModule.cs
new file mode 100644
index 0000000000..159b7fdb81
--- /dev/null
+++ b/templates/module/test/MyCompanyName.MyProjectName.Application.Tests/MyCompanyName/MyProjectName/MyProjectNameApplicationTestModule.cs
@@ -0,0 +1,17 @@
+using Microsoft.Extensions.DependencyInjection;
+using Volo.Abp.Modularity;
+
+namespace MyCompanyName.MyProjectName
+{
+ [DependsOn(
+ typeof(MyProjectNameApplicationModule),
+ typeof(MyProjectNameDomainTestModule)
+ )]
+ public class MyProjectNameApplicationTestModule : AbpModule
+ {
+ public override void ConfigureServices(ServiceConfigurationContext context)
+ {
+ context.Services.AddAssemblyOf();
+ }
+ }
+}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName.MyModuleName.Domain.Tests.csproj b/templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName.MyProjectName.Domain.Tests.csproj
similarity index 68%
rename from templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName.MyModuleName.Domain.Tests.csproj
rename to templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName.MyProjectName.Domain.Tests.csproj
index 52fa6f3a69..64f111f632 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.Domain.Tests/MyCompanyName.MyModuleName.Domain.Tests.csproj
+++ b/templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName.MyProjectName.Domain.Tests.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName/MyProjectName/MyProjectNameDomainTestBase.cs b/templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName/MyProjectName/MyProjectNameDomainTestBase.cs
new file mode 100644
index 0000000000..8065776e8d
--- /dev/null
+++ b/templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName/MyProjectName/MyProjectNameDomainTestBase.cs
@@ -0,0 +1,7 @@
+namespace MyCompanyName.MyProjectName
+{
+ public abstract class MyProjectNameDomainTestBase : MyProjectNameTestBase
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName/MyProjectName/MyProjectNameDomainTestModule.cs b/templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName/MyProjectName/MyProjectNameDomainTestModule.cs
new file mode 100644
index 0000000000..7bc9acc728
--- /dev/null
+++ b/templates/module/test/MyCompanyName.MyProjectName.Domain.Tests/MyCompanyName/MyProjectName/MyProjectNameDomainTestModule.cs
@@ -0,0 +1,17 @@
+using Microsoft.Extensions.DependencyInjection;
+using MyCompanyName.MyProjectName.EntityFrameworkCore;
+using Volo.Abp.Modularity;
+
+namespace MyCompanyName.MyProjectName
+{
+ [DependsOn(
+ typeof(MyProjectNameEntityFrameworkCoreTestModule)
+ )]
+ public class MyProjectNameDomainTestModule : AbpModule
+ {
+ public override void ConfigureServices(ServiceConfigurationContext context)
+ {
+ context.Services.AddAssemblyOf();
+ }
+ }
+}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests.csproj b/templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests.csproj
similarity index 68%
rename from templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests.csproj
rename to templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests.csproj
index cbd13175e1..65014a2eb3 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests.csproj
+++ b/templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName/MyProjectName/EntityFrameworkCore/MyEntityRepository_Tests.cs b/templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName/MyProjectName/EntityFrameworkCore/MyEntityRepository_Tests.cs
new file mode 100644
index 0000000000..09111d2f39
--- /dev/null
+++ b/templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName/MyProjectName/EntityFrameworkCore/MyEntityRepository_Tests.cs
@@ -0,0 +1,7 @@
+namespace MyCompanyName.MyProjectName.EntityFrameworkCore
+{
+ public class MyEntityRepository_Tests : MyEntityRepository_Tests
+ {
+
+ }
+}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameEntityFrameworkCoreTestModule.cs b/templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameEntityFrameworkCoreTestModule.cs
similarity index 71%
rename from templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameEntityFrameworkCoreTestModule.cs
rename to templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameEntityFrameworkCoreTestModule.cs
index 237ce6ab6d..d2b32abc6c 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.EntityFrameworkCore.Tests/MyCompanyName/MyModuleName/EntityFrameworkCore/MyModuleNameEntityFrameworkCoreTestModule.cs
+++ b/templates/module/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/MyCompanyName/MyProjectName/EntityFrameworkCore/MyProjectNameEntityFrameworkCoreTestModule.cs
@@ -6,13 +6,13 @@ using Microsoft.Extensions.DependencyInjection;
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.Modularity;
-namespace MyCompanyName.MyModuleName.EntityFrameworkCore
+namespace MyCompanyName.MyProjectName.EntityFrameworkCore
{
[DependsOn(
- typeof(MyModuleNameTestBaseModule),
- typeof(MyModuleNameEntityFrameworkCoreModule)
+ typeof(MyProjectNameTestBaseModule),
+ typeof(MyProjectNameEntityFrameworkCoreModule)
)]
- public class MyModuleNameEntityFrameworkCoreTestModule : AbpModule
+ public class MyProjectNameEntityFrameworkCoreTestModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
@@ -26,7 +26,7 @@ namespace MyCompanyName.MyModuleName.EntityFrameworkCore
});
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
private static SqliteConnection CreateDatabaseAndGetConnection()
@@ -34,8 +34,8 @@ namespace MyCompanyName.MyModuleName.EntityFrameworkCore
var connection = new SqliteConnection("Data Source=:memory:");
connection.Open();
- new MyModuleNameDbContext(
- new DbContextOptionsBuilder().UseSqlite(connection).Options
+ new MyProjectNameDbContext(
+ new DbContextOptionsBuilder().UseSqlite(connection).Options
).GetService().CreateTables();
return connection;
diff --git a/templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName.MyModuleName.MongoDB.Tests.csproj b/templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName.MyProjectName.MongoDB.Tests.csproj
similarity index 62%
rename from templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName.MyModuleName.MongoDB.Tests.csproj
rename to templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName.MyProjectName.MongoDB.Tests.csproj
index a64641bf18..24054e4994 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName.MyModuleName.MongoDB.Tests.csproj
+++ b/templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName.MyProjectName.MongoDB.Tests.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName/MyProjectName/MongoDB/MyEntityRepository_Tests.cs b/templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName/MyProjectName/MongoDB/MyEntityRepository_Tests.cs
new file mode 100644
index 0000000000..f797ff7067
--- /dev/null
+++ b/templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName/MyProjectName/MongoDB/MyEntityRepository_Tests.cs
@@ -0,0 +1,7 @@
+namespace MyCompanyName.MyProjectName.MongoDB
+{
+ public class MyEntityRepository_Tests : MyEntityRepository_Tests
+ {
+
+ }
+}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbTestModule.cs b/templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbTestModule.cs
similarity index 72%
rename from templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbTestModule.cs
rename to templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbTestModule.cs
index 5537d194f0..6b8a1304e2 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.MongoDB.Tests/MyCompanyName/MyModuleName/MongoDB/MyModuleNameMongoDbTestModule.cs
+++ b/templates/module/test/MyCompanyName.MyProjectName.MongoDB.Tests/MyCompanyName/MyProjectName/MongoDB/MyProjectNameMongoDbTestModule.cs
@@ -4,13 +4,13 @@ using Volo.Abp;
using Volo.Abp.Data;
using Volo.Abp.Modularity;
-namespace MyCompanyName.MyModuleName.MongoDB
+namespace MyCompanyName.MyProjectName.MongoDB
{
[DependsOn(
- typeof(MyModuleNameTestBaseModule),
- typeof(MyModuleNameMongoDbModule)
+ typeof(MyProjectNameTestBaseModule),
+ typeof(MyProjectNameMongoDbModule)
)]
- public class MyModuleNameMongoDbTestModule : AbpModule
+ public class MyProjectNameMongoDbTestModule : AbpModule
{
private MongoDbRunner _mongoDbRunner;
@@ -23,7 +23,7 @@ namespace MyCompanyName.MyModuleName.MongoDB
options.ConnectionStrings.Default = _mongoDbRunner.ConnectionString;
});
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
public override void OnApplicationShutdown(ApplicationShutdownContext context)
diff --git a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName.MyModuleName.TestBase.csproj b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName.MyProjectName.TestBase.csproj
similarity index 89%
rename from templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName.MyModuleName.TestBase.csproj
rename to templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName.MyProjectName.TestBase.csproj
index 6da1d1476a..4426d4a56a 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName.MyModuleName.TestBase.csproj
+++ b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName.MyProjectName.TestBase.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyEntityRepository_Tests.cs b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyEntityRepository_Tests.cs
similarity index 76%
rename from templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyEntityRepository_Tests.cs
rename to templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyEntityRepository_Tests.cs
index 7ea644b841..b3dfbda4ad 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyEntityRepository_Tests.cs
+++ b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyEntityRepository_Tests.cs
@@ -2,9 +2,9 @@
using Volo.Abp.Modularity;
using Xunit;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
- public abstract class MyEntityRepository_Tests : MyModuleNameTestBase
+ public abstract class MyEntityRepository_Tests : MyProjectNameTestBase
where TStartupModule : IAbpModule
{
[Fact]
diff --git a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestBase.cs b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestBase.cs
similarity index 65%
rename from templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestBase.cs
rename to templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestBase.cs
index e13b6a0328..a7b4c4c57a 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestBase.cs
+++ b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestBase.cs
@@ -1,9 +1,9 @@
using Volo.Abp;
using Volo.Abp.Modularity;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
- public abstract class MyModuleNameTestBase : AbpIntegratedTest
+ public abstract class MyProjectNameTestBase : AbpIntegratedTest
where TStartupModule : IAbpModule
{
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
diff --git a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestBaseModule.cs b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestBaseModule.cs
similarity index 75%
rename from templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestBaseModule.cs
rename to templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestBaseModule.cs
index ddf859b6a2..5c9083ace4 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestBaseModule.cs
+++ b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestBaseModule.cs
@@ -4,21 +4,21 @@ using Volo.Abp.Authorization;
using Volo.Abp.Autofac;
using Volo.Abp.Modularity;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
[DependsOn(
typeof(AbpAutofacModule),
typeof(AbpTestBaseModule),
typeof(AbpAuthorizationModule),
- typeof(MyModuleNameDomainModule)
+ typeof(MyProjectNameDomainModule)
)]
- public class MyModuleNameTestBaseModule : AbpModule
+ public class MyProjectNameTestBaseModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.AddAlwaysAllowPermissionChecker();
- context.Services.AddAssemblyOf();
+ context.Services.AddAssemblyOf();
}
public override void OnApplicationInitialization(ApplicationInitializationContext context)
@@ -31,7 +31,7 @@ namespace MyCompanyName.MyModuleName
using (var scope = context.ServiceProvider.CreateScope())
{
scope.ServiceProvider
- .GetRequiredService()
+ .GetRequiredService()
.Build();
}
}
diff --git a/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestData.cs b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestData.cs
new file mode 100644
index 0000000000..703ff643e4
--- /dev/null
+++ b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestData.cs
@@ -0,0 +1,8 @@
+using Volo.Abp.DependencyInjection;
+
+namespace MyCompanyName.MyProjectName
+{
+ public class MyProjectNameTestData : ISingletonDependency
+ {
+ }
+}
diff --git a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestDataBuilder.cs b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestDataBuilder.cs
similarity index 57%
rename from templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestDataBuilder.cs
rename to templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestDataBuilder.cs
index a6914ce35c..0449115b14 100644
--- a/templates/module/test/MyCompanyName.MyModuleName.TestBase/MyCompanyName/MyModuleName/MyModuleNameTestDataBuilder.cs
+++ b/templates/module/test/MyCompanyName.MyProjectName.TestBase/MyCompanyName/MyProjectName/MyProjectNameTestDataBuilder.cs
@@ -1,16 +1,16 @@
using Volo.Abp.DependencyInjection;
using Volo.Abp.Guids;
-namespace MyCompanyName.MyModuleName
+namespace MyCompanyName.MyProjectName
{
- public class MyModuleNameTestDataBuilder : ITransientDependency
+ public class MyProjectNameTestDataBuilder : ITransientDependency
{
private readonly IGuidGenerator _guidGenerator;
- private MyModuleNameTestData _testData;
+ private MyProjectNameTestData _testData;
- public MyModuleNameTestDataBuilder(
+ public MyProjectNameTestDataBuilder(
IGuidGenerator guidGenerator,
- MyModuleNameTestData testData)
+ MyProjectNameTestData testData)
{
_guidGenerator = guidGenerator;
_testData = testData;