wf-soft
wf-soft
I am using AOT compilation in AvaloniaUI 11, and even if I set the DLL path, I still receive this prompt  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
``` 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/*" ], }, ], ``` 
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  ``` 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 ```