Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
voloagent ea4bbb8b51 Update_NPM_Packages 1 month ago
..
angular Update_NPM_Packages 1 month ago
database Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules 5 months ago
host Update_NPM_Packages 1 month ago
src Merge pull request #24257 from abpframework/ObjectExtension_Enum_Nullable 2 months ago
test Refactor static definition stores and add dynamic initializers 1 month ago
.gitattributes Added empty CmsKit module 6 years ago
.gitignore Merge branch 'dev' into auto-merge/rel-8-2/2761 2 years ago
.prettierrc tab usage is removed 6 years ago
NuGet.md All Nuget.md files updated 2 years ago
README.md Update Client Proxies 2 years ago
Volo.CmsKit.abpmdl Update package file extension 2 years ago
Volo.CmsKit.abpsln Update module file extension 2 years ago
Volo.CmsKit.sln.DotSettings Added empty CmsKit module 6 years ago
Volo.CmsKit.slnx Upgrade to .NET 10.0. 5 months ago
docker-compose.migrations.yml Added empty CmsKit module 6 years ago
docker-compose.override.yml Update the connection string information in the documentation and docker compose. 5 years ago
docker-compose.yml Added empty CmsKit module 6 years ago

README.md

CMS Kit

Updating Client Proxies

This project have 3 types of client proxies. Before updating client proxies, make sure Volo.CmsKit.Web.Unified project is running. Then you can update Client proxies in 3 different projects. Execute the following commands in the directory of the each project.

  • CMS Kit Public (Volo.CmsKit.Public.HttpApi.Client)

    abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit --without-contracts
    
  • CMS Kit Common (Volo.CmsKit.Common.HttpApi.Client)

    abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit-common --without-contracts
    
  • CMS Kit Admin (Volo.CmsKit.Admin.HttpApi.Client)

    abp generate-proxy -t csharp -url https://localhost:44349 -m cms-kit-admin --without-contracts