Skip to content
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

Update .NET packages and CLI #633

Merged
merged 5 commits into from
Mar 7, 2016
Merged

Update .NET packages and CLI #633

merged 5 commits into from
Mar 7, 2016

Conversation

andyleejordan
Copy link
Member

This brings in the .NET updates necessary to resolve #617 (and transitively #571, #461, #484, and test #613).

Note that the compatibility package we're using is hand-built and stored in our local NuGet feed in the windows-build repo, thus this PR requires PowerShell/psl-windows-build#7.

CLI has also been bumped to the greatest common denominator across the platforms (and that is available in the apt feed).

These packages had their minor and patch versions updated in addition to
the updated build number.
This package contains the Windows runtime assemblies of packages that
are not actually supported on Linux. The assemblies exist in the Linux
runtime folder. While the code cannot be executed, this allows
PowerShell to use the Windows specific types in its function calls
without crashing (and allows compiling with these types in the first
place). This is *not* an ideal work-around, but we are waiting on a
better package from .NET that contains Linux runtime assemblies that
throw `PlatformNotSupported` exceptions on use.
These packages are new requirements as of the 23907 build due to
refactoring of the .NET libraries.
@andyleejordan andyleejordan added the Issue-Enhancement the issue is more of a feature request than a bug label Mar 7, 2016
@andyleejordan andyleejordan added this to the Preview 1 milestone Mar 7, 2016
andyleejordan added a commit that referenced this pull request Mar 7, 2016
@andyleejordan andyleejordan merged commit 9b5ec22 into master Mar 7, 2016
@andyleejordan andyleejordan deleted the new-packages branch March 7, 2016 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement the issue is more of a feature request than a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate upstream .NET patches for Console.ReadKey
1 participant