sshushliapin / Sitecore.FakeDb

Unit testing framework for Sitecore.
MIT License
117 stars 36 forks source link

Compatibility with Latest Sitecore version:10.4 #232

Open MKargeti opened 1 month ago

MKargeti commented 1 month ago

Hi Team,

Could you please let me know if the existing version is compatible with latest version of Sitecore 10.4 or if this repo is not being used anymore, please confirm.

sshushliapin commented 1 month ago

Hi @MKargeti,

I stopped using FakeDb quite a while ago since Sitecore 9 which introduced proper abstractions. You can find more info about the alternative approach here or here.

As far as I see, the latest supported version was 9.3. IIRC, I did some POC for the very early v10 back in ~2019 and even released some alpha version but I have no clue if it will work with 10.4.

My recommendation would be to use Sitecore abstractions. Sitecore FakeDb did its best for v8 times.

MKargeti commented 1 month ago

Thanks a lot for the reply @sshushliapin. Migrating from Sitecorefake will take extra effort as all test cases wehave to write it again.

We were thinking if we can still utilize with Sitecore 10.4 or not, thank you once again for the wonderful plugin and support you provided so far.