Remove System.Array type data - #3231
Conversation
|
PetSerAl, |
|
#3230 is opened to track other |
| Context "Get-TypeData" { | ||
| It "System.Array" { | ||
| (Get-TypeData System.Array).TypeName | Should Be System.Array | ||
| Get-TypeData System.Array | Should Be $null |
There was a problem hiding this comment.
Why do we need this test? Maybe remove?
There was a problem hiding this comment.
I just add it by analogy to other existing test. If you think, that it is not necessary here, then I can remove that last commit.
There was a problem hiding this comment.
I removed this test using on-page edit.
There was a problem hiding this comment.
Dongbo Wang (@daxian-dbw) You could just remove one last commit.
There was a problem hiding this comment.
PetSerAl Yes. I made this change with the online editor. But I'm going to squash and merge, so it should be fine.
|
PetSerAl Thanks for the contribution! |
* Rename Types_Ps1Xml.generated.cs * Remove <auto-generated> header from Types_Ps1Xml.cs * Remove System.Array type data * Update `Get-TypeData` tests
Closes #3222