mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
优化FlowEnv
This commit is contained in:
@@ -549,6 +549,10 @@ namespace Serein.Library.Utils
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if(typeName == IOC_MAIN)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
var value = CreateInstance(typeName);
|
||||
if(value is null)
|
||||
{
|
||||
@@ -560,10 +564,8 @@ namespace Serein.Library.Utils
|
||||
}
|
||||
_typeMappings.Clear();
|
||||
return this;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region 私有方法
|
||||
|
||||
Reference in New Issue
Block a user