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