maliming

Results 526 comments of maliming

hi @ridvanozbugru @totpero This [PR](https://github.com/aspnetboilerplate/aspnetboilerplate/pull/6892) will fix the datetime format problem. You can add your datetime format to the `InputDateTimeFormats` of `IAbpAspNetCoreConfiguration` to solve it temporarily.

> I format the date using the code moment(addedTime).format('L LT'). However, after the system update, the problem occurred due to the "Z" added at the end of the date. When...

You can customize the implementation of the IAuditingStore interface. Internal cache or background write audit log.

Enable may cause confusion for other users, of course you can always enable it if needed

hi nhatran03 Maybe you need [Entity-History](https://aspnetboilerplate.com/Pages/Documents/Entity-History).

I have been tested in mvc5 without crashes. it should be asp net core will crashes.

hi @emisand I implemented a Dapper base class that only requires DbContent. https://github.com/aspnetboilerplate/aspnetboilerplate/commit/2e4fcd1299ea20ba79d3fc47fa87d15eefcd1900#diff-c6bf62f378a817efe38370f9c0f8c9bcR12 It provides DbConnection and DbTransaction so you can use everything from dapper. Regarding DateTimeHandler, dapper currently seems...

Thank you for your supplement, I will confirm again today,

Another problem is that we can't implement the `ShouldDisableDateTimeNormalization` function.

@amin168 You should know that Dapper enhancements have some features that are not yet implemented.