Package Details: rider-eap 1:262.4852.69-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: 40
Popularity: 0.019593
First Submitted: 2016-03-02 01:46 (UTC)
Last Updated: 2026-05-13 11:16 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

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

dszryan commented on 2020-07-19 14:07 (UTC) (edited on 2020-07-21 02:50 (UTC) by dszryan)

new to arch package build; will do what I can... the updated build installs as 'rider-eap' and does not conflict with 'rider'.

hope this build works for you as well.

NB: if $DOTNET_ROOT is defined, the package install will use that version for Resharper.Host (and not the bundled version). just realised this is the fix for @coder2000 issue.

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 \