question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OmniSharp 1.21.1 and VS Code 1.38.0 causing issues with "Object is defined in an assembly that is not referenced. You must add a reference to asembly 'netstandard, Version=2.0.0.0...'

See original GitHub issue

Environment data

dotnet --info output: VS Code version: 1.38.0 C# Extension version: 1.21.1

Steps to reproduce

Opening up a project with C# ASP.NET files in it causes errors pretty much all over, even as simple as trying to inherit from Controller in an ASP.NET controller.

Expected behavior

None of these errors should be happening. Prior to updating VS Code to 1.38.0 none of these were happening. Whatever changes were made in this update seem to have broken the C# extension.

Actual behavior

219 Problems listed with pretty much anything relying on netstandard library not working and showing up as an error.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
filipwcommented, Nov 22, 2019

.NET Core 3.0 support for CSX has been added to OmniSharp

0reactions
onionhammercommented, Oct 5, 2019

@filipw thats why I’m posting it here and not in dotnet-script repo.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found