Huo Yaoyuan

Results 14 issues of Huo Yaoyuan

### Environment aria2 1.35.0 Windows 10.0.18363 ### Symptom I'm doing RPC interop with .NET . The way I'm constructing the http body from the desearialized object can cause different result...

- [x] Requires https://github.com/ppy/osuTK/pull/75 - [ ] Requires https://github.com/ppy/osu-framework/pull/5080 - [x] Blocked by https://github.com/dotnet/runtime/issues/67140 ### Development requirement Run `dotnet workload install` android to install the necessary SDK components (may require...

area:tooling
platform:android
size/XL

Not bothering the thin value type wrappers (`BindableInt` etc). The `Value` and `DefaultValue` property is annotated the same as type parameter, allowing both `Bindable` and `Bindable`. #### Risks The default...

type:code-quality
size/L

- [x] Requires https://github.com/ppy/osuTK/pull/75 ### Development requirement Run `dotnet workload install android` to install the necessary SDK components (may require `sudo`). Can be changed to `dotnet workload restore` once there's...

blocked
area:tooling
platform:android
size/L

## Describe the bug `ListDetailsView` causes hard crash in normal usage. - [x] Is this bug a regression in the toolkit? If so, what toolkit version did you last see...

bug :bug:
controls :control_knobs:
WinUI :diamond_shape_with_a_dot_inside:

### Describe the bug If a frame navigation is triggered by clicking a button in unselected item in GridView, it will throw with 'Child collection must not be modified during...

area-Navigation
needs-triage
team-Rendering
product-winui3
area-Pointer

Which does not support background with transparency(and corresponding keys in .vstheme). - ComboBox in Properties window. - Environment->ComboBox* - RuleSet designer.

theme

Closes #27292. Some part of code was took from #37928 and #64864. I haven't fully understood all the concepts indeed. Needs some JIT expert to explain them. Not implementing for...

area-System.Runtime.Intrinsics
new-api-needs-documentation

Closes #73583

area-System.Numerics
new-api-needs-documentation
community-contribution

**Version Used**: VS 17.0 RC 2 **Sample code**: ```csharp Func queryMethod; Console.Write("Choose DNS method: [T]CP / [U]DP / HTTP [G]ET / HTTP [P]OST: "); switch (Console.ReadLine()![0]) { case 'G' or...

Bug
help wanted
Area-IDE