Duplicated interface name

Issue #189 resolved
Rodrigo Farias Rezino created an issue

There is some interface that have the same name and it breaks the system depending where do you add new uses, for instance:

Spring.Services.Logging.ILogger and Spring.Services.ILogger

I suggest to change it, I was registering classes on container, and once I odd new uses, and boom, system broke and I need to call the whole path on the register.

Comments (2)

  1. Log in to comment