2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implementation and use of DriveMatchingCoreCommandBase More... about 10 years ago
Fixes so a simpel call to New-PSDrive works More... about 10 years ago
Correctly use ProviderRuntimer; First implementation of New-PSDrive More... about 10 years ago
Correct implementation of Get-PSDrive More... about 10 years ago
Restricted access of some SessionStateGlobal properties again More... about 10 years ago
Make sure providers aren't scope specific More... about 10 years ago
Modules support providers More... about 10 years ago
Refactored CmdletProviderIntrinsics, fixed DriveManagementIntrinsics More... about 10 years ago
Merge pull request #336 from mrward/file-redirection More... about 10 years ago
Support file redirection for the error stream. More... about 10 years ago
Handle nulls written to file when redirecting output. More... about 10 years ago
Handle enumerable items when redirecting output to file. More... about 10 years ago
Handle null used for output file name in file redirection. More... about 10 years ago
Moved provider related functions to ProviderManagementIntrinsics More... about 10 years ago
Fixed tests to work with PS More... about 10 years ago
First tests for DriveCmdletProviders More... about 10 years ago
Merge pull request #331 from sburnicki/module_support More... about 10 years ago
Removed additional end tag introduced by merge More... about 10 years ago
Merge branch 'master' into module_support More... about 10 years ago
Use NormalizeSlashes() to support unix paths on windows More... about 10 years ago
Overwrite module path when loading nested modules More... about 10 years ago
Only set IScopedItem's module if not already set More... about 10 years ago
Enabled a test that works now for parameter set selection More... about 10 years ago
Parameter Set Selection: Early choice if possible More... about 10 years ago
More tests for importing modules More... about 10 years ago
Added ReferenceTests for exporting cmdlets More... about 10 years ago
Moved test commands to a separate project for win ref tests More... about 10 years ago
Added Export-ModuleMember test and fixed function More... about 10 years ago
Base class and interface for SessionState intrinsics More... about 10 years ago
Implementation of Get-Module, fixed tests More... about 10 years ago