Yuhang Ji

Results 11 issues of Yuhang Ji

It's a very simple query with a `LIKE` operator on an access database: ``` csharp string sql = "SELECT FROM Users WHERE UserName LIKE ?"; var result = conn.Query(sql, "%ab%"});...

首先, 非常棒的项目! 建议在README中增加几张系统运行的效果图, 比如可视化设计的界面. 可以更吸引人.

First thanks for this very handful library. I noticed AutoBogus not generating combination of enum types with the "Flags" attribute, only individual enum value. Is there something magic I don't...

**Describe the bug** A cancelled workflow not be caught in a post workflow middleware. **To Reproduce** 1. Create a post workflow middleware following [doc](https://workflow-core.readthedocs.io/en/latest/workflow-middleware/#post-workflow-middleware) 2. Start a workflow with a...

I have VMWare installed so I have multiple enabled network interfaces, in that case termchat seems can not detect other users. I noticed there is an issue(https://github.com/lemunozm/termchat/issues/1#issuecomment-710236683) talked about it...

It seems that FileNesting is mainly for web project, and I'm wondering if FileNesting supports custom nesting rule, if yes, it would be very useful for other project type. For...

No doc found about saving settings. I tried `Settings.Set(AppSettings)` but with no luck.