Package Details: powershell 7.4.1-4

Git Clone URL: https://aur.archlinux.org/powershell.git (read-only, click to copy)
Package Base: powershell
Description: A cross-platform automation and configuration tool/framework (latest release)
Upstream URL: https://github.com/PowerShell/PowerShell
Keywords: .net automation microsoft net powershell script scripting shell
Licenses: MIT
Submitter: jsteel
Maintainer: kylesferrazza (richardba, carsme)
Last Packager: carsme
Votes: 83
Popularity: 0.074886
First Submitted: 2016-11-26 22:16 (UTC)
Last Updated: 2024-03-10 11:11 (UTC)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 Next › Last »

kylesferrazza commented on 2017-04-29 13:26 (UTC)

I will be able to fix this as soon as dotnet and dotnetsdk start working with clang 4. I cannot get dotnet to compile at all, even after downgrading clang and llvm.

jade1 commented on 2017-04-10 03:18 (UTC)

Just reproduced https://github.com/PowerShell/PowerShell/issues/3476. Workaround is in there, but it will probably be fixed in upstream.

kylesferrazza commented on 2017-03-27 19:18 (UTC)

@optlink Ah ok. Will update pkgbuild accordingly for next release.

<deleted-account> commented on 2017-03-27 17:37 (UTC)

@kylesferrazza Based on my previous comment I believe these are what you are looking for: https://github.com/PowerShell/PowerShell/issues/3140 https://github.com/PowerShell/PowerShell/pull/3398 The referenced merge happened after the release of alpha 17 so we will have to wait until the next one.

kylesferrazza commented on 2017-03-24 17:28 (UTC) (edited on 2017-06-21 18:09 (UTC) by kylesferrazza)

I tried a bunch of different configurations with dotnet-cli. Dotnet-bin will need to be used until dotnet issue is fixed. Unless someone else is able to figure it out? https://github.com/PowerShell/PowerShell/issues/673

patch3 commented on 2017-03-22 18:38 (UTC) (edited on 2017-03-22 18:49 (UTC) by patch3)

Am also having the same issue. Going to give dotnet-bin a go. Edit: Worked like a charm.

Purgator commented on 2017-03-20 14:08 (UTC)

I'm having the same issue as optlink. If I try manually to run dotnet restore from any projet directory (ex : src/powershell/src/Microsoft.PowerShell.SDK/), i get the following error : MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file. I don't want to use dotnet-bin but dotnet-cli. Any clue ?

<deleted-account> commented on 2017-03-05 22:17 (UTC)

@MatejLach @kylesferrazza My guess is that the problem is caused by the large difference between the older version of dotnet used by dotnet-bin and the newer ones used in dotnet-cli and dotnet-cli-git.

MatejLach commented on 2017-03-05 17:50 (UTC)

@optlink Installing 'dotnet-bin' instead of 'dotnet-cli' allowed me to compile.