Zt
Zt
**Information** - OS: Windows 10.0.19045.3570 - Version: 0.47.0 - Terminal: Windows Terminal **Describe the bug** `System.InvalidOperationException` may be thrown when using `AnsiConsole.MarkupLineInterpolated` to output a `FormattableString` with an object interpolated...
# Todos 2.0 - [x] 多服务器配置管理 - [x] 导入导出配置 - [x] 部分个性化 - [ ] OneBot支持 - [ ] #83 (待定) - [ ] ~~单独拆分为Nuget库~~ - [x] 匹配 - [x]...
```cs // my code using Newtonsoft.Json; using SystemInfoLibrary.OperatingSystem; var a = OperatingSystemInfo.GetOperatingSystemInfo(); while (true) { Console.WriteLine(JsonConvert.SerializeObject(a.Update(), Formatting.Indented)); Console.ReadKey(); } ``` the ram info never changed ```txt { "Architecture": "64 位",...
**Describe the bug** 绑定到属性时,更新`AutoSuggestBox`的文本,无法更新属性的值 **To Reproduce** Steps to reproduce the behavior: ```xml Exe net8.0-windows enable enable true ``` ```xml ``` ```cs // MainWindow.xaml.cs using System.ComponentModel; using System.Windows; using System.Windows.Controls; namespace...