Issues with OmniSharp and language servers.
I have 4 cs proj files for different layers but I am getting issues with the languageservers, I have tried to select a project and restart langauge servers.
4 Replies
what editor? why omnisharp? what does your file structure look like? what is the error?
Vscode,
(Alternatives to OmniSharp?) ,
Filestructure: Core,Infrastructure, Web, ( All of them got their own csproj for seperation).
1 of the error lines: [Warn - 14:34:10] [LanguageServerHost] Ignoring diagnostics request for untracked document: file:///Users/./Desktop/EksamensProsjekt/DAT240-EksamensProsjekt/src/Core/User/Domain/Entities/User.cs Can send the entire stacktrace as well
1 of the error lines: [Warn - 14:34:10] [LanguageServerHost] Ignoring diagnostics request for untracked document: file:///Users/./Desktop/EksamensProsjekt/DAT240-EksamensProsjekt/src/Core/User/Domain/Entities/User.cs Can send the entire stacktrace as well
in vscode you're supposed to use the C# and C# DevKit extensions
you need a solution present containing the projects you want diagnostics for
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View