SilverFox
SilverFox
It can be tested with string in netcoreapp3.0+ or an custom reference type with `GetPinnableReference` ```cs public unsafe void M(void* p) { } //for netcoreapp3.0+ only public unsafe void TestString()...
### Steps to reproduce Ideally include a complete code listing that we can run to reproduce the issue. Alternatively, you can provide a project/solution that we can run. ```cs public...
reconnect will set `disconnecting` and `disconnected` to `false`, but it will call end later and reset them to true, even event `connect` is already fired. And this make later `_checkDisconnecting()`...
**Version Used**: VS2022 17.1.0 preview1.1 **Steps to Reproduce**: 1. Create an new console app, and change it to multi target frameworks with `net6.0;net472` ```xml Exe net6.0;net472 enable enable latest ```...
EPPlus 4.5.3+ [update Microsoft.Extensions.Configuration to 2.2.0](https://github.com/JanKallman/EPPlus/commit/05ce119729d6ed75e4e4c3e32b372e6077f6d381#diff-0dbcdb4e269b24980ffdfd6277a7c97dR270), which blocking use it in aspnetcore2.1 apps. Microsoft.AspNetCore.App 2.1 is current LTS version, which depend on `Microsoft.Extensions.Configuration.Json (>= 2.1.1 && < 2.2.0)`, and unable...
test with `sarasa-gothic-ttf-0.36.4`, for some unknown reason, it works well in ttc version, and not happen in font preview in win10. `《书名号》` sarasa-mono-sc-regular  sarasa-mono-slab-sc-regular  And it works well...
Seems it's not an problem in 6.x For the below code, `AndEvery` is still running after it's parent is disabled, and no way to disable it manually since `Schedule.Parent` and...
1. Run `TestApp` from this repo(a54b7d5d3797b021ade9575019113a73deea6933); 2. Drag and drop the right tabs(`Tool Window 1`+`2`) to the same float window; 3. Right click and hide `Tool Window 1`; 4. Drag...