- 增加 nuget 包强签名发布 v1.2.0-preview2;#201

This commit is contained in:
28810
2020-02-18 12:21:27 +08:00
parent cfbb143ec6
commit f8e18f0548
20 changed files with 122 additions and 61 deletions

View File

@ -40,6 +40,8 @@ namespace dbcontext_01
static IFreeSql fsql;
public static void Main(string[] args)
{
var asse = typeof(SafeObjectPool.ObjectPool<>).Assembly;
fsql = new FreeSql.FreeSqlBuilder()
.UseConnectionString(FreeSql.DataType.Sqlite, @"Data Source=|DataDirectory|\dd2.db;Pooling=true;Max Pool Size=10")
.UseAutoSyncStructure(true)