SilverFox

Results 47 issues of SilverFox

https://en.wikipedia.org/wiki/APNG

feature-request

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()...

Decompiler
C#
Enhancement

### 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...

blocked
type-bug
Area-EntityFramework

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 ```...

Bug
Area-IDE
IDE-IntelliSense

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 ![image](https://user-images.githubusercontent.com/1819074/171348527-407fc85a-e8ec-444b-9c31-bfd494bd5bb8.png) sarasa-mono-slab-sc-regular ![image](https://user-images.githubusercontent.com/1819074/171348656-964b3ffc-cd5c-431d-bd7a-c99485e131ea.png) 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...