Tomas Kouba

Results 7 issues of Tomas Kouba

WPF version of SimpleAudioPlayer has wrong name of assembly. So on use throws FileNotFoundException with ``` FileName "Plugin.SimpleAudioPlayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" string ``` But dll name is "Plugin.SimpleAudioPlayer.WPF.dll" __Workaround:__ ```csharp...

DataGridRowTemplateSelector has `private static DataTemplate _dataGridRowTemplate` which is used in instace constructor and method. Should be `private readonly DataTemplate _dataGridRowTemplate`.

Read-only properties should be ignored or handled only in INSERT/UPDATE. But INSERT/UPDATE handling is not supported at all. Mappers should also check if property type can be handled, eg. implements...

Add attribute for custom column value converter. This is useful for storing .Net types to database, such as `Image` as VARBINARY, `Color` as INT32. For example: `[ImageValueConverter] public Image Icon...

enhancement
up-for-grabs

DecimalExt.GetNumberOfDigitsAfterDecimal and DecimalExt.DigitsAfterDecimal failed on negative numbers. Fix for both methods and added xUnit tests for DecimalExt. So I have to modify .gitignore to add .vs and .cr folders to...

Without FileShare .ReadWrite opened and used log files throws IOException: The process cannot access the file because it is being used by another process.