pjvds / ncqrs

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

mssql event store will now create tables on first hit if they don't exist #73

Closed ashic closed 12 years ago

ashic commented 12 years ago

mssql event store will now create tables on first hit if they don't exist

ashic commented 12 years ago

Hmm...it seems doing more commits to my fork after a pull request adds the newer commits to the pull request as well. Ah well...the other two commits do the following:

  1. Added RegisterAllExplicitCommandExecutorsInAssembly(Assembly) extension method to ICommandService. This searches the assembly for implementations of ICommandExecutor and registers them with the command service. [The currently present extension method only works for the mapping attributes...implementations of ICommandExecutor<> don't seem to get registered.]
  2. The project build order in the master solution seemed wrong (a clean then build was failing, subsequent builds were passing. The Notes sample was being built before the command service dll).
ashic commented 12 years ago

closed by mistake :(