Downloads:
36,189
Downloads of v 2.2.383:
577
Last Update:
04 Nov 2024
Package Maintainer(s):
Software Author(s):
- Kirill Osenkov
Tags:
msbuild- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
MSBuild Structured Log Viewer
- 1
- 2
- 3
2.2.383 | Updated: 04 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
36,189
Downloads of v 2.2.383:
577
Maintainer(s):
Software Author(s):
- Kirill Osenkov
Tags:
msbuildMSBuild Structured Log Viewer 2.2.383
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kirill Osenkov. The inclusion of Kirill Osenkov trademark(s), if any, upon this webpage is solely to identify Kirill Osenkov goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install MSBuild Structured Log Viewer, run the following command from the command line or from PowerShell:
To upgrade MSBuild Structured Log Viewer, run the following command from the command line or from PowerShell:
To uninstall MSBuild Structured Log Viewer, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download msbuild-structured-log-viewer --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade msbuild-structured-log-viewer -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade msbuild-structured-log-viewer -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install msbuild-structured-log-viewer
win_chocolatey:
name: msbuild-structured-log-viewer
version: '2.2.383'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'msbuild-structured-log-viewer' do
action :install
source 'INTERNAL REPO URL'
version '2.2.383'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller msbuild-structured-log-viewer
{
Name = "msbuild-structured-log-viewer"
Version = "2.2.383"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'msbuild-structured-log-viewer':
ensure => '2.2.383',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 04 Nov 2024.
MSBuild 15.3 introduces a new command-line switch: /bl
to record all build events to a structured/binary log file:
Double-click the .binlog
file to open it in MSBuild Structured Log Viewer:
$ErrorActionPreference = 'Stop'; # stop on all errors
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'MSBuild Structured Log Viewer' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique
fileType = 'EXE' #only one of these: MSI or EXE (ignore MSU for now)
silentArgs = '--uninstall -s' # Squirrel
validExitCodes= @(0) #please insert other valid exit codes here
}
$uninstall = Get-UninstallRegistryKey -softwareName $packageArgs.softwareName
$packageArgs.file = ($uninstall.InstallLocation + "\update.exe")
Uninstall-ChocolateyPackage @packageArgs
From: https://raw.githubusercontent.com/KirillOsenkov/MSBuildStructuredLog/main/LICENSE
LICENSE
The MIT License (MIT)
Copyright (c) 2016 Kirill Osenkov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
md5: 7014554F39BCA3ABA288F017A328DC19 | sha1: 558D588F8506EA89E79B7EEA547A471A5FEEDB17 | sha256: 43DB19E1DF3A41002FE543D96E4A1AD71C5E58D0F884945A1543E85C717DC390 | sha512: 26E0A05F4CF6F147C86364FBFB2637140AC93DCE2B3719E0125C578CAFF94FB3351AFD1B43682DF95A057CC59A9E296BE6EFCD79E567ABEA0C0568243026A09A
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Original downloads are located at https://github.com/KirillOsenkov/MSBuildStructuredLog/releases
1. Download the .exe from the same release version that corresponds to this package version.
2. Calculate the checksum for the downloaded file and compare that to the one listed for this package on Chocolatey.org
Log in or click on link to see number of positives.
- msbuild-structured-log-viewer.2.2.383.nupkg (e1cac4841a1b) - ## / 68
- MSBuildStructuredLogSetup.exe (43db19e1df3a) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
MSBuild Structured Log Viewer 2.2.383 | 577 | Monday, November 4, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.376 | 248 | Sunday, October 27, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.375 | 10 | Sunday, October 27, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.356 | 515 | Wednesday, October 9, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.350 | 467 | Thursday, September 19, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.342 | 380 | Sunday, September 8, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.336 | 157 | Tuesday, September 3, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.324 | 67 | Monday, September 2, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.320 | 25 | Sunday, September 1, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.318 | 144 | Wednesday, August 28, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.289 | 1096 | Thursday, July 11, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.163 | 3442 | Thursday, January 18, 2024 | Approved | |
MSBuild Structured Log Viewer 2.2.2 | 1372 | Friday, November 17, 2023 | Approved | |
MSBuild Structured Log Viewer 2.1.758 | 5962 | Tuesday, December 20, 2022 | Approved | |
MSBuild Structured Log Viewer 2.1.596 | 7451 | Monday, December 27, 2021 | Approved | |
MSBuild Structured Log Viewer 2.1.404 | 4965 | Monday, April 5, 2021 | Approved | |
MSBuild Structured Log Viewer 2.1.176 | 2236 | Monday, July 27, 2020 | Approved | |
MSBuild Structured Log Viewer 2.0.152 | 2063 | Wednesday, November 6, 2019 | Approved | |
MSBuild Structured Log Viewer 2.0.113 | 589 | Tuesday, October 8, 2019 | Approved | |
MSBuild Structured Log Viewer 2.0.61 | 1416 | Sunday, December 2, 2018 | Approved | |
MSBuild Structured Log Viewer 2.0.11 | 534 | Monday, September 24, 2018 | Approved | |
MSBuild Structured Log Viewer 1.2.50 | 303 | Friday, September 7, 2018 | Approved | |
MSBuild Structured Log Viewer 1.1.224 | 979 | Thursday, January 4, 2018 | Approved | |
MSBuild Structured Log Viewer 1.1.204 | 508 | Sunday, December 17, 2017 | Approved | |
MSBuild Structured Log Viewer 1.1.168 | 683 | Tuesday, September 12, 2017 | Approved |
2016 Kirill Osenkov
Set the default back to the log tab.
-
- dotnet4.6 (≥ 4.6.81.20150925)
Ground Rules:
- This discussion is only about MSBuild Structured Log Viewer and the MSBuild Structured Log Viewer package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or MSBuild Structured Log Viewer, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.