You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Matches name spaces as well as casts, attribute decorators. Force starting with letter to avoid matching array indices
something about not matching array indices but couldn't find an example of when it should not match
CoenraadS
changed the title
PowerShell namespace matching is strange when namespace contains brackets
PowerShell namespace matching is strange when namespace contains square brackets
Mar 1, 2018
Input:
I would expect:
Another example is:
[OutputType([System.Collections.Generic.List[int]])]
=>[OutputType([System.Collections.Generic.List[int]
The text was updated successfully, but these errors were encountered: