-
Notifications
You must be signed in to change notification settings - Fork 369
restore deprecated Common.Logging overloads #847 #1068
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
Conversation
|
Comparing the branch to 0.14.1 is a little challenging since there have been so many other changes since, but it the diff can be seen at v0.14.1...adamralph:847 |
|
Incidentally, we may be able to use the ParticularLabs APIComparer to perform a static analysis of breaking changes between 0.14.1 and the 847 branch. See https://github.com/ParticularLabs/APIComparer/blob/b207b536d6898980192f695def2b503adcbf9127/APIComparer/Program.cs#L18 |
|
Travis is broken because of NuGet.Core renaming shenanigans. That should be fixed by #1069, which can go in before this PR. |
|
This should be good to go now. |
|
ok great job, but i have trouble comprehending how does Autofac choose the constructor now? |
|
Dunno, it just works 😝 But actually, we don't do magic scanning and injection, right? We explicitly register types in |
|
Since we don't register a |
|
ah! |
|
LGTM |
restore deprecated Common.Logging overloads #847
|
woot! thanks @filipw |
Fixes #847
This restores all the Common.Logging members as per version 0.14.1.