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.
 
 
 
 
 
 
selmankoc cae507d9cb Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules 10 months ago
..
angular Update_NPM_Packages 10 months ago
database Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules 10 months ago
host Upgrade Dockerfiles from .NET SDK 9.0 to 10.0 across multiple modules 10 months ago
src Upgrade all NuGet package to latest. 10 months ago
test Upgrade to .NET 10.0. 11 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 Update module file extension 3 years ago
Volo.CmsKit.sln.DotSettings Added empty CmsKit module 6 years ago
Volo.CmsKit.slnx Upgrade to .NET 10.0. 11 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. 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