-
Notifications
You must be signed in to change notification settings - Fork 13
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
Solves #37 - Support for Umbraco 8 #38
base: master
Are you sure you want to change the base?
Conversation
@enkelmedia thanks a lot - I'll find some time to look at your changes 👍 (and sorry for not answering your previous issues and PRs). |
Hi @enkelmedia, I've now looked through your changes, and have some comments:
|
Hi! Sorry for late reply, Project FormatI don't have the time at the moment to change this, since it works with the current format I guess that this might be more "nice to have" than "must have" =D Might be something to look at in the future. Assembly conflictsNot sure either, I noticed them but they did not have any impact on the artifacts so I did not spend to much time trying to solve it. DatePickerThat's true! Not sure why I missed that, I would have to look closer at that ColorsSounds fair Skybrud.EssentialsI do see that point that your're making, when I did the rewrite I was only considering the fact that it was a small part of the Essentials-dependency that was used and figured that it would be a good idea to reduce the number of dependencies and also to avoid the issue that you're describing with different versions of the DLL - basically making it a "own working unit", also making the code-base "complete" in the way that there is no external thing that out of control for the package that is used. But, as you say, it's a potential nightmare having to fix a but in 10 different packages over just updating the dependency. If you would prefer keeping the dependency on Skybrud.Essentials I could just add it back again? =D // m |
Too bad this PR sort of 'died'. |
This PR adds support for Umbraco 8.4+ (since they changed the value converter-implementation I choose to go with the latest version).
We've also removed external dependencies to make the package it own "unit".
I have not updated any meta data for release/build for nuget/our.umbraco and not changed any of the markdown for readme etc.
Let me know if you would like any changes