oskaremil
oskaremil
I have this CSS class loaded from an external stylesheet ``` td { vertical-align: top; color:red; padding: 50px; } ``` table cells are red, so I know the CSS is...
I have tried to attach a callback method to assert generated SQL sent. ``` connectionMock .SetupDapperAsync(x => x.QueryAsync( It.IsAny(), It.IsAny(), null, null, null)) .Callback( (string sql, Parameters, IDbTransaction transaction, int?...
The ICommand is available in the BindingContext, SettingsViewModel **If I do this:** ``` ``` I get an exception, the command can not be found. The exception is thrown from https://github.com/corradocavalli/Xamarin.Forms.Behaviors/blob/master/Xamarin.Behaviors/Library/EventToCommand.cs:134...
See https://github.com/oskaremil/Corcav.Behaviors/commit/285e871e65cdce6faaec9dfc61a0e9b660694b2b I made a small alteration in your Demo project 1. Bind _First Name_ Entry to **FirstName** property 2. Changed the second EventToCommand to the controls _TextChanged_ event 3....