Huo Yaoyuan
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...
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...
- [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...
## 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...
### 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...
Which does not support background with transparency(and corresponding keys in .vstheme). - ComboBox in Properties window. - Environment->ComboBox* - RuleSet designer.
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...
Closes #73583
**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...