Clean Starter Kit works on the Umbraco 13 RC1 if a...
# news
h
As soon as I add the clean package it fails to build
looks like it doesn't like the dependency on contentment
c
That's odd. Works on mine. Did you install .NET 8 SDK and Hosting Bundle?
@huwred are you on windows or linux? I've tried installing it again and it still works for me. No issues with contentment either
h
I'm on windows. Umbraco 13 runs fine as a clean install, adding the clean starter kit results in those errors
as does adding contentment on it's own
yes installed .net 8 sdk
c
I've tried all different things and can't get it to break. It works for me. I tried 13 with clean, 13 without clean and with contentment and different versions of contentment. It all works. I'll ask some other people to test to and see if we can isolate this problem
h
very odd.
c
Hi @huwred 2 other people have tested it and verified that it installs and works ok for them too now
Can you share your installation steps please?
h
I installed .net 8 sdk and hosting bundle, VS preview, I then ran the scripts from your package script writer and get the contentment errors.
using SQLLite database
a
Out of interest, if you run the same script without the starter kit, and then manually add the starter kit via VS NuGet package manager, does it do the same thing?
h
yes, it does the same thing. Have tried every combo I can think of 🙁
a
Shot in the dark, but could you try manually adding Contentment to the MyProject project? I'm wondering if your PC isn't detecting the dependency within the starter kit
h
I tried that too, I get the same errors which seems to point at contentment being the problem
a
Assuming this works flawlessly with v12? Might be worth raising with Lee, not so much for a solution, but to give him a little visibility in case it ever crops up in the future for anybody else. That way he may be able to find a common denominator and figure out a one size fits all solution
h
these are the errors I keep getting Method 'ToArtifact' in type 'Umbraco.Community.Contentment.DataEditors.EditorNotesConfigurationConnector' from assembly 'Umbraco.Community.Contentment, Version=4.5.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. Method 'ToArtifact' in type 'Umbraco.Community.Contentment.DataEditors.NotesConfigurationConnector' from assembly 'Umbraco.Community.Contentment, Version=4.5.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. Method 'ToArtifact' in type 'Umbraco.Community.Contentment.DataEditors.RenderMacroConfigurationConnector' from assembly 'Umbraco.Community.Contentment, Version=4.5.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
a
If it is an environment issue, perhaps this may help... https://stackoverflow.com/a/49173875 If that doesn't make a difference, I'm all out guesses ¯\_(ツ)_/¯
h
got it working 🙂
c
I think it might have something to do with you installing the VS 22 preview
oh go on?
h
It was something to do with nuget, I cleared my nuget local cache and then re di everything, now it builds fine
c
Ah good, glad it's all sorted
a
woohoo, got there in the end
h
No issues since clearing the nuget cache
c
Great, thanks for letting us know
d
Hey, I just did an install with the clean starter kit and sqlite, got the site to boot, but when navigating in the backoffice to the detailpages underneath the blog overview, I get this error:
I tried rebuilding the content cache, but that made no difference. Haven't tried anything else yet
Possibly related to the author picker property. When opening the [DataList] Authors datatype, I get the same error
c
Thanks for letting me know. I’ll check it out tomorrow.
@D_Inventor I've had a look at it and it's definitely down to xpath being removed
d
That makes sense. I figured it would be somewhere in a property value converter or something like that
2 Views