Davis Goodin

Results 29 comments of Davis Goodin

I got in contact with the Msft Linux Repo Admins, who have fixed the issue in the Debian 9 feed: https://github.com/dotnet/core/issues/3598#issuecomment-541172711.

I just tried this out on 33c1fa4de80e23db2b9c41f3826cffa1b69bb60e (VS 16.4.4, ReSharper 2019.3.1). Same results as above, but I tried adding a breakpoint to this method that logs what the prev/next modes...

> Further investigation leads me to believe that the cause of this is an OOM condition. Limiting memory use appears to fix this issue. How did you limit memory use?...

> why was `gnupg2-2.3.3-3.cm2` package built without `dirmngr` support, just like the `gnupg2-2.2.20-3.cm1` ? Aha, I didn't realize this is what happened. I don't have any answers, I'm not a...

Maybe @rainersigwald can help? Something that stands out is the old link here: > the [instructions](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.100-preview3-linux-arm64-binaries)(https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.100-preview3-linux-arm64-binaries). 3.1.100-preview3 is pretty old, it might be worth trying 3.1.402 or 3.1.108 from https://dotnet.microsoft.com/download/dotnet-core/3.1.

I came to the repo today to file something like this. 😄 Would love to see this feature to help point people in the general direction of where to find...

I checked an apphost tar.gz output from a dotnet/runtime daily build and the problem isn't there in the original artifact. (Except for `libnethost.dylib`.) `dotnet-apphost-pack-6.0.0-alpha.1.21056.6-osx-arm64.tar.gz`: ![image](https://user-images.githubusercontent.com/12819531/103828185-298a7180-5040-11eb-97f7-25f679bee0e4.png) vs. `dotnet-sdk-6.0.100-alpha.1.21056.8-osx-arm64.tar.gz` from dotnet/installer readme:...

Oh... right. 😄 Well, the nupkgs (`Microsoft.NETCore.App.Host.osx-arm64`) don't persist permission bits and NuGet restore extracts them as 744, which matches. I guess the SDK layout uses the `nupkg`s, not the...

This hasn't changed. Here's a fresh screenshot of `dotnet-sdk-6.0.100-osx-arm64.tar.gz` `packs\Microsoft.NETCore.App.Host.osx-arm64\6.0.0\runtimes\osx-arm64\native\`: ![image](https://user-images.githubusercontent.com/12819531/139163553-f5231a9f-bfd7-42a6-879d-f13c4d7fd07f.png)

@danmoseley, @terrajobst and I had an email thread ~2022/4/24 about how to improve this--there are another few alternatives that would maybe let .NET still use dotnet/announcements. One is adding a...