51 Commits

Author SHA1 Message Date
lindexi
138cb8d986 Merge pull request #9 from dotnet-campus/t/bot/fix-codeformatting
Some checks failed
.NET Build / build (push) Has been cancelled
Code format check / dotnet-format (push) Has been cancelled
[Bot] Automated PR to fix formatting errors
2022-06-15 09:10:50 +08:00
github-actions-dotnet-formatter[bot]
7cd5936f88 Automated dotnet-format update 2022-06-15 01:03:51 +00:00
Shaojun Li
9e025ef195 Merge pull request #8 from dotnet-campus/t/lindexi/App
修复某个启动项抛出异常后续的启动项不会执行
2022-06-15 09:00:10 +08:00
lindexi
217111f75e Merge branch 'master' of github.com:dotnet-campus/dotnetCampus.ApplicationStartupManager into t/lindexi/App 2022-06-15 08:21:06 +08:00
lindexi
fcc8313f22 Merge pull request #7 from dotnet-campus/t/lindexi/Comment
加上注释
2022-06-15 08:20:48 +08:00
lindexi
b4e7387d98 修复某个启动项抛出异常后续的启动项不会执行 2022-06-15 08:18:42 +08:00
lindexi
a0155a89dd 在进行实际运行时才设置线程池数量,不应该过快进行设置 2022-06-15 08:16:29 +08:00
lindexi
f2c96f7a1e 加上注释 2022-04-04 09:49:33 +08:00
lindexi
68de303eb1 Merge pull request #5 from dotnet-campus/t/bot/fix-codeformatting
[Bot] Automated PR to fix formatting errors
2022-03-18 19:20:56 +08:00
github-actions-dotnet-formatter[bot]
2c9af209a0 Automated dotnet-format update 2022-03-17 01:20:57 +00:00
LanXiaofang
7c020cd099 Merge pull request #6 from dotnet-campus/t/lindexi/App
加上测试代码
2022-03-17 09:17:55 +08:00
lindexi
c36e1edeed 加上测试代码 2022-03-16 21:22:04 +08:00
LanXiaofang
7999a468da Merge pull request #4 from dotnet-campus/t/lindexi/ci
加上代码格式化机器人
2022-03-16 20:26:52 +08:00
lindexi
d26f7f81fb Merge branch 'master' of github.com:dotnet-campus/dotnetCampus.ApplicationStartupManager into t/lindexi/ci 2022-03-16 20:20:19 +08:00
LanXiaofang
469b76c814 Merge pull request #3 from dotnet-campus/app
支持更多业务接入
2022-03-16 20:18:43 +08:00
lindexi
8f8e3c86e2 加上格式化文件 2022-03-16 20:01:58 +08:00
lindexi
d35a021bb8 加上代码格式化机器人 2022-03-16 20:01:03 +08:00
lindexi
0ba659d6b5 删除不需要的文件 2022-03-16 20:00:55 +08:00
lindexi
65f134d1f3 加回启动功能 2022-03-03 14:53:29 +08:00
lindexi
8e05644c30 修复所有引入的可空 2022-03-03 14:51:30 +08:00
lindexi
8faefd8d42 修复传入的上下文 2022-03-02 20:01:40 +08:00
lindexi
371ed98987 加上构建逻辑 2022-03-02 19:37:31 +08:00
lindexi
7b69f52c06 支持执行启动项修改参数 2022-03-02 15:11:04 +08:00
lindexi
8951f2f58f Revert "支持更多重写逻辑"
This reverts commit bcc7a7ee853ed3f3777416ea2189a11054c1111d.
2022-03-02 15:02:28 +08:00
lindexi
4b11faa71d 支持更多重写逻辑 2022-03-02 15:01:50 +08:00
lindexi
20cb0aadb7 加上日志逻辑 2022-03-02 14:51:51 +08:00
lindexi
7974af5024 将记录作为给继承类读取 2022-03-02 14:47:45 +08:00
lindexi
4c5fd58b87 修改命名 2022-03-02 14:46:07 +08:00
lindexi
6d4cffd034 提供日志重写 2022-03-02 14:42:37 +08:00
lindexi
17336e3d9f 修改命名 2022-03-02 14:41:15 +08:00
lindexi
a9d80197a9 修复构建 2022-03-02 14:38:11 +08:00
lindexi
c553eba976 让启动项管理进行启动
可以让业务进行重写逻辑
2022-03-02 14:36:53 +08:00
lindexi
4c05583398 预计业务端需要有重写的逻辑,因此修改命名 2022-03-02 14:25:05 +08:00
lindexi
360190e936 加上重写加入其他任务 2022-03-02 14:23:06 +08:00
lindexi
d0955b4412 支持导出启动过程被重写
因为有很多业务需要重写处理逻辑
2022-03-02 14:22:20 +08:00
lindexi
27405f7da3 加上对接逻辑 2022-03-02 14:21:11 +08:00
lindexi
ccee508e75 全面干掉配置相关逻辑 2022-03-02 12:08:10 +08:00
lindexi
426a0b7a76 不依赖配置库,通过上层逻辑进行接入 2022-03-02 11:59:56 +08:00
Shaojun Li
1d736929c3 Merge pull request #2 from dotnet-campus/t/lindexi/doc
加上文档
2021-08-26 09:47:45 +08:00
lindexi
fb9cb0b6e5 加上文档 2021-08-25 16:05:59 +08:00
walterlv
9728e891e0 Merge pull request #1 from dotnet-campus/t/lindexi/Init
基本完成的启动过程
2021-08-25 15:03:43 +08:00
lindexi
2ec368dfd4 修复命名 2021-08-22 21:16:27 +08:00
lindexi
713b19aeeb 加上注释 2021-08-22 21:15:06 +08:00
lindexi
96dc7a9585 删除不使用代码 2021-08-22 21:14:27 +08:00
lindexi
0af87d5951 删除不使用代码 2021-08-22 21:11:40 +08:00
lindexi
51447f8c07 支持配置是否设置线程池 2021-08-22 21:11:09 +08:00
lindexi
4afa7aa916 加上线程调度 2021-08-22 21:08:33 +08:00
lindexi
af937e542d 尝试完成基础的代码
但是主线程逻辑还没完成
2021-08-22 20:22:04 +08:00
lindexi
edea26652c 配置项目 2021-08-22 19:59:09 +08:00
lindexi
1ee2f98afb 添加项目文件。 2021-08-22 19:54:30 +08:00