mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 18:52:50 +08:00
- 修复 FreeSql.Generator 外键导航属性大写小 bug;#177
This commit is contained in:
parent
54ceb537d9
commit
65fa7ceb95
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFrameworks>netcoreapp3.1;netcoreapp3.0;netcoreapp2.2;netcoreapp2.1</TargetFrameworks>
|
<TargetFrameworks>netcoreapp3.1;netcoreapp2.1</TargetFrameworks>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
<IsPackable>true</IsPackable>
|
<IsPackable>true</IsPackable>
|
||||||
<PackAsTool>true</PackAsTool>
|
<PackAsTool>true</PackAsTool>
|
||||||
|
@ -161,7 +161,7 @@ namespace @gen.NameSpace {
|
|||||||
@:if (_@csname == value) return;
|
@:if (_@csname == value) return;
|
||||||
@:_@csname = value;
|
@:_@csname = value;
|
||||||
foreach (var fkcok2 in findfks) {
|
foreach (var fkcok2 in findfks) {
|
||||||
@:@GetFkObjectName(fkcok2) = null;
|
@:@gen.GetCsName(GetFkObjectName(fkcok2)) = null;
|
||||||
}
|
}
|
||||||
@:} }
|
@:} }
|
||||||
@:private @gen.GetCsType(col) _@csname;
|
@:private @gen.GetCsType(col) _@csname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user