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.

Builds fail on Fedora Linux due to NETCoreSdkRuntimeIdentifier & NETCoreSdkPortableRuntimeIdentifier values are wrong

See original GitHub issue

Every time new version of dotnet sdk is available I’ve to change the values of a file

$VERSION = 5.0.203
/usr/lib64/dotnet/sdk/$VERSION/Microsoft.NETCoreSdk.BundledVersions.props

Excepted

    <NETCoreSdkRuntimeIdentifier>linux-x64</NETCoreSdkRuntimeIdentifier>
    <NETCoreSdkPortableRuntimeIdentifier>linux-x64</NETCoreSdkPortableRuntimeIdentifier>

Actual

    <NETCoreSdkRuntimeIdentifier>fedora.34-x64</NETCoreSdkRuntimeIdentifier>
    <NETCoreSdkPortableRuntimeIdentifier>fedora.34-x64</NETCoreSdkPortableRuntimeIdentifier>

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
YusufMavzercommented, May 25, 2021

Maybe try it with this repo https://github.com/Informatievlaanderen/api

it uses Paket something build on top of nuget https://fsprojects.github.io/Paket/index.html

The IDE i’m using is Jetbrains Rider but I tried with CLI and it’s the same

image

0reactions
omajidcommented, May 26, 2021
"clr": {
   "version": "5.0.2"
}

afaik nothing reads this.

The build pipeline used by this application reads it, but you are right that it’s not anything standardized/used by .NET.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot .NET package mix ups on Linux
Learn about how to troubleshoot strange .NET package errors on Linux. These errors may occur when you run the dotnet command.
Read more >
I've got this error message from strip: [.gnu.build.attributes]
This is a binutils bug that was recently introduced into Fedora 31: strip:testprog[.gnu.build.attributes]: corrupt GNU build attribute note: ...
Read more >
Untitled
In source-build this is actually the non-portable RID, because the SDK is built ... in COM Builds fail on Fedora Linux due to...
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