Any chance of a second package that downloads the http version of omnisharp-roslyn instead of the stdio version? PKGBUILD would essentially be the same with the exception of downloading "omnisharp.http-mono.tar.gz" instead of "omnisharp-mono.tar.gz" and updating the MD5 hash for the alternate file.
Search Criteria
Package Details: omnisharp-roslyn 1.39.15-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/omnisharp-roslyn.git (read-only, click to copy) |
|---|---|
| Package Base: | omnisharp-roslyn |
| Description: | OmniSharp server (STDIO) based on Roslyn workspaces |
| Upstream URL: | https://github.com/OmniSharp/omnisharp-roslyn |
| Keywords: | csharp dotnet dotnet-sdk lsp omnisharp roslyn |
| Licenses: | MIT |
| Submitter: | sixpindin |
| Maintainer: | m_ark |
| Last Packager: | m_ark |
| Votes: | 21 |
| Popularity: | 0.001153 |
| First Submitted: | 2016-08-25 21:14 (UTC) |
| Last Updated: | 2025-12-15 22:44 (UTC) |
Dependencies (2)
- dotnet-sdk-9.0 (dotnet-sdk-9.0-binAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (3)
- omnisharp-vim-git
- vim-tabnine-git (optional)
- vim-youcompleteme-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
rudism commented on 2018-04-24 19:21 (UTC)
sixpindin commented on 2017-07-29 18:16 (UTC)
@jaylittle,
Thanks for letting me know. I've updated the .SRCINFO.
jaylittle commented on 2017-07-29 17:01 (UTC)
pkgrel is mismatched between PKGBUILD and .SRCINFO
sixpindin commented on 2017-07-26 23:07 (UTC)
@DDoSolitary,
Thanks for letting me know.
I've fixed the permissions issues as per your suggestion.
Having tested the package more thoroughly this time, I've also added a fix for this: https://github.com/OmniSharp/omnisharp-roslyn/issues/600.
DDoSolitary commented on 2017-07-24 09:17 (UTC)
Could you please add chown&chmod after tar?
Currently all the files are owned by 2000(uid), and as for permission, some files are 744, some others are 644.
I think the correct settings should be:
All the files owned by root.
OmniSharp.exe 755, others 644.
Thanks!
sixpindin commented on 2017-07-11 23:45 (UTC)
@watzon: Thanks for the update. I've checked and pushed your changes.
watzon commented on 2017-07-11 21:39 (UTC)
Installing has stopped working recently due to the license.md file being relocated. I updated the PKGBUILD file https://gist.github.com/watzon/fb90c1f48fd8961d017020197b36a369
varg commented on 2016-11-17 16:10 (UTC) (edited on 2016-11-17 16:12 (UTC) by varg)
In attempt to be used with dotnet-cli 1.0.0_preview2_003131-1 (i.e. to be executed directly as 'OmniSharp.exe' instead of 'mono OmniSharp.exe') version 1.9.beta19-1 is failing with:
Unhandled Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: System.Native
Workaround is:
ln -s /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.1/System.Native.so /usr/lib/libSystem.Native.so
ldconfig #optionally
(taken from https://github.com/aspnet/KestrelHttpServer/issues/963)
Pinned Comments
m_ark commented on 2025-12-08 16:29 (UTC)
At present, building with
dotnet-sdk-10has some issues. I've pinned thedotnet-sdkdependency to 9.0. if you have issues, rebuild in a clean chroot.I'm hoping to resolve this soon.