Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid "Default Constructor Dependency" #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 9, 2018

  1. Fix compilation errors

    pietrom committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    d65f31f View commit details
    Browse the repository at this point in the history
  2. Upgrade NUnit3TestAdapter

    pietrom committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    f2a3369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e18da View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Replace approach that uses Func<IEvent, TAggregate> to rebuild initial

    Aggregate state with an approach that uses constructors like
    TAggregate(TEvent initEvent) and invokes them through reflection
    pietromcp committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    f7207e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13de985 View commit details
    Browse the repository at this point in the history
  3. Rename method

    pietromcp committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    9909d95 View commit details
    Browse the repository at this point in the history