-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include PowerShell #15
Comments
Basic Registry. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\0409] |
The following directory is where the assemblies would be installed. Environment MONO_PATCH would need to be set to the above path. |
Is binary compatibility a goal of this project? Is there downloadable software using powershell that I can use to test it? CoApp's PowerShell tools maybe? http://coapp.org/pages/releases.html |
Chocolatey package manager for Windows heavily depends on powershell, which is a good source to test Pash, but Pash is not compatible enough to support chocolatey yet at this time. |
Is the windows implementation of powershell based on .Net or C/C++? It always thought it was a C/C++ program. |
What is still micssing is a complete reimplementation of the Windows PowerShell 5.x. And so, the OpenSource PowerShell could be used as basis for a reimplementation of the Windows PowerShell 5.x. For example, write on Windows in PowerShell 7.x (the OpernSource ones) Then you see, that there are some Modules in And if you running PowerShell 7.x on WINE, commands like Get-Volume, Get-Partition, etc. don't work, because they are part of the Windows-modules. Edit: |
Only wanted to mention this link as OpenSource documentation by Microsoft Here the link to the two examples I mentioned: There you can see, that they are part of the "storage"-module. |
This would likely need to be implemented upstream in Wine and Wine-Mono,
but if there are particular ways in which Proton can utilize this, we may
be able to get Valve to provide either programming or fiscal support for
implementing it.
Getting Wine-Mono to implement newer .Net versions is another concern.
Personally, I wish there were not the incompatibilities between Wine-Mono
and .Net that make porting the Open Source portions of .Net so difficult.
… Message ID: ***@***.***>
|
.NET Core and 5+ are out of scope for Wine Mono. |
A free PowerShell for mono has been created and basic functionality.
https://github.com/Pash-Project/Pash
The text was updated successfully, but these errors were encountered: