Closed yannduran closed 6 years ago
@yannduran Thanks for your help! Why did you close the pull request?
@Alvaromah I wasn't aware that I had. I'm using Visual Studio 2017 to manage pull requests. I guess that something that I did closed the PR, because I didn't close it on purpose.
I noticed above it says that I deleted the feature branch (I've now restored it). This appears to have closed the PR. I didn't delete it on purpose.
I use Git Flow, so when I closed the feature, the feature branch got deleted, which then appears to have closed the PR. In future I'll make sure not to close the feature until the PR has been merged.
I have some more corrections to come in another PR.
Merged. Thanks for your contribution!
Each place where
singleton
was referenced, it was misspelled assingletone
.After checking the
AddSingleton<TService, TImplementation>
method in the the
Microsoft.Extensions.DependencyInjection.ServiceLocator
class hadn't also been misspelled, I located and fixed the mistakes.