Anatoly Vestnikov

Results 5 comments of Anatoly Vestnikov

hello, I am stuck with similar problem: I'm using opencv from [nuget](https://www.nuget.org/packages/opencv.win.native/320.1.1-vs141) and can successfully build my solution. but on start it complains about missing zlibd1.dll. i carefully read this...

I found a workaround to avoid redundant migration ``` c# b.Property(e => e.Ticks) .Metadata.AddAnnotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.ComputedColumn); ```

typical use case is following: * there is a list of objects (models) I'd like to show on screen * list is presented by ListViewModel which exposes some kind of...

quite often it is, but I'd like to decouple ListVM and ItemVM and avoid listening to object changes via query listener

I need both, ListVM listens to inserts/deletions, ItemVM listens to object changes