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

Replace RawRabbit.vNext with RawRabbit.DependencyInjection.ServiceCollection #253

Closed
pardahlman opened this issue Aug 11, 2017 · 0 comments

Comments

@pardahlman
Copy link
Owner

pardahlman commented Aug 11, 2017

The project RawRabbit.vNext was created when .NET Core was still ASP.NET Core and everyone talked about "vNext". It originally contained adapters to logging, extensions to IConfiguration and dependency registration in the service collection. However:

  • RawRabbit will use LibLog Use LibLog #245, so no need for logging adapter
  • The way configuration is extracted from the IConfiguration has changed, and the only thing that is left is a small extension method that does do anything.

The idea is to move the move the dependency registration code to a new package, perhaps named RawRabbit.DependencyInjection.ServiceCollection. This will align service collection with the other DI frameworks' NuGet packages.

pardahlman added a commit that referenced this issue Aug 12, 2017
As it being replaced by the ServiceCollection package
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

No branches or pull requests

1 participant