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,
Search Criteria
Package Details: rider-eap 1:203.5981.86-2
Git Clone URL: | https://aur.archlinux.org/rider-eap.git (read-only, click to copy) |
---|---|
Package Base: | rider-eap |
Description: | A cross-platform C# IDE by JetBrains. |
Upstream URL: | https://www.jetbrains.com/rider/eap/ |
Keywords: | C# core dotnet F# IDE JetBrains Mono |
Licenses: | |
Groups: | |
Provides: | |
Submitter: | wenLiangcan |
Maintainer: | dszryan |
Last Packager: | dszryan |
Votes: | 28 |
Popularity: | 0.144779 |
First Submitted: | 2016-03-02 01:46 |
Last Updated: | 2020-12-07 01:32 |
Dependencies (2)
- mono (mono48, mono-alpha, mono-beta, mono-stable, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly) (optional) – .NET runtime
- msbuild-15-bin (optional) – build .NET Core projects
Required by (0)
Sources (3)
erp.lsf commented on 2021-02-21 13:02
dszryan commented on 2020-12-08 14:02
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
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
@rast thank you...have updated the build
rast commented on 2020-11-20 16:05
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
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
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
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
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
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
Pinned Comments
dszryan commented on 2020-07-19 14:07
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.