Dmitry Morozov

Results 25 comments of Dmitry Morozov

Some features like issue #15 can be implemented only on .NET 4.5. Opening connection asynchronously too. Also, because we might see some performance improvements on 4.5 because built-in async task-based...

The library by design relies on static analysis at compile time. If you need to construct queries dynamically consider either raw ADO.NET or Dapper.

@isaacabraham Currently I'm not involved in this project. Somebody else needs to take care of this issue.

@ntr Reconcile this issue with #184

@isaacabraham I have no idea. Luckily I'm back to F# but busy starting at new job. Sql Server is currently is not my priority but I see what I can...

The library doesn't have any specific support for Event Aggregators mostly because I was not able to come up with great story for it. But you're right, probably event aggregators...

@jeroldhaas I use Xamarin Studio on Mac to test this project. It does have set on "Automatically restore packages ..." and "Check for updates ...".

@dsyme Currently I don't have capacity to actively maintain this project.

Hi, I apologize for delayed response. 1) BoolToVisibility converter. To solve this issue I can bring back pseudo extension method `Apply` https://github.com/dmitry-a-morozov/fsharp-wpf-mvc-series/blob/master/Chapter%2012%20-%20BindingMicroDSL/FSharp.Windows/Binding.fs#L33 But I recommend to avoid 2-way converters for...

Would you mind to send a PR for `Apply`? Attach unit test(s) that cover both `Convert` and `ConvertBack`.