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
For items that want to have quiet output, it appears that running methods in GetChocolatey set the output to RegularOutput. This was added in #1296, but there isn't a clear reason. It is likely added to see logs and then forgotten about.
The text was updated successfully, but these errors were encountered:
When running commands with GetChocolatey, it appears the output is
getting explicitly set to RegularOutput. Change this so that it is not
set at all here and managed by the user when they run the command. If
a call wants to be silent, with this here it would not be allowed.
Allow that call to be silent.
* stable:
(GH-1347) API Fix: GetConfiguration() manipulates config
(GH-1395) API - dependency log4net >= 2.0.3
(GH-1396) API Fix: config output is explicitly set
(GH-1347) API method comments for Configuration
(maint) API -move GetConfiguration
For items that want to have quiet output, it appears that running methods in GetChocolatey set the output to RegularOutput. This was added in #1296, but there isn't a clear reason. It is likely added to see logs and then forgotten about.
The text was updated successfully, but these errors were encountered: