devmaestro1

Results 7 issues of devmaestro1

Hello, I have a database that is storing instances of add-in classes. In some cases, the add-in assembly might not be loaded, so I want to ignore those properties/classes that...

question

Hello, According to #1599, it's possible to do OnSerializing/OnDeserialized methods by using the RegisterType method. The code example below is given: ``` mapper.RegisterType ( serialize: o => { var doc...

question

Hello, I am wondering what is the best approach to ensure that I minimize the necessity of database migrations as my code changes. In particular, I note that LiteDB stores...

question

Hi - first up, thanks for this excellent library! I have been looking through the code (and StackOverflow) to see if there was some way to format a number using...

I have a class with an interface and class like so: ``` public class IPersistedObject { string UniqueString { get; set; } string Other { get; set; } } public...

question

Looks like there is some hard-coding to disallow display of tree-lines in the drop-down search mode (DropDownSearchBox).

Reproduce steps: 1) When pulling down the drop-down tree, linger over the item so the tool-tip appears. 2) Then, try to click the item, it won't select the item. This...