- FreeSql.Generator 支持 core 2.1 2.2 3.0 3.1

This commit is contained in:
28810
2019-12-18 12:16:58 +08:00
parent fe5b98509b
commit e2624ed8ee
4 changed files with 161 additions and 135 deletions

View File

@@ -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);