We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CatLib v1.3.0 alpha 版本更新日志:
LogicException
CodeStandardException
ServiceProvider.Register
abstract
ICoroutineInit
Init
ApplicationEvents.OnIniting
ApplicationEvents.OnProviderInit
ApplicationEvents.OnProviderInited
@
$
:
flush
App.Alias<TService, TAlias>()
SegmentStream
WrapperStream
CombineStream
Arr.Filter
Arr.Map
SortSet.ReverseIterator(bool forward)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CatLib v1.3.0 alpha 版本更新日志:
框架
LogicException
逻辑错误异常(增加LogicException逻辑错误异常 #80 )CodeStandardException
代码规范异常(明确出现的异常调用,对于代码规范检测类的异常使用CodeStandardException替换 #62 )ServiceProvider.Register
不再是abstract
ICoroutineInit
协同初始化接口(默认的迭代器为同步迭代器和Init
没有本质区别,在其他环境下可能受到环境影响)ApplicationEvents.OnIniting
被标记为已过时,使用:ApplicationEvents.OnProviderInit
替换ApplicationEvents.OnProviderInit
服务提供者初始化之前ApplicationEvents.OnProviderInited
服务提供者初始化完成代码规范性检查
容器服务
@
,$
和:
识别,如果包含则不允许注册。(检查服务名是否包含不允许的字符 & 使用字符串内插处理字符串拼接 #61)$
同@
一样,具备相同的变量映射作用。(检查服务名是否包含不允许的字符 & 使用字符串内插处理字符串拼接 #61)flush
对象时将会按照构建顺序的相反顺序释放服务(之前是需要通过辅助组件来完成)(容器flush对象时的释放时序 #55)App.Alias<TService, TAlias>()
的拓展方法支持(服务容器增加App.Alias<TService, TAlias>()的拓展方法支持 #57)支持库
SegmentStream
分片流(增加 SegmentStream.cs #74)WrapperStream
包装流(增加 WrapperStream 包装流 #69)CombineStream
组合流(增加 CombineStream 组合流 #70)Arr.Filter
支持迭代器(Arr.Filter 支持迭代器 #67)Arr.Map
支持迭代器(Arr.Map 支持迭代器 #66)SortSet.ReverseIterator(bool forward)
指定反转方向的接口(增加SortSet.ReverseIterator(bool forward)指定反转方向的接口 #56)The text was updated successfully, but these errors were encountered: