Search Criteria
Package Details: dotnet-runtime-preview-bin 8.0.0.sdk100+preview.4-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 .NET Core runtime (preview, binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Licenses: | MIT |
Conflicts: | dotnet-runtime |
Provides: | dotnet-runtime, dotnet-runtime-8.0 |
Replaces: | dotnet-runtime-preview |
Submitter: | fmauNeko |
Maintainer: | fmauNeko |
Last Packager: | fmauNeko |
Votes: | 13 |
Popularity: | 0.001720 |
First Submitted: | 2023-02-28 14:05 (UTC) |
Last Updated: | 2023-05-25 08:18 (UTC) |
Dependencies (10)
- dotnet-host (dotnet-host-bin, dotnet-host-preview-bin)
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-linux4, glibc-git, glibc-widevine)
- icu (icu-git-static, icu-git)
- krb5 (krb5-git, krb5-minimal-git)
- libcurl.so (curl-minimal-git, curl-git, curl-quiche-git, curl-http3-ngtcp2, curl, lib32-curl)
- libunwind (libunwind-git, libunwind-carbon)
- openssl (openssl-static, quictls-openssl, openssl-git, openssl-hardened)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- lttng-ust (lttng-ust-git) (optional) – CoreCLR tracing
- msquic (msquic-prerelease, msquic-prerelease-git, msquic-git, msquic-release-git, nanomq-msquic-git, nanomq-full-git) (optional) – HTTP/3 support with System.Net.Quic
Required by (67)
- am2rlauncher (requires dotnet-runtime)
- am2rlauncher-git (requires dotnet-runtime)
- application-inspector-bin (requires dotnet-runtime)
- appveyor-server (requires dotnet-runtime)
- archisteamfarm-bin (requires dotnet-runtime)
- aspnet-runtime-preview-bin
- avaloniailspy (requires dotnet-runtime)
- azure-functions-core-tools-bin (requires dotnet-runtime) (optional)
- beditor-bin (requires dotnet-runtime)
- bicep (requires dotnet-runtime)
- chaskis (requires dotnet-runtime)
- cheat-asm-git (requires dotnet-runtime)
- cito-git (requires dotnet-runtime)
- dafny-bin (requires dotnet-runtime)
- denaro (requires dotnet-runtime)
- denaro-git (requires dotnet-runtime)
- devskim-cli-bin (requires dotnet-runtime)
- discord-chat-exporter-cli (requires dotnet-runtime)
- discordrichpresencepresets-git (requires dotnet-runtime)
- dotnet-sdk-preview-bin
- Show 47 more...
Sources (7)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/9de5d7d8-6062-4a61-b8bf-b1b61dd4b768/f23a336abc7548309acf01314ddc8904/dotnet-sdk-8.0.100-preview.4.23260.5-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/ae0534ab-1c49-4055-ba2a-b8159c4f94d2/3a5945c949d2eb141f8ce52096fca13c/dotnet-sdk-8.0.100-preview.4.23260.5-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/dd751a26-8daf-464b-9757-f65e1f99965e/5d8deaee6d4fb201dde914f9eab9e2e1/dotnet-sdk-8.0.100-preview.4.23260.5-linux-arm.tar.gz
- register-completions.bash
- register-completions.fish
- register-completions.zsh
Latest Comments
1 2 3 4 Next › Last »
ShalokShalom commented on 2022-10-26 16:10 (UTC)
This is not called "Core" anymore. New name is (since .NET 5) just .NET.
fmauNeko commented on 2022-08-12 08:53 (UTC)
@PowaBanga It should be fixed with the -2 package. Sorry for that.
PowaBanga commented on 2022-08-12 08:44 (UTC)
something is wrong in all dotnet--preview-bin PKGBUILD. I added them in my custom repository, and to every
pacman -Syu
, it ask to to replace all dotnet--preview-bin by exactly the same package.fmauNeko commented on 2021-10-14 12:27 (UTC)
@FabioLolix: The package has been renamed, a merge request is pending in order to merge this package in the new one.
FabioLolix commented on 2021-10-12 16:41 (UTC)
Hello Florian, at the moment this is a -bin pkgbuild; not one build from source, you can both correct this and upload a dotnet-sdk-preview-bin
fmauNeko commented on 2021-05-27 09:51 (UTC) (edited on 2021-05-27 09:51 (UTC) by fmauNeko)
@morealaz I just added completion files for bash, fish and zsh.
@fisch02 That should be fixed too.
fisch02 commented on 2021-05-22 11:45 (UTC) (edited on 2021-05-22 12:16 (UTC) by fisch02)
Package will not build on non-x86_64 platforms, because line 113 "cp -dr --no-preserve='ownership' packs/Microsoft.NETCore.App.{Host.linux-x64,Ref} "${pkgdir}"/usr/share/dotnet/packs/" is specific to x86_64. Package will build, on my RPi4 (aarch64) when "x64" is changed to "arm64". dotnet-core-bin does the following: if [ $CARCH = 'x86_64' ]; then msarch=x64; elif [ $CARCH = 'armv7h' ]; then msarch=arm; elif [ $CARCH = 'aarch64' ]; then msarch=arm64; fi and then replaces x64 with ${msarch}
morealaz commented on 2021-05-10 11:37 (UTC)
@fmauNeko: Could you please add https://github.com/dotnet/sdk/raw/main/scripts/register-completions.bash as /usr/share/bash-completion/completions/dotnet for bash completion to dotnet-host package? thanks
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?
1 2 3 4 Next › Last »