weiwxg

Results 8 issues of weiwxg

对于模型的属性设置`IsInterValidation = true`后,调用`GenerateTemplateBytes`生成`Excel`模板抛出异常: ```c# System.InvalidOperationException: The address (A2:A1048576) collides with an existing validation (A2:A1048576) at OfficeOpenXml.DataValidation.ExcelDataValidationCollection.ValidateAddress(String address, IExcelDataValidation validatingValidation) at OfficeOpenXml.DataValidation.ExcelDataValidationCollection.ValidateAddress(String address) at OfficeOpenXml.DataValidation.ExcelDataValidationCollection.AddTextLengthValidation(String address) at Magicodes.ExporterAndImporter.Excel.Utility.ImportHelper`1.SetInterValidation(ExcelWorksheet worksheet, PropertyInfo propertyInfo,...

bug
area-excel

期望的结果应该是报错误 ```csharp [ImporterHeader(Name = "是否为GEO点")] [Required(ErrorMessage = "是否为GEO点不能为空")] [ValueMapping(text: "是", true)] [ValueMapping(text: "否", false)] public bool Geo { get; set; } ```

希望导出的列名能实现多语言功能

enhancement
area-excel

在使用C#驱动TDengine.Connector进行频繁读数据,经常会触发如下的异常,并导致容器异常重启 ``` connect failed, reason: Unable to establish connection Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Repeat...

bug

### Is there an existing issue for this? - [ ] I have searched the existing issues ### Description I got error while execute DbMigrator in startup template. ### Reproduction...

bug