Package Details: rider-eap 1:243.21565.112-1

Git Clone URL: https://aur.archlinux.org/rider-eap.git (read-only, click to copy)
Package Base: rider-eap
Description: A cross-platform .NET IDE by JetBrains.
Upstream URL: https://www.jetbrains.com/rider/eap/
Keywords: C# core dotnet F# IDE JetBrains Mono net VB
Licenses: custom
Submitter: wenLiangcan
Maintainer: gromit
Last Packager: gromit
Votes: 38
Popularity: 0.016541
First Submitted: 2016-03-02 01:46 (UTC)
Last Updated: 2024-11-08 11:04 (UTC)

Dependencies (2)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

ignormies commented on 2020-07-10 14:52 (UTC)

Hi, I no longer use Rider for my daily needs. The package has fallen into a bit of disrepair, with the missing files that @coder2000 is encountering, and the issues mentioned here.

I'm going to disown this package so someone with the proper skills and motivation can give it the love it deserves.

Cebtenzzre commented on 2020-05-07 22:47 (UTC)

The staticlibs option is present in the rider AUR package, but missing in this one... adding it fixes the issues it was having with connecting to ReSharper.

coder2000 commented on 2020-04-02 19:41 (UTC)

The current build is broken. Some files are missing compared to the archive downloaded from the website.

Only in /home/coder2000/Downloads/JetBrains Rider-201.6487.145/lib/ReSharperHost/linux-x64/dotnet/shared/Microsoft.NETCore.App/3.1.2: System.IO.Compression.Native.a
Only in /home/coder2000/Downloads/JetBrains Rider-201.6487.145/lib/ReSharperHost/linux-x64/dotnet/shared/Microsoft.NETCore.App/3.1.2: System.Native.a
Only in /home/coder2000/Downloads/JetBrains Rider-201.6487.145/lib/ReSharperHost/linux-x64/dotnet/shared/Microsoft.NETCore.App/3.1.2: System.Net.Http.Native.a
Only in /home/coder2000/Downloads/JetBrains Rider-201.6487.145/lib/ReSharperHost/linux-x64/dotnet/shared/Microsoft.NETCore.App/3.1.2: System.Net.Security.Native.a
Only in /home/coder2000/Downloads/JetBrains Rider-201.6487.145/lib/ReSharperHost/linux-x64/dotnet/shared/Microsoft.NETCore.App/3.1.2: System.Security.Cryptography.Native.OpenSsl.a

ignormies commented on 2019-05-23 17:39 (UTC)

@ShayBox, 191.6733.985 is the standard Rider 2019.1.1 release, not an EAP

ignormies commented on 2019-05-20 19:33 (UTC)

There are currently no active EAP releases for Rider. Because it has been over 30 days since the last release, the EAP builds are expired and will not run. Until a new one is released, please use the standard rider package.

Please only mark this package as out-of-date once there is a new EAP from Jetbrains.

FADED commented on 2019-03-18 18:59 (UTC)

Rider 2019.1 EAP was released. Patch attached.

diff --git a/PKGBUILD b/PKGBUILD
index 8bb4e17..cd5b47d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 # Contributor: Dustin Falgout <dustin@falgout.us>
 # Contributor: Gifts <gifts.antichat@gmail.com>
 # Contributor: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>

 pkgname=rider-eap
-pkgver=182.3894.140
-_dlver="2018.2-EAP5-182.3894.140.Checked"
+pkgver=191.6062.275
+_dlver="2019.1-EAP1-191.6062.275.Checked"
 pkgrel=1
 epoch=1
 pkgdesc="A cross-platform C# IDE by JetBrains."
 arch=('any')
 options=('!strip')
@@ -19,11 +19,11 @@ provides=("rider")
 conflicts=("rider")
 groups=("development" "IDE" "editor" "jetbrains")

 source=("https://download.jetbrains.com/rider/JetBrains.Rider-${_dlver}.tar.gz"
         "${pkgname}.desktop")
-sha256sums=('faa23ea18eeefe5e7d16532b32f41c3301c205048e9fd852304354119969a34b'
+sha256sums=('83c8ac062fe651271779b83012c471185cf895374df94193a8dd64b5b903d30e'
             'cbb7c9b847c92c95403be237ab01183eb0516b4a9b46c8ba27c87243fed8cbb8')

 package() {
     cd "${srcdir}"
     install -dm 755 \

mitchhentges commented on 2018-06-15 03:01 (UTC)

Hey, I prefer to update these jetbrains tools using my package manager, rather than using the Jetbrains toolbox. For example, the IntelliJ IDEA Ultimate Edition EAP package is updated every time Jetbrains releases a new version. (https://aur.archlinux.org/packages/intellij-idea-ue-eap)

I think that this package should be updated whenever Rider EAP is released as well. If this package isn't being updated at the same rate as the Jetbrains releases, I believe that this package should be open to new maintenance.

However, I'm not super familiar with the Arch User Repository, so perhaps that^ approach isn't the best? Just thinking out loud :)