Sadeep Madurange
Sadeep Madurange
I need to set the datetime dynamically to the current time, hence the attempt to use `DateTime.Now`. It might even be a good idea to set the default `EffectiveDate` to...
I think it would be good to be able to pass a custom equality comparer for any function that does an equality comparison. It's quite limiting when the functions only...
Hmm, I set the DataType like so ``` public WorkflowDefinition Convert(Definition source) { if (source == null) throw new ArgumentNullException(nameof(source)); var dataType = typeof(ExpandoObject); var result = new WorkflowDefinition {...