WTM
WTM copied to clipboard
Use WTM to write .netcore app fast !!!
如题,当使用非系统下载的模板文件导入时,不论是否设置了跳过模板验证都会提示错误的模板文件,因为  当excel不存在两个sheet就会异常导致误报错误的模板文件。此处应先判断excel的sheet和row以及cell是否存在指定长度
 info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[63] User profile is available. Using 'C:\Users\Administrator\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. crit: Microsoft.AspNetCore.Hosting.Diagnostics[6] Application startup exception System.AggregateException: One or more errors...
请问如果用dbfirst方式要怎么做 怎么更好的生成MODEL和字段说明
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...
数据字典功能并不复杂,只是有利有弊。如果用数据字典,带枚举字段的查询就需要关联字典表,效率上可能是个问题。另外如果需要多语言的话,字典表还需要实现数据的多语言,增加了整个系统的复杂度。 _Originally posted by @liuliang-wt in https://github.com/dotnetcore/WTM/issues/126#issuecomment-552742562_
生成代码异常。
5.4.2版本的代码生成器报异常 我会退到5.3.8就能正常生成了 以下是我的Model ``` c# using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Text.Json.Serialization; using System.Threading.Tasks; using WalkingTec.Mvvm.Core; namespace Charter.Model { /// /// 订航信息(航班订单) ///...
## 建议专题 ### 2021-08-15 希望model层项目能做更多兼容 ```c# App.Model 能否把这个项目 Model层项目改为 .NET Standard 项目让其跨平台复用问题? 目前 你比如我要 开发winform 桌面 又要开发 xam 移动端项目 又要 开发web端问题.还有其它项目扩展... 需要使用同个model 发现你这个model项目依赖net core 5.o 类库 没有做到 多方面的兼容.. 这个项目架构 能否可能...
Action上加 [FixConnection(DBOperationEnum.Read, CsName = "test")] ,执行完Action后,程序出错。