Coldairarrow

Results 16 issues of Coldairarrow

支持异步与注入(Autofac)支持

enhancement

- 原有三层架构不适合复杂业务场景 - 部分组件独立封装(https://github.com/Coldairarrow/Colder.Components) - 代码生成器重写 - 前端架构优化 - 多租户支持 - APM集成 - OpenService集成(微服务通讯)

enhancement

```c# using System; using System.Threading.Tasks; namespace ZCPK.Offstreet.Orleans { /// /// 通用基接口 /// /// InfoDto /// OutputDto /// QueryParamsDto public interface IBaseBusiness where TQueryParamsDto : new() { /// /// 获取分页列表 ///...

enhancement

方便Code First

enhancement

参考https://github.com/dotnetcore/CAP/tree/master/src/DotNetCore.CAP.Dashboard EndPoint、MessageType、Body 手动重试

enhancement