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
If logging the contents of the PowerShell script go through formatting, there is a good chance that the formatter will mess it up somewhere. This is due to the use of { and } in PowerShell. So don't send it through formatting.
The text was updated successfully, but these errors were encountered:
If logging the contents of the PowerShell script go through formatting,
there is a good chance that the formatter will mess it up somewhere.
This is due to the use of `{` and `}` in PowerShell. Ensure it is not
sent through formatting.
If logging the contents of the PowerShell script go through formatting,
there is a good chance that the formatter will mess it up somewhere.
This is due to the use of `{` and `}` in PowerShell. Ensure it is not
sent through formatting.
* stable: (35 commits)
(GH-1478) Upgrade 7z to 18.1
(GH-1490) Remove quotes/apostrophes surrounding parameter
(maint) virtualize get_package_information
(maint) virtualize all calls in NuGetService
(GH-100) Log without colorization
(GH-100) add no color feature/option
(GH-100) add no color log4net config files
(maint) formatting
(#1489) Log PowerShell contents w/out formatting
(maint) Some options could be achieved w/FOSS
(maint) Add instructions for strong naming NuGet
(maint) update licensing code
(GH-1488) License validation logging
(specs) add pack scenario nuspec
(maint) Whitespace changes
(GH-1500) Disable re-validation of Chocolatey License File
(doc) update etiquette statement
(build) allow builds with any .NET 4.x
(doc) update licensed changelog
(maint) update licensing
...
# Conflicts:
# README.md
ferventcoder
changed the title
PowerShell script contents should not log through formatting
PowerShell script contents logging should not error if they have contents mistaken for log formatting
Mar 4, 2018
ferventcoder
changed the title
PowerShell script contents logging should not error if they have contents mistaken for log formatting
logging: PowerShell script contents logging should not error if they have contents mistaken for log formatting
Mar 4, 2018
If logging the contents of the PowerShell script go through formatting, there is a good chance that the formatter will mess it up somewhere. This is due to the use of
{
and}
in PowerShell. So don't send it through formatting.The text was updated successfully, but these errors were encountered: