Report problem in vscode with not exists in visual studio 2022 (Ambiguity between...)
See original GitHub issueI have a bunch of erro in vscode with Ambiguity between class and methods. Like image bellow:
I created a branch in my repository to isolate that problem: https://github.com/liphvf/anisync/tree/isolete-omnisharp-problem Just build or run. That problem appears.
I don`t have any problem in visual studio 2022.
Vscode Version: 1.65.0. Dotnet Version: 6.0.200
For more help, my repository has a log in https://github.com/liphvf/anisync/blob/isolete-omnisharp-problem/omnisharpLog.txt and readme describe all information i have.
Thanks for all.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Showing error " is ambiguous" even though the code compiles.
However, the compiler has no issue compiling it. If it compiles, then it definitely should not produce an IntelliSense error - a warning...
Read more >c# - Ambiguity between X and X - Stack Overflow
It works perfectly fine, when I open the solution in Visual Studio 2022. So it appears to be a problem with VS Code....
Read more >Report a problem with the Visual Studio product or installer
In Visual Studio, select the feedback icon in the upper-right corner and select Report a Problem. You can also access the feedback tool...
Read more >Visual Code finds ambiguity when they aren't there
Here is the problem: Visual Code keeps reporting "Ambiguity between MYCLASS and MYCLASS". Basically identical classnames, but the problem is ...
Read more >Common .NET Software Errors and How to Fix Them - Stackify
This very common issue erodes the strict type checking provided by the C# compiler. The temptation to hide warnings in Visual Studio's “Error...
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
HI @JoeRobich ,
I am testing change StrawberryShake to 13.0.0-preview.9 and 13.0.0-preview.11. In this version, the application won`t build because ambiguous erros appears.
Same result in another machine.
BUT, after update dotnet SDK to version 6.0.201. All errors disappear. 😄
Thanks for all.
Resolved with this: https://github.com/ChilliCream/hotchocolate/issues/4823