Commit graph

12 commits

Author SHA1 Message Date
Travis Plunk 9b6c9af92a rename solution to powershell 2018-04-03 09:50:09 -07:00
Travis Plunk 78f797a3b8 Add comments about configuration mappings 2018-04-03 09:44:53 -07:00
Travis Plunk b3860452a2 add mappings for unix project 2018-04-03 09:36:46 -07:00
Travis Plunk 4ce9506d32 change project type for unix project 2018-04-03 09:35:10 -07:00
Travis Plunk 4e2089e5d9 add comment about project guids 2018-04-03 09:34:36 -07:00
Travis Plunk 3547357b25 Map configurations to correct configurations
This reverts commit 9cbf601576.
2018-04-02 19:08:44 -07:00
Travis Plunk b63045c617 Add Unix project to sln 2018-04-02 18:22:37 -07:00
Staffan Gustafsson 9cbf601576 Updating solution file with new project type guids 2018-04-02 18:22:37 -07:00
Aditya Patwardhan 5b5168d72e Revert "Pull PSReadLine from PSGallery" (#5986)
This reverts commit beffdcf94d.
2018-01-22 16:09:35 -08:00
Jason Shirk beffdcf94d Pull PSReadLine from PSGallery (#5759)
Instead of building PSReadLine from this repo, pull it from the gallery using nuget cache.

This pulls v2.0 of PSReadLine which does have documented breaking changes from v1.2, but the risk is small - the features that have changed are typically only used in a profile and aren't used all that often anyway.

Fix #996

Hardcodes version of modules pulled from PSGallery
2018-01-19 18:15:09 -08:00
Dongbo Wang a4b8dd0a23 Remove Microsoft.PowerShell.CoreCLR.AssemblyLoadContext.dll (#4868)
The code in `AssemblyLoadContext.dll` doesn't need to be in a separate DLL anymore.
S.M.A.dll depends on `AssemblyLoadContext.dll`, so keeping that code out of S.M.A.dll doesn't help make S.M.A smaller size or less dependent. So the code in `AssemblyLoadContext.dll` is moved to `S.M.A.dll` and then we remove `AssemblyLoadContext.dll`.

The changes are:
- Move `CorePsAssemblyLoadContext.cs` to `src\S.M.A\CoreCLR\`
- Update `CorePsAssemblyLoadContext.cs` to get the test took moved to `Utils.InternalTestHooks` and update tests
- Update `build.psm1` and `.csproj` accrodingly
- Update `pwrshcommon.cpp` to remove `AssemblyLoadContext.dll` from the TPA list.
- `S.M.A.AssemblyExtensions` is removed as `PackageManagement` has finished their move to .NET Core 2.0. (I will work with Bryan to get the latest version uploaded to powershell-core)
2017-09-29 17:26:55 -07:00
Jason Shirk de70969f4e Add VS 2017 solution file for powershell-win-core (#4748) 2017-09-18 17:13:29 -07:00