Ruben Delange
Ruben Delange
It would be great if html encoded strings (ie. `≤ &ge`; etc.) would be supported (cfr. ng-bind-html) Currently, the "raw" strings (`≤ ≥` in stead of ≤ ≥) are shown...
First of all: thank you for this package, really nice! I'm using the soft delete filter functionality, but I'm currently stuck on an exception that's being thrown when using the...
Hi, Have you considered adding async/await support? [This line](https://github.com/mtanneryd/ef6-bulk-operations/blob/master/Tanneryd.BulkOperations.EF6/Tanneryd.BulkOperations.EF6/DbContextExtensions.cs#L445) could be replaced by `await bulkCopy.WriteToServerAsync(...)` ?
What I'd like to do is: - Use a custom IoC container (LightInject) with FunctionMonkey - Use FunctionMonkey.MediatR I've followed the [IoC container guidelines](https://functionmonkey.azurefromthetrenches.com/guides/crosscutting/iocContainers.html), so I introduced the IContainerProvider interface....