Downloads:
14,188
Downloads of v 3.7.1:
9,360
Last Update:
17 Sep 2021
Package Maintainer(s):
Software Author(s):
- Charlie Poole
Tags:
nunit test testing tdd runnerNUnit 3 - NUnit V2 Result Writer Extension
- 1
- 2
- 3
3.7.1 | Updated: 17 Sep 2021
Downloads:
14,188
Downloads of v 3.7.1:
9,360
Maintainer(s):
Software Author(s):
- Charlie Poole
NUnit 3 - NUnit V2 Result Writer Extension 3.7.1
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install NUnit 3 - NUnit V2 Result Writer Extension, run the following command from the command line or from PowerShell:
To upgrade NUnit 3 - NUnit V2 Result Writer Extension, run the following command from the command line or from PowerShell:
To uninstall NUnit 3 - NUnit V2 Result Writer Extension, 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 nunit-extension-nunit-project-loader --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 nunit-extension-nunit-project-loader -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 nunit-extension-nunit-project-loader -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 nunit-extension-nunit-project-loader
win_chocolatey:
name: nunit-extension-nunit-project-loader
version: '3.7.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nunit-extension-nunit-project-loader' do
action :install
source 'INTERNAL REPO URL'
version '3.7.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nunit-extension-nunit-project-loader
{
Name = "nunit-extension-nunit-project-loader"
Version = "3.7.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nunit-extension-nunit-project-loader':
ensure => '3.7.1',
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 18 Sep 2021.
This extension allows NUnit to create result files in the V2 format, which is used by many CI servers.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the NUnit Project itself. The binaries are
identical to those in the NUnit.Extension.NUnitProjectLoader nuget package.
md5: ACBD4D67D5F0CA77015A23BE044665B4 | sha1: DE5BCE5BE8816FAC7DFD53BA619A3DAD2F344294 | sha256: FDF61E650BD6DC50B1F33D7E9BBC5DE86A131EBB5BD55721A1ED0B5ACBB81CCA | sha512: 663815C79D72D381C3364F0BBA692202CBDB59A1497DA1E9381CF9813D7C5BF233CAC0C868427C56E8EB9D013F3BD275F661BFA2F32BE5C12BAA374BB90CA96B
Copyright (c) 2016-2021 Charlie Poole
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.
## NUnit Project Loader Extension 3.7.1 - September 17, 2021
This release serves as a final test of our build automation.
There are no changes other than those related to the build.
### Build
* 35 Update Cake to version 1.2.0
* 37 Change default branch from master to main
* 38 Standardize build scripts for extensions
* 41 Automate the GitHub release process
## NUnit Project Loader Extension 3.7.0 - August 29, 2021
No new features or bug fixes but includes changes in the build script
to facilitate moving to the next major version of the extension, v4.0.
This is expected to be the final release of the 3.x series.
### Issues Resolved
* 17 Add functional package tests to build
* 18 Automate publication of packages
* 20 Update Cake version and get build working again
* 23 Refactor Cake scripts
* 33 Specify console versions for each test separately
## NUnit Project Loader Extension 3.6.0 - July 28, 2017
Fixes several packaging errors and adds a new chocolatey package. Runners and engines
installed under chocolatey will see and make use of this package.
### Issues Resolved
* 2 Change API reference to released version
* 4 Create file of constants for XML element and attribute names
* 7 No license file in NuGet package
* 8 Integrate chocolatey package in release build script
## NUnit Project Loader Extension 3.5.0 - October 6, 2016
The first independent release of the nunit-project-loader extension.
Log in or click on link to see number of positives.
- nunit-project-loader.dll (fdf61e650bd6) - ## / 64
- nunit-extension-nunit-project-loader.3.7.1.nupkg (210c156bbb54) - ## / 59
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 |
---|---|---|---|---|
NUnit 3 - NUnit V2 Result Writer Extension 3.7.1 | 9360 | Friday, September 17, 2021 | Approved | |
NUnit 3 - NUnit V2 Result Writer Extension 3.7.0 | 195 | Monday, August 30, 2021 | Approved | |
NUnit 3 - NUnit Project Loader Extension 3.6.0 | 4239 | Wednesday, July 26, 2017 | Approved | |
NUnit 3 - NUnit Project Loader Extension 3.5.0 | 394 | Friday, July 7, 2017 | Approved |
Copyright (c) 2016 Charlie Poole
This package has no dependencies.
Ground Rules:
- This discussion is only about NUnit 3 - NUnit V2 Result Writer Extension and the NUnit 3 - NUnit V2 Result Writer Extension 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 NUnit 3 - NUnit V2 Result Writer Extension, 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.