vscode-csharp
vscode-csharp copied to clipboard
Not able to use Intellisense for dotnet core application
Environment data
dotnet --info output:
VS Code version:
C# Extension version:
OmniSharp log
Steps to reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
Additional context
Add any other context about the problem here.
@HimanshuNankani if your project is .net core or .net 5.0 or above, you need to install the .net 6.0 sdk for OmniSharp to work properly in v1.25 of the C# extension.