Search Criteria
Package Details: dotnet-sdk-preview-bin 7.0.0.sdk100+rc.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotnet-core-preview-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-preview-bin |
Description: | The .NET Core SDK (preview, binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Licenses: | MIT |
Conflicts: | dotnet-sdk |
Provides: | dotnet-sdk, dotnet-sdk-7.0 |
Replaces: | dotnet-sdk-preview |
Submitter: | fmauNeko |
Maintainer: | fmauNeko |
Last Packager: | fmauNeko |
Votes: | 13 |
Popularity: | 0.018066 |
First Submitted: | 2021-10-14 12:24 (UTC) |
Last Updated: | 2022-10-13 15:04 (UTC) |
Dependencies (5)
- dotnet-runtime-preview-bin
- dotnet-targeting-pack-preview-bin
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-widevine, glibc-linux4, glibc-git)
- netstandard-targeting-pack-2.1 (netstandard-targeting-pack-bin, netstandard-targeting-pack)
- aspnet-targeting-pack-preview-bin (optional) – Build ASP.NET Core applications
Required by (112)
- aaru-git (requires dotnet-sdk) (make)
- alttpr-opentracker (requires dotnet-sdk) (make)
- alttpr-opentracker-git (requires dotnet-sdk) (make)
- am2rlauncher-git (requires dotnet-sdk) (make)
- archisteamfarm (requires dotnet-sdk-7.0) (make)
- asf (requires dotnet-sdk) (make)
- asf-git (requires dotnet-sdk) (make)
- asf-plugin-itemsmatcher (requires dotnet-sdk) (make)
- asf-plugin-steamtokendumper (requires dotnet-sdk) (make)
- avaloniailspy (requires dotnet-sdk) (make)
- bbdown-git (requires dotnet-sdk) (make)
- bililive-recorder (requires dotnet-sdk) (make)
- boinc-manager-web-git (requires dotnet-sdk) (make)
- cheat-asm-git (requires dotnet-sdk) (make)
- cubic-bot-telegram-git (requires dotnet-sdk) (make)
- demilis (requires dotnet-sdk) (make)
- denaro (requires dotnet-sdk) (make)
- denaro-git (requires dotnet-sdk) (make)
- depotdownloader-git (requires dotnet-sdk) (make)
- discimagechef-git (requires dotnet-sdk) (make)
- Show 92 more...
Sources (7)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/0afdf504-a1ed-4605-ab6b-7c7164d5364c/01c39281aa99d2663453546fd853fbb6/dotnet-sdk-7.0.100-rc.2.22477.23-linux-arm.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/8eb03851-3b65-4116-8d6a-f5665e88b90f/901ff01f63c7dd06c3550e0a0cd15587/dotnet-sdk-7.0.100-rc.2.22477.23-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/f5c74056-330b-452b-915e-d98fda75024e/18076ca3b89cd362162bbd0cbf9b2ca5/dotnet-sdk-7.0.100-rc.2.22477.23-linux-x64.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 »