-
Notifications
You must be signed in to change notification settings - Fork 287
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
WorkerService project to depend on Microsoft.Extensions.DI 2.1.1 #1794
Conversation
Thanks for working on this. I have a release at work that is breaking the builds which use .NET Core 2.1. Current DI version is 2.1.1. Any idea when the package would be ready and part of which version? |
This will be part of next beta1, due to be released in 1-2 weeks. |
Thank you for the update |
Hi, Does 2.14 includes your fix on DI reference to 2.1.1? In the Nuget dependencies, DI dependency is still showing >2.2 for 2.14.0 version |
Hello, @pramadhav 2.14 does not include this change. Is this a blocking issue for you? We can have a conversation about expediting the next beta if you'd be willing to validate this change. |
hi, Yes, We are really waiting on this fix and anything that you could expedite would greatly help us. I can test my side when the beta is available and update you. In terms of evidence, I cannot provide much as my project is proprietary and confidential to my employer. |
Hi @pramadhav Sorry for the delay, |
@pramadhav we just released 2.15-Beta1 |
sure, will test out in update in the next couple of days |
my initial test was successful with DI 2.1.1 dependency. Planning to do more comprehensive test with the Exceptions. Quick question meanwhile |
Fix Issue #1677 .
Changes
(Please provide a brief description of the changes here.)
Checklist
For significant contributions please make sure you have completed the following items:
The PR will trigger build, unit tests, and functional tests automatically. Please follow these instructions to build and test locally.
Notes for authors:
Notes for reviewers:
/AzurePipelines run
will queue all builds/AzurePipelines run <pipeline-name>
will queue a specific build