We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.view(s).ps1
.view.ps1 files have been supported for some time, and have generally been interpreted as a custom formatter for that file.
.view.ps1
These have the potential to be significantly more useful if viewed thru the lens of extension methods.
.types.ps1xml
They also have the potential to provide useful information about conditions, via a [ValidateScript] attribute.
[ValidateScript]
The text was updated successfully, but these errors were encountered:
StartAutomating
No branches or pull requests
.view.ps1
files have been supported for some time, and have generally been interpreted as a custom formatter for that file.These have the potential to be significantly more useful if viewed thru the lens of extension methods.
.view.ps1
should be exported into.types.ps1xml
#231.types.ps1xml
#232They also have the potential to provide useful information about conditions, via a
[ValidateScript]
attribute..view.ps1
should support conditions with[ValidateScript]
#233.view.ps1
should support multiple views #234The text was updated successfully, but these errors were encountered: