Zonciu Liang
Zonciu Liang
### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site / documentation update - [x] Demo update - [ ] Component...
luamake: D:/w3x2lni/make.lua:190: attempt to call a nil value (method 'msvc_copy_vcrt') stack traceback: D:/w3x2lni/make.lua:190: in local 'init' luamake基于当前最新commit: https://github.com/actboy168/luamake/commit/fa4ebb575b9c1cdccff7d6a456673f2f4e029e9b
JsonMap失效
#### 问题描述及重现代码: 文档代码https://freesql.net/guide/type-mapping.html#json ```c# fsql.UseJsonMap(); class Table { public int Id { get; set; } [JsonMap] public TableOptions Options { get; set; } } class TableOptions { public int Value1...