copilot-chat-app can't build
See original GitHub issueDescribe the bug I refer to https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/copilot-chat-app/README.md this article, want to run copilot-chat-app, but can not successfully build project
/path/semantic-kernel/dotnet/src/SemanticKernel.Abstractions/Diagnostics/Verify.cs(20,90): error CS0103: 当前上下文中不存在名称“obj” [/path/semantic-kernel/dotnet/src/SemanticKernel.Abstractions/SemanticKernel.Abstractions.csproj]
/path/semantic-kernel/dotnet/src/SemanticKernel.Abstractions/Diagnostics/Verify.cs(29,102): error CS0103: 当前上下文中不存在名称“str” [/path/semantic-kernel/dotnet/src/SemanticKernel.Abstractions/SemanticKernel.Abstractions.csproj]
/path/semantic-kernel/dotnet/src/SemanticKernel.Abstractions/Diagnostics/Verify.cs(65,114): error CS0103: 当前上下文中不存在名称“text” [/path/semantic-kernel/dotnet/src/SemanticKernel.Abstractions/SemanticKernel.Abstractions.csproj]
To Reproduce
- cd
/path/semantic-kernel/samples/apps/copilot-chat-app/webapi
- run
dotnet build
Expected behavior build success
Desktop (please complete the following information):
- OS: mac 13.0 (22A380) apple m1
- dotnet sdk: 6.0.408
Issue Analytics
- State:
- Created 4 months ago
- Comments:15 (1 by maintainers)
Top Results From Across the Web
Accepted for GitHub Copilot Chat? How to Get Started and ...
Interactive Programming: The chat feature allows developers to interact with GitHub Copilot in a more conversational manner. You can ask it to ...
Read more >Step-by-Step: How to Setup Copilot Chat in VS Code
Setting up Copilot Chat in VS Code · Run VS Code and click on the extension icon. · Type Copilot in the search...
Read more >GitHub Copilot Chat
GitHub Copilot Chat is a companion extension to GitHub Copilot that houses preview Chat features. To learn more about GitHub Copilot Chat, ...
Read more >GitHub Copilot Chat beta now available for every ...
GitHub Copilot Chat isn't just a chat window. It's contextually aware of the code a developer has typed or what error messages are...
Read more >GitHub Copilot Chat for Visual Studio 2022 : r/dotnet
I'm a big fan of IntelliCode, and it works very well. I've previously tried the Copilot extension, and it took so long to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lone1y-51 , thanks for bringing this up. We are looking into it.
Fix: https://github.com/microsoft/semantic-kernel/pull/901