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

Move classes from PowerShell to C# #350

Merged
merged 192 commits into from
Sep 23, 2020
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
192 commits
Select commit Hold shift + click to select a range
aeeeb6b
Moved BuildCompleter to vsteam_lib
DarqueWarrior Aug 5, 2020
e8df17c
Moved out Invoke and Build Definition Completers
DarqueWarrior Aug 6, 2020
5930f82
Verified use of Release version
DarqueWarrior Aug 6, 2020
f79fd6f
Introduced DistributedTaskReleased
DarqueWarrior Aug 7, 2020
f2ece6b
Makeing calls consistent
DarqueWarrior Aug 7, 2020
b6674c2
Polish
DarqueWarrior Aug 7, 2020
05f8130
lib
DarqueWarrior Aug 7, 2020
91b43ad
Added dependency to Trackyon
DarqueWarrior Aug 7, 2020
23cf953
Fixed post build step for macOs
MyDevOpsDemos Aug 7, 2020
c58028d
Fixing build process including c#
DarqueWarrior Aug 7, 2020
1f7e0b3
Setup a VS config so I can use Visual Studio or VS Code for dev
DarqueWarrior Aug 8, 2020
140ee72
Moved ProcessTemplateCompleter to classlib
DarqueWarrior Aug 8, 2020
627ca4f
Moved ProcessTemplateValidateAttribute
DarqueWarrior Aug 8, 2020
5fb4666
Moved ProcessValidateAttribute
DarqueWarrior Aug 8, 2020
97bdcb9
All Add unit tests are working again.
DarqueWarrior Aug 8, 2020
aede2ed
All unit tests passing.
DarqueWarrior Aug 8, 2020
2d8b7a7
Added Get-VSTeamQuery
DarqueWarrior Aug 9, 2020
8f11a02
Moved Query Completer and Cache
DarqueWarrior Aug 9, 2020
8a5813b
Moved ReleaseDefinitionCompleter
DarqueWarrior Aug 9, 2020
9396b89
Only Ships classes left.
DarqueWarrior Aug 9, 2020
71ec7cd
Updated build
DarqueWarrior Aug 9, 2020
162530a
merge master
DarqueWarrior Aug 9, 2020
faccf1d
Cleaning up a few tests
DarqueWarrior Aug 9, 2020
c0e83f4
Some test fail only on Windows.
DarqueWarrior Aug 10, 2020
0c1b76d
Testing with static classes is tough
DarqueWarrior Aug 10, 2020
a363c0c
Priming cache
DarqueWarrior Aug 10, 2020
05dd357
Using PowerShell Core on all agents.
DarqueWarrior Aug 10, 2020
1cc638a
Trying to fix issue with registering private repo
DarqueWarrior Aug 10, 2020
0df9e68
added NuGetAuthenticate updated Private Repo
DarqueWarrior Aug 10, 2020
fe37628
Have Register-PSRepository working again.
DarqueWarrior Aug 10, 2020
cf628b9
Clean up a tests
DarqueWarrior Aug 10, 2020
ab10f4f
Giving time for project to show up.
DarqueWarrior Aug 10, 2020
63af4b0
Changed code that transforms objects into json.
DarqueWarrior Aug 10, 2020
9bef391
More test polish
DarqueWarrior Aug 10, 2020
a9f6223
New folder structure in vsteam_lib
DarqueWarrior Aug 10, 2020
976510b
Moved first top level SHiPS classes.
DarqueWarrior Aug 11, 2020
55c6e80
Adding ships so everyone can build
DarqueWarrior Aug 11, 2020
85f38e4
Added more SHiPS classes.
DarqueWarrior Aug 11, 2020
42286aa
start of provider move.
DarqueWarrior Aug 13, 2020
f04c60b
parking changes.
DarqueWarrior Aug 14, 2020
a0be02a
Put formating back
DarqueWarrior Aug 14, 2020
8d88b43
Clean up
DarqueWarrior Aug 14, 2020
6946364
Added drill down to GetValue
DarqueWarrior Aug 14, 2020
fc385b0
update gitignore
DarqueWarrior Aug 14, 2020
50ede9c
removing .vs files
DarqueWarrior Aug 14, 2020
c76ace3
restructured test project
DarqueWarrior Aug 14, 2020
ce5d758
Moved version class to lib
DarqueWarrior Aug 14, 2020
1e44464
Adding provider tests
DarqueWarrior Aug 15, 2020
f8bfb74
Tested down to JobRequets
DarqueWarrior Aug 15, 2020
75ef0e6
PermissionsTests
DarqueWarrior Aug 15, 2020
c0d8b14
ProjectTests
DarqueWarrior Aug 15, 2020
8bae394
AccessControlEntryTests
DarqueWarrior Aug 15, 2020
f59c7aa
Increase code coverage.
DarqueWarrior Aug 15, 2020
ae9eae4
Fixed PowerShell 5 parse issues.
DarqueWarrior Aug 16, 2020
52d8a1d
DirectoryTest
DarqueWarrior Aug 16, 2020
a2d1797
Moved InstallState
DarqueWarrior Aug 16, 2020
75051fe
Moved Extensions.
DarqueWarrior Aug 16, 2020
66e35d6
Moved Feeds
DarqueWarrior Aug 16, 2020
0a5a37d
Added Groups
DarqueWarrior Aug 16, 2020
cc31c47
Fixed integration tests.
DarqueWarrior Aug 17, 2020
58f5012
All tests are passing.
DarqueWarrior Aug 18, 2020
8379155
Moved VSTeamProject
DarqueWarrior Aug 18, 2020
9c95363
Moved VSTeam
DarqueWarrior Aug 18, 2020
7c92d63
Moved Queue
DarqueWarrior Aug 21, 2020
01a6289
Moved GitRef
DarqueWarrior Aug 21, 2020
50afb46
Moved GitRepository
DarqueWarrior Aug 22, 2020
dc33d38
Moved top level project folders
DarqueWarrior Aug 23, 2020
1d59060
quiet build output.
DarqueWarrior Aug 23, 2020
2ff6dae
-JSON now works on all parameter sets of Get-VSTeamBuildDefinition
DarqueWarrior Aug 23, 2020
1dcf24a
Moved build def
DarqueWarrior Aug 24, 2020
c4bc4ff
Fixing provider formatting.
DarqueWarrior Aug 25, 2020
554c8d8
quiet build even more
DarqueWarrior Aug 26, 2020
ce3481e
quiet integation tests by default
DarqueWarrior Aug 26, 2020
4fe112e
fixed casing for linux.
DarqueWarrior Aug 27, 2020
6a8d105
Update credscan-supresssion with test files.
DarqueWarrior Aug 27, 2020
e0d6d6f
Merge branch 'moveclasses' of https://github.com/MethodsAndPractices/…
DarqueWarrior Aug 27, 2020
d6e736e
only download artifacts we need.
DarqueWarrior Aug 27, 2020
8fb4637
fixing casing
DarqueWarrior Aug 27, 2020
bfcdca5
Update version and change log
DarqueWarrior Aug 27, 2020
f5dd8dc
trying to trackdown test failures only in CI.
DarqueWarrior Aug 27, 2020
3d8de33
Moving tasks to different platforms.
DarqueWarrior Aug 27, 2020
6673fb0
removing extra logging from int test.
DarqueWarrior Aug 27, 2020
33befe3
Parses strings as Dates when needed.
DarqueWarrior Aug 27, 2020
350ec14
speeding up build
DarqueWarrior Aug 27, 2020
cb83d21
You always have to install dep
DarqueWarrior Aug 27, 2020
45e1103
changes slashes for macOS
DarqueWarrior Aug 27, 2020
96e3ec2
Removed unused class VSTeamRef
DarqueWarrior Aug 27, 2020
72d24c0
Added C# Unit Tests to build
DarqueWarrior Aug 27, 2020
34509f1
needed for c# unit tests
DarqueWarrior Aug 27, 2020
4c89dc4
fixing casing for Linux
DarqueWarrior Aug 27, 2020
59af24b
Fixing unit tests in C#
DarqueWarrior Aug 27, 2020
da8b90b
fixing
DarqueWarrior Aug 27, 2020
d01c0be
Added more tests.
DarqueWarrior Aug 27, 2020
017b6d9
moved Releases
DarqueWarrior Aug 29, 2020
727efcc
Fixed unit test
DarqueWarrior Aug 29, 2020
a42ae3b
All tests passing
DarqueWarrior Aug 29, 2020
ad22334
Fixed dockerfiles for tests
DarqueWarrior Aug 29, 2020
0ad42be
moving tests results
DarqueWarrior Aug 29, 2020
3572034
Fixing solution.
DarqueWarrior Aug 29, 2020
de1247b
required libs
DarqueWarrior Aug 30, 2020
6d4658e
fixing path of unit test in build
DarqueWarrior Aug 30, 2020
e82daa1
update gitignore
DarqueWarrior Aug 30, 2020
9b4905a
remove prime file
DarqueWarrior Aug 30, 2020
ca3f16c
Build should be fixed.
DarqueWarrior Aug 30, 2020
843bedc
Fixing path to int test
DarqueWarrior Aug 30, 2020
f780d71
Update azure-pipelines.yml for Azure Pipelines
DarqueWarrior Aug 30, 2020
6f599e1
fixing int test
DarqueWarrior Aug 30, 2020
339338b
Path fixed
DarqueWarrior Aug 30, 2020
61ebca7
trying to get paths right.
DarqueWarrior Aug 30, 2020
1ddd93a
folder changes
DarqueWarrior Aug 30, 2020
ce9d6f5
must macos
DarqueWarrior Aug 30, 2020
c4001d3
full pipeline in place
DarqueWarrior Aug 30, 2020
3a9d89d
enviroments work correctly in provider.
DarqueWarrior Sep 1, 2020
db9798b
all levels of release are working.
DarqueWarrior Sep 1, 2020
be40b99
fixed unit tests.
DarqueWarrior Sep 1, 2020
2629bd6
Back to 100% Code Coverage
DarqueWarrior Sep 2, 2020
035bc8b
removed Attempt, Evn and Task
DarqueWarrior Sep 3, 2020
a974e87
moved ClassificationNode
DarqueWarrior Sep 4, 2020
50d945f
Adding code coverage to c#
DarqueWarrior Sep 4, 2020
d916615
moved VSTeamDescriptor
DarqueWarrior Sep 4, 2020
6fad140
report code coverage
DarqueWarrior Sep 4, 2020
d988d90
code coverage only on windows
DarqueWarrior Sep 4, 2020
a2709f0
spacing
DarqueWarrior Sep 4, 2020
348ef97
Only on windows.
DarqueWarrior Sep 4, 2020
fd6dd26
Moved GitCommit
DarqueWarrior Sep 5, 2020
f3b1e89
moving VSTeamGitRepositoryPermissions
DarqueWarrior Sep 5, 2020
1c7f749
move ProjectPermissions
DarqueWarrior Sep 5, 2020
8433d22
Moved Permissions
DarqueWarrior Sep 5, 2020
f27e31f
Only two classes left
DarqueWarrior Sep 5, 2020
6c4e73c
Added Open-SampleFile for tests.
DarqueWarrior Sep 5, 2020
4c93164
Removed VSTeamPermissionInheritance.
DarqueWarrior Sep 5, 2020
88283fb
no more classes in PowerShell
DarqueWarrior Sep 5, 2020
9289505
Fixed unit tests.
DarqueWarrior Sep 5, 2020
f24a065
Added Open-SampleFile to int test.
DarqueWarrior Sep 5, 2020
526e1fb
Taking out code coverage task
DarqueWarrior Sep 5, 2020
490cc94
Added links to REST API docs in add functions
DarqueWarrior Sep 6, 2020
9b3bf5c
Change Example label in help.
DarqueWarrior Sep 6, 2020
17709d1
Deleting docs files. moving to GitHub pages.
DarqueWarrior Sep 6, 2020
5c965ba
Removed some help processing.
DarqueWarrior Sep 6, 2020
c2e853f
Test clean up
DarqueWarrior Sep 7, 2020
2e583b7
All Add test reviewed
DarqueWarrior Sep 7, 2020
30ab898
1/2 way through get tests
DarqueWarrior Sep 7, 2020
2ab994d
renaming file to fix casing on linux
DarqueWarrior Sep 7, 2020
dea1a85
Casing fixed
DarqueWarrior Sep 7, 2020
c5ff8af
Move get tests
DarqueWarrior Sep 8, 2020
60c8557
Add get tests are done.
DarqueWarrior Sep 9, 2020
10365bc
Remove and set test
DarqueWarrior Sep 10, 2020
8bb1c27
Show tests
DarqueWarrior Sep 10, 2020
a54eb45
more unit test clean up
DarqueWarrior Sep 10, 2020
0717221
first unit test pass complete
DarqueWarrior Sep 11, 2020
3b0a65a
Changed Prime function to PreFill to make clearer.
DarqueWarrior Sep 11, 2020
9eb70f7
Added common releated and prereq to all help.
DarqueWarrior Sep 11, 2020
4511d6e
Validate Attributes ignore case
DarqueWarrior Sep 12, 2020
7a8c461
Adding Integration tests for Area and Iteration
DarqueWarrior Sep 12, 2020
17ec1b9
Fixed unit tests.
DarqueWarrior Sep 12, 2020
71a0fcd
Fixed Integration tests
DarqueWarrior Sep 12, 2020
d74954a
Fixed tests when there is more than one agent.
DarqueWarrior Sep 12, 2020
3507410
Removed ignored parameters
DarqueWarrior Sep 13, 2020
245a032
Cleared all PSScriptAnalyzer issues
DarqueWarrior Sep 13, 2020
9dc6405
Tested output of all Get-* functions
DarqueWarrior Sep 14, 2020
0eed7d5
All types changed from Team. to vsteam_lib.
DarqueWarrior Sep 14, 2020
bb905b5
renamed format files.
DarqueWarrior Sep 14, 2020
0682a09
renamed type files
DarqueWarrior Sep 14, 2020
4691d51
All types verified
DarqueWarrior Sep 14, 2020
c444f58
Fixing unit tests
DarqueWarrior Sep 14, 2020
adc627c
removing help.xml from repo
DarqueWarrior Sep 14, 2020
2a5a35d
Fixed PowerShell 5 issue with nullable DateTime
DarqueWarrior Sep 15, 2020
80fd54f
Fixing unit tests to run on PowerShell 5.x
DarqueWarrior Sep 15, 2020
25364f4
removing cmdletbinding on params
DarqueWarrior Sep 15, 2020
4d4120e
Adding CmdletBinding to all public functions.
DarqueWarrior Sep 15, 2020
8e5e6ed
Fixing c# unit test.
DarqueWarrior Sep 15, 2020
3960c64
Fixed CmdletBinding issue.
DarqueWarrior Sep 15, 2020
c5fcfa3
Added HelpUri to all public functions.
DarqueWarrior Sep 15, 2020
3dea581
New version notification.
DarqueWarrior Sep 16, 2020
35d09dd
Changed Write-Host to Write-Information
DarqueWarrior Sep 16, 2020
0e7738d
Fixed version check on macOS and Linux.
MyDevOpsDemos Sep 16, 2020
8318244
Fixing docs path.
DarqueWarrior Sep 17, 2020
2f220bf
Final changes for 7.0 merge
DarqueWarrior Sep 18, 2020
c7bd2b1
Fixing code coverage
DarqueWarrior Sep 18, 2020
1a35d15
Fixed newline to make cross platform.
DarqueWarrior Sep 18, 2020
9401d91
Removing unused types
DarqueWarrior Sep 20, 2020
4b4c1c3
UserEntitlement removed.
DarqueWarrior Sep 20, 2020
3ae1701
reviewed all format files.
DarqueWarrior Sep 20, 2020
0ad43e6
Changed ReleaseIdsFilter to ReleaseId on Get-VSTeamApproval
DarqueWarrior Sep 21, 2020
75d364b
Polish VSTeamAccessControlEntry
DarqueWarrior Sep 21, 2020
a3a20d0
VSTeam ProjectName fix
DarqueWarrior Sep 22, 2020
8368756
removed PS C:\> from doc examples.
DarqueWarrior Sep 22, 2020
55f7654
ProjectName is now a named parameter.
DarqueWarrior Sep 22, 2020
aac015e
Merge branch 'master' into moveclasses
DarqueWarrior Sep 22, 2020
3ec298f
fixing online help urls.
DarqueWarrior Sep 22, 2020
5f3e24f
Merge branch 'moveclasses' of https://github.com/MethodsAndPractices/…
DarqueWarrior Sep 22, 2020
1adb5bc
removed - from help parameters
DarqueWarrior Sep 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
70 changes: 70 additions & 0 deletions .docs/Get-VSTeamQuery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!-- #include "./common/header.md" -->

# Get-VSTeamQuery

## SYNOPSIS

<!-- #include "./synopsis/Get-VSTeamQuery.md" -->

## SYNTAX

## DESCRIPTION

<!-- #include "./synopsis/Get-VSTeamQuery.md" -->

## EXAMPLES

### -------------------------- EXAMPLE 1 --------------------------

```PowerShell
PS C:\> Get-VSTeamQuery MyProject
```

## PARAMETERS

<!-- #include "./params/projectName.md" -->

### -Depth

In the folder of queries, return child queries and folders to this depth.

```yaml
Type: Int
Default value: 1
```

### -Target

Specifies the version to use. The acceptable values for this parameter are:

- all
- clauses
- minimal
- none
- wiql

```yaml
Type: String
Default value: none
```

### -IncludeDeleted

Include deleted queries and folders

```yaml
Type: SwitchParameter
Required: false
Position: Named
Accept pipeline input: false
```

## INPUTS

## OUTPUTS

### Team.Query

## NOTES

## RELATED LINKS
2 changes: 1 addition & 1 deletion .docs/Get-VSTeamWorkItemType.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
### -------------------------- EXAMPLE 1 --------------------------

```PowerShell
PS R:\repos\vsteam> Get-WorkItemType -ProjectName test -WorkItemType 'Code Review Response'
PS R:\repos\vsteam> Get-VSTeamWorkItemType -ProjectName test -WorkItemType 'Code Review Response'
```

This command gets a single work item type.
Expand Down
1 change: 1 addition & 0 deletions .docs/synopsis/Get-VSTeamQuery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gets the root queries and their children.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ vsteam_wcore1903_ps7_tests_result.xml
integration/fullRun.ps1
integration/Start-PSCountdown.ps1
integrationTest-results.xml
.vs/ProjectSettings.json
.vs/vsteam/v16/.suo
.vs/vsteam/v16/TestStore/0/000.testlog
.vs/vsteam/v16/TestStore/0/testlog.manifest
14 changes: 14 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ExpandedNodes": [
"",
"\\lib",
"\\lib\\vsteam-lib",
"\\lib\\vsteam-lib.Test",
"\\lib\\vsteam-lib.Test\\sampleFiles",
"\\Source",
"\\Source\\Public",
"\\unit",
"\\unit\\test\\sampleFiles"
],
"PreviewInSolutionExplorer": false
}
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Start PowerShell",
"type": "coreclr",
"request": "launch",
"program": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"externalConsole": true
},
{
"type": "PowerShell",
"request": "launch",
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
"workbench.action.files.newUntitled"
],
"powershell.pester.useLegacyCodeLens": false,
"powershell.pester.outputVerbosity": "Detailed"
"powershell.pester.outputVerbosity": "Detailed",
"powershell.codeFormatting.addWhitespaceAroundPipe": true
}
26 changes: 20 additions & 6 deletions Build-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ param(
# runs the integration tests
[Parameter(ParameterSetName = "UnitTest")]
[Parameter(ParameterSetName = "All")]
[switch]$runIntegrationTests
[switch]$runIntegrationTests,

[Parameter(ParameterSetName = "UnitTest")]
[Parameter(ParameterSetName = "All")]
[switch]$skipLibBuild,

[string]$configuration = "LibOnly"
)

function Import-Pester {
Expand Down Expand Up @@ -114,25 +120,29 @@ if ($buildHelp.IsPresent) {
}
}

Write-Output 'Publishing about help files'
Write-Output 'Publishing: About help files'
Copy-Item -Path ./Source/en-US -Destination "$output/" -Recurse -Force
Copy-Item -Path ./Source/VSTeam.psm1 -Destination "$output/VSTeam.psm1" -Force

Write-Output 'Updating Functions To Export'
Write-Output ' Updating: Functions To Export'
$newValue = ((Get-ChildItem -Path "./Source/Public" -Filter '*.ps1').BaseName |
ForEach-Object -Process { Write-Output "'$_'" }) -join ','

(Get-Content "./Source/VSTeam.psd1") -Replace ("FunctionsToExport.+", "FunctionsToExport = ($newValue)") | Set-Content "$output/VSTeam.psd1"

Write-Output "Publish complete to $output"
if (-not $skipLibBuild.IsPresent) {
Write-Output ' Building: C# project'
dotnet build --nologo --verbosity quiet --configuration $configuration --output $output\bin lib
}

Write-Output "Publishing: Complete to $output"

# run the unit tests with Pester
if ($runTests.IsPresent) {
Import-Pester

$pesterArgs = [PesterConfiguration]::Default
$pesterArgs.Run.Path = '.\unit'
$pesterArgs.Output.Verbosity = "Detailed"
$pesterArgs.TestResult.Enabled = $true
$pesterArgs.TestResult.OutputPath = 'test-results.xml'

Expand All @@ -151,6 +161,10 @@ if ($runTests.IsPresent) {
}

Invoke-Pester -Configuration $pesterArgs

if (-not $skipLibBuild.IsPresent) {
dotnet test --nologo --configuration $configuration lib
}
}

# reload the just built module
Expand All @@ -160,7 +174,7 @@ if ($ipmo.IsPresent -or $analyzeScript.IsPresent -or $runIntegrationTests.IsPres
Remove-Module VSTeam
}

Write-Host "Importing module"
Write-Host " Importing: Module"

Import-Module "$output/VSTeam.psd1" -Force
Set-VSTeamAlias
Expand Down
4 changes: 2 additions & 2 deletions Merge-File.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PS C:\> Merge-File -InputFile .\Source\Classes\classes.json
Write-Verbose "Full Path: $fullPath"

$fileOrder = Get-Content $fullPath -Raw | ConvertFrom-Json
Write-Output "Processing: $($fileOrder.fileType) in $fullPath"
Write-Output "Processing: $($fileOrder.fileType) => $($fileOrder.outputFile)"

$workingDir = Split-Path $fullPath
Write-Verbose "Working Directory: $workingDir"
Expand All @@ -63,7 +63,7 @@ PS C:\> Merge-File -InputFile .\Source\Classes\classes.json
# This makes sure the file is there and empty.
# If the file already exisit it will be overwritten.
$null = New-Item -ItemType file -Path $output -Force
Write-Output "Creating: $output"
Write-Verbose "Creating: $output"

switch ($fileOrder.fileType) {
'formats' {
Expand Down
41 changes: 0 additions & 41 deletions Source/Classes/BuildCompleter.ps1

This file was deleted.

41 changes: 0 additions & 41 deletions Source/Classes/BuildDefinitionCompleter.ps1

This file was deleted.

52 changes: 0 additions & 52 deletions Source/Classes/InvokeCompleter.ps1

This file was deleted.

30 changes: 0 additions & 30 deletions Source/Classes/ProcessTemplateCompleter.ps1

This file was deleted.

Loading