-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add NuGet package for Microsoft DI #479
Add NuGet package for Microsoft DI #479
Conversation
Add a new NuGet package to provide glue between JustSaying and Microsoft.Extensions.DependencyInjection. Resolves #474.
Add a relevant package description.
Just seen the other PR 🤦♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Can this package be published? Even as a pre-release? I really like the new builder API and want to use that on a new POC i'm about to start. |
It’s a holiday here in the U.K. where the team are based until Tuesday, but we could discuss shipping an alpha to NuGet next week if people like yourself are interested in early access to parts of v7.0.0. |
Sweet! That would be great. We're on holiday here until Tuesday too so next week is fine. |
Has there been a decision on this? |
Instead of us publishing an alpha to NuGet.org, you can configure a custom feed with the NuGet in our AppVeyor CI instead: Hope that works OK for you. |
Sure, that works for me. Thanks |
Add a new NuGet package to provide glue between JustSaying and Microsoft.Extensions.DependencyInjection.
This PR essentially just moves some code already added by #431 into its own NuGet package.
Resolves #474.