Leonid Tsarev

Results 40 comments of Leonid Tsarev

At least ``` [assembly: Guid("29644e8e-6ee0-4337-8658-c926dfa83f55")] ``` could be dropped?

@rasmus Could you please provide us with roadmap on this one? We now are in prototype phase for our new Eventflow application, and we need to make decision. AFAIK, we...

Another option could be to implement retry directly in MsSQLReadStore, but we will lose ability to use RetryPolicies (or will really-really complicate MsSQLReadStore)

Thanks, that's interesting. It's +1 to this implementation (not retrying inside MsSQLReadStore). However for that to work we need read store to signal that concrete Sql exception is probably OptimisticConcurrencyException,...

I think it's still relevant. **Before change + SingleAggregateReadStoreManager** If two threads (A & B) will try to create read model in parallel, one of them could fail and lose...

Note: I'm not interested anymore in Eventflow because of my job change. I think that PR is still relevant.

I try to read code and I don't like how FileSystemHelper and HostIteraction consuming errors without logging. May be we should expand logging here? Will you welcome contribution?

@clairernovotny is there some progress on this? Why VS Studio can't select runner compiled against same version as test project?

Thanks @bradwilson! I like this decision but as you already say, it doesn't help us right now.