Package Details: dotnet-runtime-preview-bin 9.0.0.sdk100+preview.3-1

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-9.0
Replaces: dotnet-runtime-preview
Submitter: fmauNeko
Maintainer: Windows10CE
Last Packager: Windows10CE
Votes: 16
Popularity: 0.088032
First Submitted: 2023-02-28 14:05 (UTC)
Last Updated: 2024-04-14 23:56 (UTC)

Dependencies (10)

Required by (88)

Sources (7)

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