mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Support PluginLoadContext
This commit is contained in:
parent
1aaeac3c13
commit
62549358d3
@ -17,7 +17,7 @@ namespace SqlSugar
|
||||
}
|
||||
public EntityInfo GetEntityInfo(Type type)
|
||||
{
|
||||
string cacheKey = "GetEntityInfo" + type.FullName;
|
||||
string cacheKey = "GetEntityInfo"+ type.GetHashCode() + type.FullName;
|
||||
return this.Context.Utilities.GetReflectionInoCacheInstance().GetOrCreate(cacheKey,
|
||||
() =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user