Jonathan Magnan

Results 992 comments of Jonathan Magnan

Hello @Legends , We can always implement async but inside the method, they will only do `Task.Run` so it will not be real async. Unfortunately, supporting `async` all the way...

Hello @kant2002, There is no plan to change this at the moment. Unfortunately, time is missing on our side as well, so we cannot afford this kind of development at...

Hello @y-code , Thank you, we will look at this request and your pull Best Regards, Jonathan --- **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize = 1000); ` [Entity Framework Extensions](http://entityframework-extensions.net/)...

Hello @FurkanGozukara , I will ask my developer to look at it and perhaps implement the `IDisposable` interface. Best Regards, Jon --- **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize = 1000);...

Thank you @zb-z for your answer. My developed looked at this and come to the same conclusion as @zb-z . Just setting some variable to null will not really help...

Hello @riyadparvez , We will try to look at this request soon, Best Regards, Jonathan

Hello @riyadparvez , Unfortunately, after looking at the work required to implement correctly GetHashCode, I don't believe we will implement it for now. Best Regards, Jonathan

Hello @ganr8790 , Could you provide me an example that's not working? The following one return 5 nodes for me ```csharp var html = @" a b "; var doc...

Which version are you using? The code return me the outer span without problem with the innerHTML `Text Here…` and the right class name. Best Regards, Jonathan