pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

Fixed ThreadStatic and incorrectly pulled req29, #31

Closed fzawada closed 13 years ago

fzawada commented 13 years ago
  1. ThreadStatic - already fixed in development with patch from ashic.
  2. Incorrectly pulled req 29 prevented any handlers from being registered. Fixed in 002e29e6fe0ea30257829772ed412dcf31a8989d

Please cherry pick if only (2) should be pulled. I was unable to select just one commit from my repo for this request. Sorry about that.

pjvds commented 13 years ago

Thanks! Pulled them all, since the fixes weren't applied to this branch.