laolarou
laolarou
Sure! I'll add it to my timeline. I can create an i18n project for the ProjBobcat later and allow everyone to contribute it. But before that, some of the code...
I'm wondering if you are willing to contribute the English translation for this library? ;) I'm doing the i18n part for this project now.
I'm still working on the resource files. I'll finish it ASAP. Maybe there is a commit in this week to add this support!
That will be so great if port the Newtonsoft.JSON to System.Text.Json! How's the progress right now?
> Your app appears to be throwing a managed exception, try logging it in Main in program.cs . One common cause of this is the current directory is different when...
Problem solved. I just changed the path for the conf file. Now everything is working as expected!
代价:大部分编译配置需要重写,配置起来需要时间 收益:更快的编译速度,更直观简洁的编译日志 这个仓库的 Readme 有部分的性能测试: https://github.com/vitkyrka/kninja
Still have the exact issue in the latest version....
TypeDescriptor.GetConverter works great for me. However, it is not the default behavior. I think making this a default behavior will be great. Maybe port [DefaultValueConverter](https://github.com/dotnet/wpf/blob/main/src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/Data/DefaultValueConverter.cs) from WPF is a great...
Is there any workaround for the ComboBox binding? For example, if I bind an enum list to a ComboBox. How should I apply this type of converter to all the...