SimpleCQRS icon indicating copy to clipboard operation
SimpleCQRS copied to clipboard

Ninject service locator

Open jupaol opened this issue 13 years ago • 3 comments

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

jupaol avatar May 14 '12 20:05 jupaol

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

tyronegroves avatar May 16 '12 19:05 tyronegroves

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

rosshambrick avatar Jul 10 '12 16:07 rosshambrick

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: https://github.com/tyronegroves/SimpleCQRS/pull/20#issuecomment-6881380

tyronegroves avatar Jul 11 '12 20:07 tyronegroves