Dima Enns

Results 16 comments of Dima Enns

@punker76 So, did you have a look into my pull request? It is nearly a year open and no reaction. If you don't like it, then we could just close...

@punker76 Take SampleData and GroupedDropHandler from the project Showcase.WPF.DragDrop.NET45 for an example. The class GroupedDropHandler is used only in SampleData. I don't think it is that way, but let's -...

Didn't know about this proposal. Considering that, you are right the required properties would be a better fit for what I suggested.

Hi, I had a quick look at StrongInject and like it sofar. I wasn't sure whether I should open a new issue. So I'll just comment here first, because I...

I would be interested in a nuget package with .Net Core as well. Is there a road map what needs to be done before the next nuget release?

More information would be helpful, but if I interpret it right, then I like your idea and would like to put it into this project. So correct me if I...

Intermediate results: I think that I've come pretty far this weekend, but nothing pushable sofar. I'll need at least the next weekend, but I am on it. And I cannot...

@kronic I've released the nuget package 3.3.3 which contains the proposed changes. You can configure the functionality after configuring the fetchers and before the index access. The function is called...

~~v3.3.4~~ v3.3.5 should fix the count fetcher cancellation. I am continuing with the page fetcher.

Hi again, I've fixed the cancellation for the count fetcher. Which was indeed broken. And I've adjusted your nice example code in order to show you something: ```C# #region using...