-
Notifications
You must be signed in to change notification settings - Fork 23
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
Leprechaun crashes when faced Sitecore cli items include with "scope": "descendants Only" #44
Comments
Hi! Could you please attach your .module.json file, as well as your leprechaun.config file you can replace any sensitive names/paths with placeholder values |
[ProjectName.Feature.Product.module.json.txt](https://github.com/blipson89/Leprechaun/files/7244621/ProjectName.Feature.Product.module.json.txt |
Hi @Viktar-Semiarykou - I wanted to give a quick update. There are actually two issues here:
What I'm planning on doing:
I should be able to get a fix issued by next week, alongside the other 2 issues you logged and possibly a new feature now that Sitecore CLI 4.0 is out. I'll keep you posted. Thank you again for reporting these issues. |
I've pushed up a beta version that should resolve this issue. Can you please do the following:
Note: this version of Leprechaun now has |
Fixed in 2.1.0 |
Leprechaun/src/Leprechaun.InputProviders.Sitecore/TemplateReaders/SitecoreTemplateReader.cs
Line 37 in 6930b8e
module.DataStore.GetTreeNodeSync(fsTreeSpec.Path) returns null
That leads to null reference exception
The text was updated successfully, but these errors were encountered: