diff --git a/nupkg/common.ps1 b/nupkg/common.ps1
index 6db3983e46..f356175dd9 100644
--- a/nupkg/common.ps1
+++ b/nupkg/common.ps1
@@ -168,6 +168,7 @@ $projects = (
"modules/account/src/Volo.Abp.Account.Web.IdentityServer",
"modules/account/src/Volo.Abp.Account.Blazor",
"modules/account/src/Volo.Abp.Account.Installer",
+ "studio/source-codes/Volo.Abp.Account.SourceCode",
# modules/audit-logging
"modules/audit-logging/src/Volo.Abp.AuditLogging.Domain",
@@ -175,6 +176,7 @@ $projects = (
"modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore",
"modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB",
"modules/audit-logging/src/Volo.Abp.AuditLogging.Installer",
+ "studio/source-codes/Volo.Abp.AuditLogging.SourceCode",
# modules/background-jobs
"modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain",
@@ -182,6 +184,7 @@ $projects = (
"modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore",
"modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB",
"modules/background-jobs/src/Volo.Abp.BackgroundJobs.Installer",
+ "studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode",
# modules/basic-theme
"modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme",
@@ -189,6 +192,7 @@ $projects = (
"modules/basic-theme/src/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme",
"modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic",
"modules/basic-theme/src/Volo.Abp.BasicTheme.Installer",
+ "studio/source-codes/Volo.Abp.BasicTheme.SourceCode",
# modules/blogging
"modules/blogging/src/Volo.Blogging.Application.Contracts.Shared",
@@ -241,6 +245,7 @@ $projects = (
"modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.Server",
"modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.WebAssembly",
"modules/feature-management/src/Volo.Abp.FeatureManagement.Installer",
+ "studio/source-codes/Volo.Abp.FeatureManagement.SourceCode",
# modules/identity
"modules/identity/src/Volo.Abp.Identity.Application.Contracts",
@@ -258,6 +263,7 @@ $projects = (
"modules/identity/src/Volo.Abp.Identity.Blazor.WebAssembly",
"modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity",
"modules/identity/src/Volo.Abp.Identity.Installer",
+ "studio/source-codes/Volo.Abp.Identity.SourceCode",
# modules/identityserver
"modules/identityserver/src/Volo.Abp.IdentityServer.Domain",
@@ -265,7 +271,8 @@ $projects = (
"modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore",
"modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB",
"modules/identityserver/src/Volo.Abp.PermissionManagement.Domain.IdentityServer",
- "modules/identityserver/src/Volo.Abp.PermissionManagement.Installer",
+ "modules/identityserver/src/Volo.Abp.IdentityServer.Installer",
+ "studio/source-codes/Volo.Abp.IdentityServer.SourceCode",
# modules/permission-management
"modules/permission-management/src/Volo.Abp.PermissionManagement.Application.Contracts",
@@ -281,6 +288,7 @@ $projects = (
"modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.Server",
"modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.WebAssembly",
"modules/permission-management/src/Volo.Abp.PermissionManagement.Installer",
+ "studio/source-codes/Volo.Abp.PermissionManagement.SourceCode",
# modules/setting-management
"modules/setting-management/src/Volo.Abp.SettingManagement.Application.Contracts",
@@ -296,6 +304,7 @@ $projects = (
"modules/setting-management/src/Volo.Abp.SettingManagement.MongoDB",
"modules/setting-management/src/Volo.Abp.SettingManagement.Web",
"modules/setting-management/src/Volo.Abp.SettingManagement.Installer",
+ "studio/source-codes/Volo.Abp.SettingManagement.SourceCode",
# modules/tenant-management
"modules/tenant-management/src/Volo.Abp.TenantManagement.Application.Contracts",
@@ -311,6 +320,7 @@ $projects = (
"modules/tenant-management/src/Volo.Abp.TenantManagement.MongoDB",
"modules/tenant-management/src/Volo.Abp.TenantManagement.Web",
"modules/tenant-management/src/Volo.Abp.TenantManagement.Installer",
+ "studio/source-codes/Volo.Abp.TenantManagement.SourceCode",
# modules/users
"modules/users/src/Volo.Abp.Users.Abstractions",
@@ -319,10 +329,12 @@ $projects = (
"modules/users/src/Volo.Abp.Users.EntityFrameworkCore",
"modules/users/src/Volo.Abp.Users.MongoDB",
"modules/users/src/Volo.Abp.Users.Installer",
+ "studio/source-codes/Volo.Abp.Users.SourceCode",
# modules/virtual-file-explorer
"modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Web",
"modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Installer",
+ "studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode",
# modules/blob-storing-database
"modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain",
@@ -330,6 +342,7 @@ $projects = (
"modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore",
"modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.MongoDB",
"modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Installer",
+ "studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode",
# abp/cms-kit
"modules/cms-kit/src/Volo.CmsKit.Admin.Application",
@@ -357,6 +370,7 @@ $projects = (
"modules/cms-kit/src/Volo.CmsKit.Public.Web",
"modules/cms-kit/src/Volo.CmsKit.Web",
"modules/cms-kit/src/Volo.CmsKit.Installer",
+ "studio/source-codes/Volo.CmsKit.SourceCode",
# abp/studio
"studio/src/Volo.Abp.Studio.Analyzing.Abstractions",
diff --git a/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.csproj b/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.csproj
new file mode 100644
index 0000000000..0c7dece711
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip b/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip
new file mode 100644
index 0000000000..e67c2235d8
Binary files /dev/null and b/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.csproj b/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.csproj
new file mode 100644
index 0000000000..f2f53dc319
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip b/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip
new file mode 100644
index 0000000000..5c160ae3fa
Binary files /dev/null and b/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.csproj b/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.csproj
new file mode 100644
index 0000000000..c98e7f5564
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip b/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip
new file mode 100644
index 0000000000..31c19d7335
Binary files /dev/null and b/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.csproj b/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.csproj
new file mode 100644
index 0000000000..f7c7dd4002
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip b/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip
new file mode 100644
index 0000000000..9e5e581fba
Binary files /dev/null and b/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.csproj b/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.csproj
new file mode 100644
index 0000000000..9904f7f404
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip b/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip
new file mode 100644
index 0000000000..68f6423d68
Binary files /dev/null and b/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.csproj b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.csproj
new file mode 100644
index 0000000000..e231b185df
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip
new file mode 100644
index 0000000000..a602ba580c
Binary files /dev/null and b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.csproj b/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.csproj
new file mode 100644
index 0000000000..17620a2fdb
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip b/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip
new file mode 100644
index 0000000000..9e1283d5b5
Binary files /dev/null and b/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.csproj b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.csproj
new file mode 100644
index 0000000000..62f0582319
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip
new file mode 100644
index 0000000000..55e8e3855e
Binary files /dev/null and b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.csproj b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.csproj
new file mode 100644
index 0000000000..3f9233ef8c
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip
new file mode 100644
index 0000000000..5fc5389d26
Binary files /dev/null and b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.csproj b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.csproj
new file mode 100644
index 0000000000..20d6d1dbf7
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip
new file mode 100644
index 0000000000..7f58241aac
Binary files /dev/null and b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.csproj b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.csproj
new file mode 100644
index 0000000000..05018ac9e5
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip
new file mode 100644
index 0000000000..9bbead69d2
Binary files /dev/null and b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.csproj b/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.csproj
new file mode 100644
index 0000000000..6788400b25
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip b/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip
new file mode 100644
index 0000000000..88f41a97fb
Binary files /dev/null and b/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.csproj b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.csproj
new file mode 100644
index 0000000000..e18346cc70
--- /dev/null
+++ b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip
new file mode 100644
index 0000000000..424c66a7f5
Binary files /dev/null and b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip differ
diff --git a/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.csproj b/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.csproj
new file mode 100644
index 0000000000..14e27e5d74
--- /dev/null
+++ b/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.csproj
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ net6.0
+
+
+
+
+
+ true
+ content\
+
+
+
diff --git a/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip b/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip
new file mode 100644
index 0000000000..bab6d019ee
Binary files /dev/null and b/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip differ