WTM icon indicating copy to clipboard operation
WTM copied to clipboard

Use WTM to write .netcore app fast !!!

Results 136 WTM issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

![image](https://user-images.githubusercontent.com/29800454/162693863-d5c0009f-4eaf-4e40-9cd2-efe1f3c855d6.png) _startTime _endTime 是私有的,无法通过JSON构造,无法通过Api调用 添加属性来解决他 感谢WTM

bug

理论上BaseCRUDVM类是支持调用DoAdd后新增多表关联数据的 但是在DoAddPrepare中 ![QQ截图20220411142852](https://user-images.githubusercontent.com/29800454/162677733-0b687666-6402-46c5-bd9e-e82028cafd9a.png) item.SetValue(Entity, null); 希望能完善这个功能 感谢WTM

bug

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...

dependencies

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...

dependencies

https://github.com/dotnetcore/WTM/blob/7f729a8f0bdc97c2079b176129298cf92491f11a/src/WalkingTec.Mvvm.Mvc/CodeGenVM.cs#L349 数据库分库 使用其他的Context时 预览字段时会出现以下报错 调试发现是 new CodeGenListVM时未传入Context ![截图_20223521023512](https://user-images.githubusercontent.com/33193408/159177569-cecdc5a2-22aa-4ec4-949a-2c28b7a875e0.png) ![截图_20223521023529](https://user-images.githubusercontent.com/33193408/159177570-a16aaaa9-d0c6-4e3c-9429-f694632a6781.png) ![截图_20223721023732](https://user-images.githubusercontent.com/33193408/159177573-1ce116b9-d685-4805-8d2e-c24374f80092.png)

在代码里的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 =...

bug

comobox宽度的style设置在了select上面。没有效果。

bug

若存在多个多选Combox,点击重置后,再点击搜索按钮,还会把前一次选中的数据一同提交到后台 (第一个Combox没问题,后面的Combox清除不了数据)

bug