Hsu

Results 7 issues of Hsu

使用`chocolate`、`scoop` 等包管理安装方式

传送门: [AvaloniaUI](https://github.com/AvaloniaUI/Avalonia)

As the title

Feature Request

support display cluster nodes

### Expected behavior original: ``` public int Number { get; init; } ``` ### Actual behavior But a bug happened like this: final: ``` public int Number { get; set;...

bug
triage

现象: ``` System.MissingMethodException: No parameterless constructor defined for type 'Test.User'. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions) at FreeSql.Internal.Utils.GetTableByEntity(Type entity, CommonUtils common) ``` 出处: https://github.com/dotnetcore/FreeSql/blob/master/FreeSql/Internal/UtilsExpressionTree.cs#L22 修改:将 `Activator.CreateInstance(entity)` 改为 `Activator.CreateInstance(entity, true)`

`MessagePipe.Interprocess` can support AOT? AOT compile not support `[MessagePackFormatter(typeof(Formatter))]` that the code form [repo:MessageBuilder.cs#L188-L225](https://github.com/Cysharp/MessagePipe/blob/master/src/MessagePipe.Interprocess/MessageBuilder.cs#L188-L225).