Flithor
Flithor
But it looks dead now... @beto-rodriguez are you here?
Well... But this repository has no active for a long time... It "looks" in actually "Is dead"...
Uh... why? Because most people have no dedication or just have no time. If you think a project is great, but it is a pity that no one maintains it,...
it's xaml debug tool bar. Not related to Live-Charts. Check out visual studio "live visual tree" panel. And this project is outdated and abandoned, check out LiveCharts2.
OHHHHHHHHHHHHHHHHHHHHH!!!!!!!!!!!!!!!!!!!!!
My current implementation: ``` public class JsonWriterEx { static void WriteIndent(this JsonWriter jw) { typeof(JsonWriter).GetMethod("WriteIndent", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance).Invoke(jw, null); } } ```
Some kind of alternative: https://github.com/JamesNK/Newtonsoft.Json/issues/2864#issuecomment-1566380148 ``` writer.WriteIndent(); writer.WriteComment("Balabalabalabala"); ```
How is this feature coming along?
@axunonb Currently I'm trying to write a "custom formula & format string" and this library is most fit for me on "format" feature, but it doesn't support "formula" now, so...
@maxkatz6 I had a similar problem on my project. That the designer was forced my Avalonia control class library to use one (D) of 4 executable program projects (A,B,C,D) in...