Search Criteria
Package Details: aspnet-runtime-preview-bin 9.0.0.sdk100+rc.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotnet-preview-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-preview-bin |
Description: | The ASP.NET Core runtime (preview, binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Licenses: | MIT |
Conflicts: | aspnet-runtime |
Provides: | aspnet-runtime, aspnet-runtime-9.0 |
Replaces: | aspnet-runtime-preview |
Submitter: | fmauNeko |
Maintainer: | Windows10CE |
Last Packager: | Windows10CE |
Votes: | 17 |
Popularity: | 0.026273 |
First Submitted: | 2023-02-28 14:05 (UTC) |
Last Updated: | 2024-10-09 04:42 (UTC) |
Dependencies (1)
Required by (31)
- asf (requires aspnet-runtime)
- asf (requires aspnet-runtime) (make)
- asf-git (requires aspnet-runtime)
- asf-plugin-itemsmatcher (requires aspnet-runtime) (make)
- asf-plugin-mobileauthenticator (requires aspnet-runtime) (make)
- asf-plugin-monitoring (requires aspnet-runtime) (make)
- asf-plugin-periodicgc (requires aspnet-runtime) (make)
- asf-plugin-signinwithsteam (requires aspnet-runtime) (make)
- asf-plugin-steamtokendumper (requires aspnet-runtime) (make)
- bilibilitoolpro-git (requires aspnet-runtime)
- bililive-recorder (requires aspnet-runtime)
- boinc-manager-web-git (requires aspnet-runtime)
- btcpayserver (requires aspnet-runtime)
- discord-chat-exporter-cli (requires aspnet-runtime) (make)
- emby-server-beta (requires aspnet-runtime)
- iceshrimp.net (requires aspnet-runtime)
- iceshrimp.net-bin (requires aspnet-runtime)
- iceshrimp.net-git (requires aspnet-runtime)
- Show 13 more...
Sources (7)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/202e929a-e985-4eab-a78a-d7159fc204e4/0c85219d441cd3bbffd4fb65b7e36fe5/dotnet-sdk-9.0.100-rc.2.24474.11-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/817f5589-0347-4254-b19a-67c30d9ce4f8/3dfe6b98927c4003fc004a1a32132a76/dotnet-sdk-9.0.100-rc.2.24474.11-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/ba992713-4a38-4b45-9c24-8222f2ba01d7/e8746f2e70e0f06e3d9282c6d43bce65/dotnet-sdk-9.0.100-rc.2.24474.11-linux-arm.tar.gz
- register-completions.bash
- register-completions.fish
- register-completions.zsh
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
xhyinne commented on 2020-10-29 21:09 (UTC)
Interesting, because when I try to build and run a dotnet project (targeting net5.0) with this package it complains about no matching runtime being found; when I use the non-preview dotnet package (project targeting netcoreapp3.1) it works fine as expected. Any idea why?
fmauNeko commented on 2020-10-29 08:31 (UTC)
Your issue cannot come from that, because the binaries are prebuilt, and those version numbers (which are correct, build numbers are almost always mismatched between SDK and Runtime, and I've even seen a mismatched Runtime and Host version once).
You can check the version numbers at https://dotnet.microsoft.com/download/dotnet/5.0 .
Plus, those fields are only used for packaging purpose, and are used in patch names in the binary distribution from Microsoft, so if I change them, you'll get empty packages.
xhyinne commented on 2020-10-29 02:04 (UTC)
It looks like the runtime and sdk versions are mismatched:
pkgver=5.0.0+100+rc.2.20479.15 _hostver=5.0.0-rc.2.20475.5 _runtimever=5.0.0-rc.2.20475.5 _sdkver=5.0.100-rc.2.20479.15
This causes the SDK to register as
5.0.0+100+rc.2.20479.15
, and the runtime as5.0.0-rc.2.20475.5
, despite using5.0.100-rc.2.20479.15
for all the source packages. When trying to run an application,dotnet
complains about not being able to find a matching runtime, and I traced it down to this mismatch. Could you update the hostver and runtimever to match the pkgver and sdkver, which is also the same as the version in the sources?fmauNeko commented on 2020-09-23 08:37 (UTC) (edited on 2020-09-23 08:37 (UTC) by fmauNeko)
@ofrades that's a community repo package (https://www.archlinux.org/packages/community/x86_64/netstandard-targeting-pack/).
3.1.8 has been released 10 days ago, sync your repos and retry ;)
ofrades commented on 2020-09-23 08:17 (UTC)
Getting errors retrieving files from mirrors:
:: Retrieving packages... error: failed retrieving file 'netstandard-targeting-pack-3.1.7.sdk107-1-x86_64.pkg.tar.zst' from . . .
fmauNeko commented on 2020-06-22 11:45 (UTC)
@LiteracyFanatic I already had it fixed, but forgot to push. It's solved with the -3 version! Thanks :)
LiteracyFanatic commented on 2020-06-22 11:16 (UTC)
The package fails to install with the following error message:
It seems to be caused by a minor typo which is resolved by this patch.
The most recent commit message says that the change was intended to allow a side-by-side installation with the 3.1 SDK. That's definitely a good thing, but does this package really need to depend on the the 3.1 SDK? Isn't changing from
/opt/
to/usr/share/
enough to make a side-by-side installation withdotnet-sdk
work?twainilicious commented on 2020-06-06 08:47 (UTC)
Could you please update this to .NET 5 Preview 4? Thanks a bunch!
selplacei commented on 2019-12-08 07:34 (UTC)
This should be marked as conflicting with community/dotnet-sdk-bin. Easier to answer yes to yay's request to remove it instead of deleting it manually after installation fails.
ShalokShalom commented on 2019-11-14 20:50 (UTC)
I report that the search function of AUR seems to miss this package.
Tested with the current versions of both Firefox and Falkon.
The URL/page itself is obviously working.
« First ‹ Previous 1 2 3 4 Next › Last »