WTM
                                
                                 WTM copied to clipboard
                                
                                    WTM copied to clipboard
                            
                            
                            
                        Use WTM to write .netcore app fast !!!
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
 _startTime _endTime 是私有的,无法通过JSON构造,无法通过Api调用 添加属性来解决他 感谢WTM
多表关联新增数据
理论上BaseCRUDVM类是支持调用DoAdd后新增多表关联数据的 但是在DoAddPrepare中  item.SetValue(Entity, null); 希望能完善这个功能 感谢WTM
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
https://github.com/dotnetcore/WTM/blob/7f729a8f0bdc97c2079b176129298cf92491f11a/src/WalkingTec.Mvvm.Mvc/CodeGenVM.cs#L349 数据库分库 使用其他的Context时 预览字段时会出现以下报错 调试发现是 new CodeGenListVM时未传入Context   
在代码里的DataContextFactory写DBConnStr, 万一那天改了配置文件, 代码里忘了改了,那不是出大问题了? 我建议让DataContextFactory直接读配置文件. 当前只测试了sqlserver,其他没测. 需要的朋友自己加就行了. ```csharp public class DataContextFactory : IDesignTimeDbContextFactory { public DataContext CreateDbContext(string[] args) { var cfgJson = new ConfigurationBuilder().AddJsonFile("appsettings.json").Build(); var dbconnstr = cfgJson.GetSection("Connections:0:Value").Value; var dbtype =...
若存在多个多选Combox,点击重置后,再点击搜索按钮,还会把前一次选中的数据一同提交到后台 (第一个Combox没问题,后面的Combox清除不了数据)