Closed ChrisTorng closed 2 months ago
I've been unable to reproduce this issue unfortunately, even removing the temporary files that claudable creates which would affect that startup state I haven't reproduced this issue.
This may be affected by OS version, or maybe installed .NET SDK?
I found this: When using .NET9 pre7 build and run, will throw System.Windows.Markup.XamlParseException. I'm using newest Microsoft Visual Studio 2022 17.12.0 Preview 1.0. I changed the Target Framework to 9.0 then it worked. It should be a bug in .NET SDK 9 preview. Close this issue.
Clone and run in VS 2022, got this:
Seems like error on
TextBlock Text="{Binding Path}"
: