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.

.NET Core 3 ARM64 SDK builds missing ASP.NET Core fx

See original GitHub issue

On ARM64:

ubuntu@pine64:~/test$ dotnet --version
3.0.100-alpha1-009456
ubuntu@pine64:~/test$ ls /usr/share/dotnet/shared/
Microsoft.NETCore.App

On AMD64:

C:\>dotnet --version
3.0.100-alpha1-009456

C:\>dir "\Program Files\dotnet\shared\Microsoft.AspNetCore.App"
 Volume in drive C is Windows
 Volume Serial Number is 384B-0B6E

 Directory of C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App

09/07/2018  11:25 AM    <DIR>          .
09/07/2018  11:25 AM    <DIR>          ..
05/25/2018  03:46 PM    <DIR>          2.1.0
04/25/2018  09:26 AM    <DIR>          2.1.0-rc1-30667
05/04/2018  02:47 PM    <DIR>          2.1.0-rc1-final
07/24/2018  10:49 AM    <DIR>          2.1.1
07/26/2018  12:48 PM    <DIR>          2.1.2
09/07/2018  11:25 AM    <DIR>          3.0.0-alpha1-10062
               0 File(s)              0 bytes
               8 Dir(s)  157,342,289,920 bytes free

I expect to see Microsoft.AspNetCore.App installed.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
natemcmastercommented, Nov 19, 2018

I would expect it to work for preview1. The latest builds of the SDK are bundling a version of aspnet that is weeks old. We finally got unblocked by the corefx team, and we are working on getting an updated build of aspnet this week.

0reactions
livarcocccommented, Nov 27, 2018

Seems to me like this line is the culprit: https://github.com/dotnet/core-sdk/blob/master/build/BundledRuntimes.props#L103. It checks only for linux-arm rid, which means we are missing linux-arm64 and win-arm.

@johnbeisner

Read more comments on GitHub >

github_iconTop Results From Across the Web

.NET Support for macOS 11 and Windows 11 for Arm64 ...
NET Arm64 SDK builds (and later) are half-supported on Windows Arm64: 5.0.403 ... The moment one installs dotnet 3 (x64) and dotnet 5...
Read more >
The .NET Core SDK cannot be located. . ...
Just simply close your VS Code app. It seems the error is produced because you are installing .NET Core SDK when your VS...
Read more >
Compiling .NET Core for Windows 10 ARM64
NET Core SDK, we're going to run the build command and exclude WinForms and WPF (not supported yet), along with the ASP.NET Core...
Read more >
Download .NET Core 3.1 (Linux, macOS, and Windows)
NET Core 3.1 downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of ......
Read more >
Installing .net core 3.1 on m1 ARM mac : r/dotnet
I'm trying to install .net core 3.1 on my arm mac but I'm not sure what I'm doing wrong. I've downloaded the x64...
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