Omair Majid
Omair Majid
Fedora 37 [reached EOL on 2023-12-05](https://docs.fedoraproject.org/en-US/releases/eol/)
Comparing [rollup](https://github.com/rollup/rollup/blob/f44dac3170a671b0978afa3af43818617904f544/native.js#L16-L21) with [System.Runtime.InteropServices.Architecture](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Architecture.cs), it looks like rollup doesn't support a number of .NET architectures, including loongarch, ppc64le, s390x and x86.
cc @uweigand @Vishwanatha-HD
I tried testing the VMR with this PR manually applied and was running into issues. Then I realized that one of the transitive dependency packages in `package.json`, even before this...
@mirespace, it would probably be better to make sure the VMR with the addition of the changes proposed by this PR works end to end.
> requires access to an internal Microsoft feed So, I commented out the registry and was able to pull all the nodejs deps needed. I will continue trying to test...
I just realized that `yarn` isn't available in some of the environments that we would want to build ASP.NET Core in, such as RHEL 8. `npm` seems to be available,...
> Not available at all or not available w/o a manual installation step in advance? Not available in the distro repositories. Which basically means not available at all. Manual installation...
> Might be worth a try in your environment then. So I did. It looks like I can download the dependencies? The `Yarn.MSBuild` nuget package includes a bundled copy of...
cc @alucryd @ettolrach @laktak