Search Criteria
Package Details: dotnet-host-preview-bin 9.0.0.sdk100-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: | A generic driver for the .NET Core Command Line Interface (preview, binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Licenses: | MIT |
Conflicts: | dotnet-host |
Provides: | dotnet-host |
Replaces: | dotnet-host-preview |
Submitter: | fmauNeko |
Maintainer: | Windows10CE |
Last Packager: | Windows10CE |
Votes: | 17 |
Popularity: | 0.022322 |
First Submitted: | 2023-02-28 14:05 (UTC) |
Last Updated: | 2024-11-13 00:18 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Required by (33)
- airisp-git (requires dotnet-host) (make)
- am2rlauncher (requires dotnet-host)
- am2rlauncher-git (requires dotnet-host)
- bbprog-git (requires dotnet-host) (make)
- ckan (requires dotnet-host) (make)
- cpp2il-dev-git (requires dotnet-host) (make)
- cpp2il-git (requires dotnet-host) (make)
- discordrichpresencepresets-git (requires dotnet-host)
- dotnet-runtime-2.1 (requires dotnet-host)
- dotnet-runtime-2.2 (requires dotnet-host)
- dotnet-runtime-3.0 (requires dotnet-host)
- dotnet-runtime-3.1-bin (requires dotnet-host)
- dotnet-runtime-5.0-bin (requires dotnet-host)
- dotnet-runtime-6.0-bin (requires dotnet-host)
- dotnet-runtime-7.0-bin (requires dotnet-host)
- dotnet-runtime-8.0-bin (requires dotnet-host)
- dotnet-runtime-bin (requires dotnet-host)
- dotnet-runtime-preview-bin (requires dotnet-host)
- dug-git (requires dotnet-host) (make)
- fsharp-language-server (requires dotnet-host)
- Show 13 more...
Sources (7)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/308f16a9-2ecf-4a42-b8bb-c1233de985fd/be6e87045ab21935bd8bb98ce69026c4/dotnet-sdk-9.0.100-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/526d93c5-bae2-4cfc-a9cf-b2d28d7b5c98/17c926df21958999f74992973837d261/dotnet-sdk-9.0.100-linux-arm.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/6f79d99b-dc38-4c44-a549-32329419bb9f/a411ec38fb374e3a4676647b236ba021/dotnet-sdk-9.0.100-linux-arm64.tar.gz
- register-completions.bash
- register-completions.fish
- register-completions.zsh
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
fmauNeko commented on 2019-10-02 20:08 (UTC)
@Gr3q done!
Gr3q commented on 2019-10-02 16:41 (UTC) (edited on 2019-10-02 16:42 (UTC) by Gr3q)
Please support the the armv7h and aarch64 architecture as well, please.
Sources are available at the same place you are pulling from the x86_64 architecture.
source_armv7h=( 'https://download.visualstudio.microsoft.com/download/pr/29f1b10f-758f-44fb-b14c-49833e5379aa/c259e43ccc84a77fdf4ab5feea6774b3/dotnet-sdk-3.0.100-rc1-014190-linux-arm.tar.gz' 'dotnet.sh' )
source_aarm64=( 'https://download.visualstudio.microsoft.com/download/pr/19cc5d2e-6794-401a-8b57-29a96cbf21b5/f1de24385a2b5a8fcbebab3af9ec07c4/dotnet-sdk-3.0.100-rc1-014190-linux-arm64.tar.gz' 'dotnet.sh' )
fmauNeko commented on 2019-09-30 19:11 (UTC)
Please stop marking this package as out of date. It says preview in the package name, so I won't update it to a stable release.
The next update that will be published will be the next preview release.
Alucryd is working on the source-built update for the [community] package at https://github.com/dotnet/source-build/issues/1242.
<deleted-account> commented on 2019-09-27 17:36 (UTC)
@manuel31: there is already a package in
[community]
repo for stable version which would be updated soon to latest version.manuel31 commented on 2019-09-27 15:04 (UTC)
Could you please update to 3.0.100 stable? Or create another package (without the preview)?
fmauNeko commented on 2019-09-05 17:04 (UTC) (edited on 2019-09-05 17:04 (UTC) by fmauNeko)
Updated to preview 9!
@LiteracyFanatic: fixed it too
LiteracyFanatic commented on 2019-09-03 05:14 (UTC)
Could you please change $@ to "$@" in dotnet.sh? This fixes a word splitting issue for the dotnet run subcommand. This change is already implemented in the dotnet-host package. See https://bugs.archlinux.org/task/61427 and https://github.com/dotnet/cli/issues/4139.
DotVoid commented on 2019-08-16 13:09 (UTC)
@fmauNeko It worked after removing the folder. Thank you!
fmauNeko commented on 2019-08-16 08:06 (UTC)
@DotVoid this should be fixed, the folder has been moved in this preview and I haven't noticed it. You might have to remove the
$HOME/.templateengine/dotnetcli/v3.0.100-preview8-013656
folder for the templates to appear again.DotVoid commented on 2019-08-15 16:54 (UTC) (edited on 2019-08-15 16:59 (UTC) by DotVoid)
Hello, I just posted an issue on the dotnet core github specifying that the templates from the dotnet new command do not exist after updating. They looked and asked if the /templates folder was in the installation location (which it is not) and stated that the package I have installed (dotnet-sdk-preview) doesn't have the /templates folder as part of the sdk like it should.
This url might be beneficial (Very bottom of page): https://github.com/dotnet/docs/pull/13196
« First ‹ Previous 1 2 3 4 Next › Last »