mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-19 01:42:41 +08:00
- FreeSql.Generator 支持 core 2.1 2.2 3.0 3.1
This commit is contained in:
@@ -218,7 +218,7 @@ new Colorful.Formatter("推荐在实体类目录创建 gen.bat,双击它重新
|
||||
var rebuildBat = ArgsOutput + "__重新生成.bat";
|
||||
if (File.Exists(rebuildBat) == false)
|
||||
{
|
||||
File.WriteAllText(rebuildBat, @$"
|
||||
File.WriteAllText(rebuildBat, $@"
|
||||
FreeSql.Generator -Razor {ArgsRazorRaw} -NameOptions {string.Join(",", ArgsNameOptions.Select(a => a ? 1 : 0))} -NameSpace {ArgsNameSpace} -DB ""{ArgsDbType},{ArgsConnectionString}""
|
||||
");
|
||||
Console.WriteFormatted(" OUT -> " + rebuildBat + " (以后) 双击它重新生成实体\r\n", Color.Magenta);
|
||||
|
Reference in New Issue
Block a user