Open dharnitski opened 7 years ago
Thanks for this! Fixed the issue I was having too.
Is there an timeline for when this pull request will be approved and available from nuget? I have a few projects that rely on this fix, while I can just compile and add it myself I'd rather have it available in nuget for future updates.
Thanks - this fixed the issue we were having 👍. Also keen to get this approved, merged and updated on the version published on NuGet.
Great work on this 8.2 update. We just built the Pull Request code and output our own nuget package that is working!
This is fix for Sitecore 8.2 Update 2 breaking API changes.
I made fix portable. Reflection is used to access new API added in Sitecore 8.2 Update 2.
Another option is to start using #ifdef and with it we have to maintain more complicated configuration and generate 2 sets of binaries.
If you think that now it is good time to start maintaining different Sitecore versions I am happy to help. That is how it is implemented for one of my projects - https://github.com/dharnitski/Sitecore.Algolia. I can add something similar to Ship.
This change is