Weihan Li
Weihan Li
### 🧐 问题描述 | Proposed Solution 在使用自己部署的一个 openai proxy 出现 `UNABLE_TO_VERIFY_LEAF_SIGNATURE` 错误 ``` { "endpoint": "", "error": { "cause": { "code": "UNABLE_TO_VERIFY_LEAF_SIGNATURE" } } } ``` ### 📝 补充信息 |...
[dotnet-exec](https://github.com/WeihanLi/dotnet-exec) A command-line tool for executing C# program without a project file, and you can have your custom entry point other than the `Main` method
port https://github.com/dotnet/sdk/pull/34044 **Reasons for making this change:** `.idea` is the config folder for JetBrains Rider, think it likes `.vs` can be ignored, see https://github.com/github/gitignore/blob/main/community/DotNet/core.gitignore for details **Links to documentation supporting...
Could we create a gif from a video?
try to support .NET 8 contributes to #491
sample project: https://github.com/WeihanLi/SamplesInPractice/blob/af540bcc3c76cdd2276fe1002238f149d0e8dd56/CoyoteSample/ ``` Unable to load one or more of the requested types. Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Invalid pointer (0x80004003 (E_POINTER)) Could not...
服务器已经有 nginx 了,可以不配置 ssl 吗,ssl 在 nginx 统一配置了,有没有部署文档?
use `SettingsUtility.GetEnabledSources`
Is this project still alive? seemed not in active development?
I had defined the `Version` prop in the `Directory.Build.targets` file in the project root folder, but it seemed it's not found ``` xml $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix) ``` https://github.com/WeihanLi/dotnet-exec/blob/4a918d632944c4093fc688e26ad802497c78e6ee/Directory.Build.targets 