Replies: 1 comment 5 replies
-
@zbalkan apologies for not replying sooner about this. I saw this discussion, and then I promptly forgot about it. Can you help me understand exactly what changes you are suggesting be made here? log4net is engrained in pretty much every Chocolatey component/product, so removing it from chocolatey/choco would have a huge knock on effect that will ripple through all projects. I would be hesitant to make that type of change without a clear benefit in place. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In the last discussion, I was trying to use
chocolatey.lib
in another project but it turns out that the target frameworks will remain an issue for a while. But there was another issue with the library for the third party users of the library:log4net
I plan to work on it but this time, I want to ask first so that I don't waste days for nothing. Since this is an architectural decision, it will change chocolatey console and GUI.
I intend to use the dotnet core way and go with DI. This way it's going to move the dependency out of library to the client applications. It does not add more value to the chocolatey project but helps with the users of
chocolatey.lib
, which are not that many.So, if I can get a green light, I'll give it a try. In that case, if you have any pain points I might consider during this effort, I would be glad to have suggestions, warnings beforehand.
Thank you for the chocolatey, by the way, for being such a great helper.
Beta Was this translation helpful? Give feedback.
All reactions