CloudBuilder/CloudBuilder.Core
owenchen 1c0c83af5f ow
2026-05-12 10:09:31 +08:00
..
.vs ow 2026-05-12 10:09:31 +08:00
Application ow 2026-05-12 10:09:31 +08:00
Authorization ow 2026-05-12 10:09:31 +08:00
DatabaseAccessor ow 2026-05-12 10:09:31 +08:00
DependencyInjection ow 2026-05-12 10:09:31 +08:00
Extensions ow 2026-05-12 10:09:31 +08:00
Policy ow 2026-05-12 10:09:31 +08:00
Report ow 2026-05-12 10:09:31 +08:00
Request ow 2026-05-12 10:09:31 +08:00
Service ow 2026-05-12 10:09:31 +08:00
Utility ow 2026-05-12 10:09:31 +08:00
CloudBuilder.Core.csproj ow 2026-05-12 10:09:31 +08:00
ReadMe.md ow 2026-05-12 10:09:31 +08:00

1.注入构建容器:CloudBuilderBuilder services.AddCloudBuilder(); 由CloudBuilderBuilder自动注入各模块:CloudBuilderPack builder.AddCorePack(); //注入配置选项... builder.AddOptions(configuration); 注入各模块CloudBuilder核心模块 builder.AddPack();

2.public dynamic FindByKey(Int32 key) JSON.stringify({"key":1})