mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-04 23:39:31 +08:00
Add Dynamic.Core
This commit is contained in:
parent
2a73272cf0
commit
b9e09e0c91
@ -212,6 +212,10 @@ namespace SqlSugar
|
||||
{
|
||||
return null;
|
||||
}
|
||||
if (entityType.Assembly.FullName.StartsWith("System.Linq.Dynamic.Core.DynamicClasses"))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
var path = entityType.Assembly.Location;
|
||||
if (string.IsNullOrEmpty(path))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user