januswx
januswx
### Description Stack overflow. Repeat 2911 times: -------------------------------- at System.Text.Json.JsonSerializer.WriteCore[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Text.Json.Utf8JsonWriter, System.__Canon ByRef, System.Text.Json.Serialization.Metadata.JsonTypeInfo`1) at System.Text.Json.JsonSerializer.Serialize[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Text.Json.Utf8JsonWriter, System.__Canon, System.Text.Json.JsonSerializerOptions) at System.Text.Json.Serialization.JsonConverter`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral,...
can provider some method to cancel monitoring?
#### 问题描述及重现代码: ```c# using FreeSql.DataAnnotations; using FreeSql.Internal; using FreeSql.PostgreSQL; const string connectionString = "Host=xxxx;Port=5431;Username=postgres;Password=postgres;Database=xxxx;ArrayNullabilityMode=Always;Pooling=true;Maximum Pool Size=100;Minimum Pool Size=1;"; var fsql = new FreeSql.FreeSqlBuilder() .UseConnectionString(FreeSql.DataType.PostgreSQL, connectionString) .UseAdoConnectionPool(true) .UseAutoSyncStructure(true) .UseMappingPriority(MappingPriorityType.Attribute, MappingPriorityType.FluentApi, MappingPriorityType.Aop)...