alexeymarkov

Results 14 issues of alexeymarkov

Otherwise it is not possible to use them with some output...

Hi, I could not find the property createLeaseCollectionIfNotExists is used to generate functions. As a result it is always false and one has to create a lease database manually. Please...

`interface IBaseCommand { string ContextId { get; set; } } class MyCommand : IBaseCommand { string ContextId { get; set; } string Name { get; set; } } .MapClaimToCommandProperty("ContextId", x...

Hello, first of all thank you for the great framework! I found some inconvenient issues (correct me, if I am wrong and this is by design unsupported). 1. If I...