优化FlowEnv

This commit is contained in:
fengjiayi
2025-07-04 15:46:29 +08:00
parent 345fee39ba
commit 340ff7770f
12 changed files with 249 additions and 113 deletions

View File

@@ -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