Results 15 issues of O0oo0O

The latest version sets the label text to Chinese garbled ![image](https://user-images.githubusercontent.com/4964551/76161185-d1f34f00-616b-11ea-82f4-0e73952d8df5.png) ![image](https://user-images.githubusercontent.com/4964551/76161194-e46d8880-616b-11ea-9cd8-e7086b00dc6d.png)

This is the code I used in my project after transformation,Because I need multi-table related query. ``` public Task CountAsync(string customSql, object parameters = null) { string pagedListSql = @$"select...

enhancement
help wanted

Why 400 can't display status code ``` { "isError": true, "error": { "message": "Request invalid.", "code": "BadRequest" } } ``` I want to always show status code like 200 ```...

很期待 作者可以支持dapper版本

是否有插件或现有的CSS3实现代码

I have repeatedly installed a few times and I can't come out

It is recommended to refer to this library to join InsertOrUpdate Functions [https://github.com/olegil/SqlBulkTools](url) I can pass in an entity for automatic comparison Insert Update Delete Operation ``` void ITransaction.CommitTransaction(string connectionName,...

I have many interfaces how to register in batches, for example, I want to register all warehouse interfaces. inherit AsyncInterceptorBase or IAsyncInterceptor ,can not be used `.EnableInterfaceInterceptors().InterceptedBy(typeof(TransactionalInterceptor))` ``` var myClass...

How to add support for audio files such as mp3/mp4

By default, the current database connection transaction is not passed in, which leads to the need to rewrite the method to pass in the transaction to achieve transaction control ![image](https://user-images.githubusercontent.com/4964551/131820787-a46ce9d5-f716-43ff-93fa-e8ccb538b41d.png)...