-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译环境求助 #92
Comments
这玩意过于古老了,依赖net core3.1,目前没有更新的原因就是换电脑环境没了😔
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Su Taowen ***@***.***>
Sent: Monday, October 14, 2024 2:32:38 PM
To: ZHANGTIANYAO1/TS3AudioBot-NetEaseCloudmusic-plugin ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [ZHANGTIANYAO1/TS3AudioBot-NetEaseCloudmusic-plugin] 编译环境求助 (Issue #92)
- External Email -
想问下具体的编译环境,自己尝试加一些新功能打包编译但是一直报错,用的dotnet 8.0.110 在linux上编译,一直提示“以下方法或属性之间的调用具有二义性“,但是实际去查找声明只有一处,求答疑了
—
Reply to this email directly, view it on GitHub<#92>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVDLRMI2ZDOKT2N47L5WMXTZ3NQQNAVCNFSM6AAAAABP4I3CICVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DIOJSG43TOMI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
了解了,感恩作者,这个插件给我们车队提供好多快乐,祝好人一胎八个 |
稍等,我又尝试了一下dotnet 3.1,但是提供了基本相同的报错,对于一些函数仍然报错类似下面这种 TS3AudioBot/MainCommands.cs(1627,49): error CS0121: The call is ambiguous between the following methods or properties: 'TS3AudioBot.CommandSystem.Text.TextModHelper.Mod(string)' and 'TS3AudioBot.CommandSystem.Text.TextModHelper.Mod(string)' 与”以下方法或属性之间的调用具有二义性“似乎是一个意思,并且报错的函数也基本相同,想问问作者有遇到过类似问题吗 |
ts3audiobot是从github源码的master分支clone的吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
想问下具体的编译环境,自己尝试加一些新功能打包编译但是一直报错,用的dotnet 8.0.110 在linux上编译,一直提示“以下方法或属性之间的调用具有二义性“,但是实际去查找声明只有一处,求答疑了
The text was updated successfully, but these errors were encountered: