Skip to content

Commit 0b18c66

Browse files
committed
v3.5.215-preview20250928
1 parent 2e6be8b commit 0b18c66

File tree

2 files changed

+110
-124
lines changed

2 files changed

+110
-124
lines changed

FreeSql/FreeSql.xml

Lines changed: 109 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FreeSql/Internal/CommonUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public NavigateAttribute GetEntityNavigateAttribute(Type type, PropertyInfo prot
420420
if (attr.ManyToMany != null) ret = attr;
421421
return ret;
422422
}
423-
public IndexAttribute[] GetEntityIndexAttribute(Type type, MappingPriorityType[] mappingPriorityTypes)
423+
public IndexAttribute[] GetEntityIndexAttribute(Type type, MappingPriorityType[] mappingPriorityTypes = null)
424424
{
425425
if (mappingPriorityTypes == null) mappingPriorityTypes = _mappingPriorityTypes;
426426
var ret = new Dictionary<string, IndexAttribute>();

0 commit comments

Comments
 (0)