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

Ninject service locator #20

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

Conversation

jupaol
Copy link

@jupaol jupaol commented May 14, 2012

This is the Ninject Service Locator

Summary:

(Tests using: MSTest with FluentAssertions)

Two projects were added:

  • Class library
    src\ServiceLocators\SimpleCqrs.Ninject\SimpleCqrs.Ninject.csproj
  • Test project
    src\Tests\ServiceLocators\SimpleCqrs.Ninject.Tests\SimpleCqrs.Ninject.Tests.csproj

Two Nuget packages were added:

  • src\Packages\FluentAssertions.1.7.1.1\FluentAssertions.1.7.1.1.nupkg
  • src\Packages\Ninject.3.0.0.15\Ninject.3.0.0.15.nupkg

Three classes were added:

  • Ninject Service Locator provider
    src\ServiceLocators\SimpleCqrs.Ninject\NinjectServiceLocator.cs
  • Ninject Service Locator - unit tests
    src\Tests\ServiceLocators\SimpleCqrs.Ninject.Tests\NinjectServiceLocatorTests.cs
  • Ninject Service Locator happy path integration tests (firing command handlers and domain events)
    src\Tests\ServiceLocators\SimpleCqrs.Ninject.Tests\Integration\NinjectServiceLocatorIntegrationTests.cs

@tyronegroves
Copy link
Owner

Thanks!!! I will check it out and pull it in.

@rosshambrick
Copy link

Did this ever get anywhere or should I just get it from the branch?

@tyronegroves
Copy link
Owner

Can you get it from the branch. I have just been extremely busy the last
few months.

On Tue, Jul 10, 2012 at 11:49 AM, rosshambrick <
[email protected]

wrote:

Did this ever get anywhere or should I just get it from the branch?


Reply to this email directly or view it on GitHub:
#20 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants