-
Notifications
You must be signed in to change notification settings - Fork 237
Migrate to netstandard2.0 and PSStandard #741
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
dc7cae2
Move PSES builds to netstandard and use PSStandard APIs
rjmholt 624f7fe
Fix missed net451 reference in build file
rjmholt 3cda894
First test fixes
rjmholt 187aea6
Add PowerShell SDK references to tests where needed
rjmholt bdf008e
Converted test paths, removed #ifs from src/
rjmholt 3ba9c0a
Add restore to build rule
rjmholt 3567a2d
Unskip some tests, use non-Windows specific tests, lose hash key orde…
rjmholt 15dcb61
Fix alias tests
rjmholt e622473
Fix platform specific tests, move build to netcoreapp2.1, break things
rjmholt a929752
Use latest xunit
rjmholt 05d2f44
Use PrivateAssets to make PS SDK binding work
rjmholt f5114c8
Exclude host integration tests
rjmholt e189f87
Change dotnet xunit to dotnet test in test invocation
rjmholt f220082
Improve test support on Windows
rjmholt 071b7e0
Move project references
rjmholt 9304ba0
Drop unsupported msbuild switches for net461 builds
rjmholt 8fc5b68
Fix net461 test bugs
7146a05
Add net461 shim binaries for Windows PowerShell
d9f3168
Build in single dir
66bf56f
Clean up build script
6fac967
Skip failing AsyncDebouncer test
7651f0f
Update build tooling
f8f60bd
Use correct Newtonsoft.Json version for PSCore 6.0
1525ff8
Address some PR feedback
88639c5
Fix casing typos
d8f4b2e
Make travis fail when errors occur
32b770f
Merge branch '2.0.0' into migrate-netstandard2.0
rjmholt 395771e
Fix travis build
f5cfe42
Fix command module import path
02ee0e8
Try another travis fix
b8482c5
Restore travis build with verbose flags
063dadc
Try new travis script
25c322b
Travis
0a66601
Another travis try
d5cbd9a
TRAVIS!!!!!!
e1d0ac3
travis
e978b7c
travis >:(
3c13822
Suspect Save-Module is lying about the prerelease param
f8c462c
Never check for AllowPrerelease parameter
38bce43
Add ridiculous psget update dance back in
12b4cb6
Use newer PowerShell version in Travis
b47d915
Use newer powershell version
8b86ac9
Update dotnet CLI download
0bac8b6
Update dotnet SDK to latest release
4297563
Fix nuget bin declaration schema
59edb3c
Move restore to clean rule
865dc97
Clean up code
rjmholt 32e13fe
Optimise encoding setting
rjmholt 514ccf0
Update travis platforms
rjmholt 2f870b7
Reformat travis.yml
rjmholt ff1b14d
Update travis config
rjmholt 05ed5b5
Fix travis.yml
rjmholt 8677a7a
Use CreateDefault2() again
rjmholt f08b6a9
Test for correct platforms
rjmholt da2e0b0
Move back to net461 for testing
rjmholt cdccf3a
Test appveyor pwsh path
354da07
Remove PSHome from appveyor
6a60e46
Try to set the module path with a config file
rjmholt e7a3cc9
Actually make the tests work
6cc0fb3
Enable writing to the config path
3462b23
Use sudo
f9d3018
Try different permissions set
86601f4
Give up and use a CreateDefault test hook instead
3511ed6
Use dotnet xunit instead of dotnet test
c69610e
Use simple pwsh process name
131e51f
Change test paths back to ensure backslack supported on *nix
271df79
Fix session details gathering in nested prompts
SeeminglyScience d99fbb6
Fix session details gathering in nested prompts
rjmholt 784cef5
Address @tylerl0706's feedback
71c9ee9
Clean up temp file for nupkgs
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Clean up code
- Loading branch information
commit 865dc97ad2822acd0fa9adf1be696307b57c2d64
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.