Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.1.2-preview3-26 #141

Merged
merged 11 commits into from
Mar 25, 2020
Merged

v3.1.2-preview3-26 #141

merged 11 commits into from
Mar 25, 2020

Conversation

gmf520
Copy link
Member

@gmf520 gmf520 commented Mar 25, 2020

No description provided.

gmf520 added 11 commits March 6, 2020 11:13
🆕 (entity)种子数据初始化方式由HasData方式更改统一接口初始化 #132
🆕 (entity) (entity) 移除所有EntityConfiguration中的种子数据,转移到相应的`ISeedDataInitializer`实现类进行种子数据初始
🆕 (identity) 从IdentityPack将AuthenticationPack拆分出来
🆕 (mvc) 无区域的Controller类,需继承统一基类 SiteApiController,以提供授权控制
🔨 (pack) 调整各个模块的启动顺序
🐛 (email) 修复邮件发送不成功的问题
🆕 (entity)种子数据初始化方式由HasData方式更改统一接口初始化 #132
🆕 (entity) (entity) 移除所有EntityConfiguration中的种子数据,转移到相应的`ISeedDataInitializer`实现类进行种子数据初始
🆕 (identity) 从IdentityPack将AuthenticationPack拆分出来
🆕 (mvc) 无区域的Controller类,需继承统一基类 SiteApiController,以提供授权控制
🔨 (pack) 调整各个模块的启动顺序
🐛 (email) 修复邮件发送不成功的问题
🔨 (pack) 整理各个Pack之间的依赖关系及启动顺序
🔨 (dependency) 尽量减少DependencyAttribute特性在框架级别的使用,改为在Pack中显式加载服务,明确各个模块要加载的服务
…ack的Enabled配置项

🔨 (cache) 缓存项的key格式使用冒号:分隔,使之在redis下生成文件夹展现模式
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment