wf-soft

Results 22 issues of wf-soft

I am using AOT compilation in AvaloniaUI 11, and even if I set the DLL path, I still receive this prompt ![image](https://github.com/squid-box/SevenZipSharp/assets/62228539/27aa06f9-67b2-4a88-b26a-0d1bf064a843) I created a new console program and compiled...

When this nuget package is published independently in .Net5, WPF and other applications, the application will not run public partial class App : Application { protected override void OnStartup(StartupEventArgs e)...

How to turn off auto run unit tests? For example, I need to do some IO operations. I don't need to run the tests automatically, and I still run them...

For example, when I click the button to run JS, I find that what I get from the document content is not the final document content, it is a document...

@redplane HttpFile can be parsed, but Listcannot be parsed. The value is always null

question
example request

``` content_scripts: [ { css:["../node_modules/element-plus/dist/index.css"], js: ["src/entries/contentScript/primary/main.ts"], matches: [ "https://mp.weixin.qq.com/*", "https://mmbiz.qpic.cn/*" ], }, ], ``` ![image](https://user-images.githubusercontent.com/62228539/236368469-9a322039-ca83-4100-a73f-2db80ad4e03f.png)

1. The generated string has multiple URL encodings (%3D->%253D) 2. The Headers value after production exists ";" Number, etc., causing inconsistency in the original User Agent In some application scenarios,...

This request will continue to loop during startup and cannot enter the main interface ![image](https://github.com/user-attachments/assets/f67a1c73-a7e8-4c26-b6cc-5588b14d9b1a) ``` 2024-09-19T12:03:26.5863760+08:00 [WRN] (PID: 12988|OmniSharp.Roslyn.CSharp.Services.InlayHints.InlayHintService) Inlay hints requested for document not in workspace Location {...

**Describe the solution you'd like** Add the option 'DisableDefaultChecksumValidation' ``` vpk upload s3 --bucket apps --endpoint http://url --keyId key --secret secret --disableValidation true ```

enhancement