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.
 
 
 
 
 
 
Gizem Mutu Kurt c0869ab2cb
Merge pull request #24053 from abpframework/issue-#23616
10 months ago
..
.abpstudio regenerate proxies 10 months ago
angular Update_NPM_Packages 10 months ago
database Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules 12 months ago
host Pin codemirror to v5.65.1 via resolutions 10 months ago
src Merge pull request #24053 from abpframework/issue-#23616 10 months ago
test Make page slug filtering case-insensitive 10 months 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 3 years ago
Volo.CmsKit.abpmdl Update package file extension 3 years ago
Volo.CmsKit.abpsln regenerate proxies 10 months ago
Volo.CmsKit.sln.DotSettings Added empty CmsKit module 6 years ago
Volo.CmsKit.slnx Upgrade to .NET 10.0. 1 year 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. 6 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