Commit graph

1108 commits

Author SHA1 Message Date
Andrew Schwartzmeyer
3db501127e Move Management.Infrastructure.Native code 2015-12-14 10:31:39 -08:00
Andrew Schwartzmeyer
7118fcfbc5 Remove deprecated host.mk 2015-12-14 10:31:18 -08:00
Andrew Schwartzmeyer
3876732d2e Add run script
- Deploy profile.ps1xml
- Remove deprecated build/nuke scripts
2015-12-14 10:30:39 -08:00
Andrew Schwartzmeyer
51561b4773 Start fix of ps1xml files 2015-12-10 12:35:06 -08:00
Andrew Schwartzmeyer
eaad815b94 Update CorPsTypeCatalog 2015-12-10 12:34:38 -08:00
Andrew Schwartzmeyer
9271861b79 Patch things in publish script 2015-12-10 12:33:52 -08:00
Andrew Schwartzmeyer
1fc02a4bef Update readme 2015-12-09 13:38:03 -08:00
Andrew Schwartzmeyer
4052850c42 Update submodules for dotnet-cli 2015-12-09 12:56:21 -08:00
Andrew Schwartzmeyer
c6f921e701 Add symlink to powershell native host
Required because we brought back PowerShell's custom
AssemblyLoadContext.
2015-12-09 12:55:04 -08:00
Andrew Schwartzmeyer
2017bb3050 Update source file mapping 2015-12-08 16:24:40 -08:00
Andrew Schwartzmeyer
31962e214d Remove aspnetrelease NuGet repo
No longer required with removal of Microsft.Extensions.Platform.Abstractions
2015-12-08 14:34:24 -08:00
Andrew Schwartzmeyer
d923d2e0d0 Add generated CorePsTypeCatalog.cs to AssemblyLoadContext
TypeCatalogGen/build.sh generates this using the facade runtime.
2015-12-08 14:33:31 -08:00
Andrew Schwartzmeyer
3d4a855b74 Bump runtime facade's packages 2015-12-08 14:31:58 -08:00
Andrew Schwartzmeyer
6fbb220df3 Brought back PowerShell's AssemblyLoadContext
Removes dependency on Microsoft.Extensions.Platform.Abstractions.

Makes use of native executable from `dotnet-cli` impossible; must use
`powershell` from monad-native.
2015-12-08 14:30:24 -08:00
Andrew Schwartzmeyer
96896b5942 Upgrade Microsoft.VisualBasic
How could we possibly even need this? I think we can remove it.
2015-12-08 14:22:01 -08:00
Andrew Schwartzmeyer
51b3e6cfc1 Build AssemblyLoadContext 2015-12-08 14:09:52 -08:00
Andrew Schwartzmeyer
b8f8ffc46a Work around broken content
https://github.com/dotnet/cli/issues/435
2015-12-08 12:05:04 -08:00
Andrew Schwartzmeyer
13e60bdc22 Move ps1xml files to host so content works
https://github.com/dotnet/cli/pull/61
2015-12-08 12:04:55 -08:00
Andrew Schwartzmeyer
8a93287d70 Move assembly-info files 2015-12-08 11:20:01 -08:00
Andrew Schwartzmeyer
5ed21e794f Wild card and sort dependencies
These still need to be pruned.
2015-12-08 11:20:01 -08:00
Andrew Schwartzmeyer
5256c5d0fa Remove deprecated types files
Jason deprecated these with better code upstream.
2015-12-07 14:27:06 -08:00
Andrew Schwartzmeyer
66e24ccf12 Add generated type catalog to System.Management.Automation 2015-12-07 14:27:06 -08:00
Andrew Schwartzmeyer
6c001b6e0f Add TypeCatalogGen 2015-12-07 14:27:06 -08:00
Andrew Schwartzmeyer
bcc844d678 Add dotnetcore NuGet repo back 2015-12-07 14:27:06 -08:00
Andrew Schwartzmeyer
0b6b1f116e Update for use with dotnet-cli
https://github.com/dotnet/cli
2015-12-07 14:27:06 -08:00
Andrew Schwartzmeyer
702416e2d6 Bump .NET version 2015-12-04 12:18:03 -08:00
Zachary Folwick
37b4eccb5b Added Pester tests for Get-FileHash 2015-12-04 10:37:38 -08:00
Andrew Schwartzmeyer
04cc9c99d7 Revert "Add runspace test without InitialSessionState"
This reverts commit cc2bdee9ec.

This is no longer neccesary as we're now able to unit test this.
2015-12-02 10:03:34 -08:00
Andrew Schwartzmeyer
92e96aa1ae Add failing PowerShell function test
This narrowed down the bug in .NET Core.
2015-12-01 15:17:21 -08:00
Andrew Schwartzmeyer
a574d0200b Temporarily remove InitialSessionState 2015-12-01 13:27:51 -08:00
Andrew Schwartzmeyer
b60ea88ddb Add Runspace with PSHost test 2015-12-01 12:21:20 -08:00
Andrew Schwartzmeyer
87da04e4cb Add SecureString stub
Project from Garret, code originally from Mono.
2015-12-01 12:10:01 -08:00
Zachary Folwick
39f4d1f4db added cross-platform support for split-path tests 2015-12-01 12:02:22 -08:00
Andrew Schwartzmeyer
5004839f63 Pin NuGet packages
Using new ASP.NET Release feed and pinned package versions.

Thanks Garret!
2015-12-01 10:56:56 -08:00
Andrew Schwartzmeyer
6f151ab2c4 Bump DNVM version in scripts 2015-12-01 10:47:10 -08:00
Andrew Schwartzmeyer
f578b9dce1 Remove restore.sh because of global.json
`dnu restore` works appropriately with the global.json to restore all
the pacakges
2015-12-01 10:46:13 -08:00
Andrew Schwartzmeyer
e93932565d Add more PowerShell runspace tests 2015-12-01 10:45:20 -08:00
Zachary Folwick
c9113c29b5 added cross-platform NewLine Support 2015-12-01 10:44:32 -08:00
Zachary Folwick
11a0953545 Made newline characters cross-platform 2015-12-01 10:40:36 -08:00
Zachary Folwick
0d6b02a751 added -Force parameter to ensure object creation 2015-12-01 10:33:13 -08:00
Zachary Folwick
0c1be1bf12 Modified tests for cross-platform testing
1. removed the context block.
2015-12-01 10:30:27 -08:00
Zachary Folwick
de7b244a37 modified tests to make them work on Windows 2015-12-01 10:18:09 -08:00
Zachary Folwick
5d31b0affd added cross-platform newline support 2015-11-30 15:11:11 -08:00
Zachary Folwick
4319987dd1 removed a very platform-specific and time specific test for new-item 2015-11-30 15:07:13 -08:00
Zachary Folwick
d9b927782b fixed get-UICulture to work cross-platform 2015-11-30 15:03:39 -08:00
Zachary Folwick
da21e24365 fixed get-psdrive test to work cross-platform 2015-11-30 15:00:11 -08:00
Zachary Folwick
f267c29942 modified check to test environment setting 2015-11-30 14:47:36 -08:00
Zachary Folwick
a809d99ffd Specified ItemType as it was causing errors in Windows 2015-11-30 14:42:23 -08:00
Zachary Folwick
8b924ad683 used HOME directory since that will always exist on the test machine on windows and linux 2015-11-30 14:39:17 -08:00
Zachary Folwick
720a430e47 added support for global newline characters 2015-11-30 14:35:23 -08:00