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.039725
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 »

erp.lsf commented on 2021-05-13 11:09 (UTC)

Unfortunately JetBrains seems to no longer provide new EAP builds. I'll try to scour the internet for the latest available version but for nearest future there seems to be no new versions to be expected.

FatalMerlin commented on 2021-03-29 16:39 (UTC)

@dszryan @erp.lsf can you update the package or let me do it? I have the update prepared locally :)

dszryan commented on 2021-03-09 08:25 (UTC)

@erp.lsf - done. apologies have been AFI (away from internet)

erp.lsf commented on 2021-02-21 13:02 (UTC)

Greetings, Could you please add me as a maintainer if you don't have time right now to work on it? I'd like to keep it up-to-date. Thanks,

dszryan commented on 2020-12-08 14:02 (UTC) (edited on 2020-12-08 14:03 (UTC) by dszryan)

seems you are right staticlibs has no effect

i have the following in my bash environment

export DOTNET_ROOT=/usr/share/dotnet
export MSBuildSDKsPath=$(/usr/bin/find /usr/share/dotnet/sdk -maxdepth 2 -type d | /usr/bin/grep -E '.*/Sdks$' | /usr/bin/sort -z | /usr/bin/head -n1);

and the installer takes care of the rest

ForeverZer0 commented on 2020-12-07 21:35 (UTC)

For me, the staticlibs option had no effect in alleviating the hang on "Connecting to ReSharper host", but checking the log did point to the problem. The latest release of dotnet-sdk, 'dotnet-runtime, etc. for Arch is 5.0, and it is looking for version 3.1.

Explicitely installing the 3.1 version dotnet-runtime and dotnet-targetting-pack alongside the 5.0 versions solved the problem immeditiately for me.

dszryan commented on 2020-12-07 01:34 (UTC)

@rast thank you...have updated the build

rast commented on 2020-11-20 16:05 (UTC)

if rider shows an error on first startup and then hangs on "connecting to resharper host", edit PKGBUILD and reinstall: yun need to change options line to this:

options=('!strip' 'staticlibs')

ForeverZer0 commented on 2020-11-15 20:13 (UTC)

Is there an ETA when this might be updated? The current package can no longer even be used, as it is now multiple versions behind the upstream.

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.