Guogang Jiang

Results 3 issues of Guogang Jiang

Visual Studio 2022 shows this warning: ![image](https://github.com/egonl/SharpDocx/assets/6103026/ee6775e2-600d-462b-a4aa-2cb94806db6a) I traced the dependency chain and found that the problematic package System.Text.RegularExpressions 4.3.0 is indirectly referenced from SharpDocx. Its dependency chain is as...

Type: Bug Simply run a C# project and output some characters, the Chinese characters are displayed as question marks. Extension version: 1.25.0 VS Code version: Cursor 0.2.7 (f9c29d73ab9f4d88cff4de986247553b5d60e71e, 2023-04-20T01:51:46.916Z) OS...

For some reasons, we cannot access redoc.standalone.js from its default URL. `https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js` ![image](https://user-images.githubusercontent.com/6103026/170305886-172f52e0-8759-4cc9-a063-2d05d8794111.png) And I found that URL is hard-coded in the `NSwag.AspNetCore.ReDoc.index.html` resource. I really hope that could make...