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.

Add RID ubuntu.16.04-x64 support

See original GitHub issue

Steps to reproduce

Runing build.sh in ubuntu.16.04-x64:

root@ubuntu-1604-01:~/vcs/git/dotnet/cli# ./build.sh

Actual behavior

Many errors ‘there is no run-time assembly compatible with ubuntu.16.04-x64’, e.g.

error: Microsoft.Win32.Primitives 4.0.1-rc2-24018 provides a compile-time reference assembly for Microsoft.Win32.Primitives on .NETStandardApp,Version=v1.5, but there is no run-time assembly compatible with ubuntu.16.04-x64.

error: System.AppContext 4.1.0-rc2-24018 provides a compile-time reference assembly for System.AppContext on .NETStandardApp,Version=v1.5, but there is no run -time assembly compatible with ubuntu.16.04-x64.

error: System.Collections 4.0.11-rc2-24018 provides a compile-time reference assembly for System.Collections on .NETStandardApp,Version=v1.5, but there is no run-time assembly compatible with ubuntu.16.04-x64.

error: System.Console 4.0.0-rc2-24018 provides a compile-time reference assembly for System.Console on .NETStandardApp,Version=v1.5, but there is no run-time assembly compatible with ubuntu.16.04-x64.

Environment data

dotnet --info output:

root@ubuntu-1604-01:~/vcs/git/dotnet/cli/.dotnet_stage0/Linux# ./dotnet --version 1.0.0-rc2-002439

root@ubuntu-1604-01:~/vcs/git/dotnet/cli/.dotnet_stage0/Linux# ./dotnet --info .NET Command Line Tools (1.0.0-rc2-002439)

Product Information: Version: 1.0.0-rc2-002439 Commit Sha: ef0c3b2cee

Runtime Environment: OS Name: ubuntu OS Version: 16.04 OS Platform: Linux RID: ubuntu.16.04-x64

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
songdongshengcommented, May 2, 2016

Yes, I’m also wondered why not just running with general distribution name (Linux-x64, linux-arm64, Windows-x64, etc) like Java?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install Ubuntu 16.04 desktop
This tutorial covers the installation of Ubuntu 16.04 LTS which released in 2016 and is now end-of-life. This means it is no longer...
Read more >
Install .NET SDK or .NET Runtime on Ubuntu 16.04
This article discusses how to install .NET on Ubuntu 16.04; Only .NET 6 is supported. Install the SDK (which includes the runtime) if...
Read more >
Ubuntu 16.04 LTS Is Now Available to Download
The Ubuntu 16.04 LTS release is now available to download. Ubuntu 16.04 LTS ('Xenial Xerus') is a long-term support release of Ubuntu.
Read more >
How can I switch a 32-bit installation to a 64-bit one?
The "--add-architecure" command is essential. Without it, the package system does not support packages from different architectures, ...
Read more >
How to compile .NET Core app for Linux on a Windows ...
Using dotnet build command, you may specify --runtime flag ... For a list of Runtime Identifiers (RIDs) you can use, see the RID...
Read more >

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