Downloads:
1,715
Downloads of v 1.0:
1,289
Last Update:
04 Jan 2017
Package Maintainer(s):
Software Author(s):
- Charlie Poole
Tags:
nunit project editor unit testingNUnit Project Editor
- 1
- 2
- 3
1.0 | Updated: 04 Jan 2017
Downloads:
1,715
Downloads of v 1.0:
1,289
Maintainer(s):
Software Author(s):
- Charlie Poole
NUnit Project Editor 1.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Charlie Poole. The inclusion of Charlie Poole trademark(s), if any, upon this webpage is solely to identify Charlie Poole goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install NUnit Project Editor, run the following command from the command line or from PowerShell:
To upgrade NUnit Project Editor, run the following command from the command line or from PowerShell:
To uninstall NUnit Project Editor, 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-project-editor --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-project-editor -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-project-editor -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-project-editor
win_chocolatey:
name: nunit-project-editor
version: '1.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nunit-project-editor' do
action :install
source 'INTERNAL REPO URL'
version '1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nunit-project-editor
{
Name = "nunit-project-editor"
Version = "1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nunit-project-editor':
ensure => '1.0',
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 by moderator flcdrg on 29 Aug 2020.
NUnit supports NUnit projects (extension .nunit) to define a collection of test assemblies that are loaded and run together. This tool is used to edit the contents of an NUnit Test Project.
NUnit Project Editor 1.0.0 - December 31, 2016
First independent production release of the project editor. This release features a chocolatey install package.
Issues Resolved
* 1 Project Editor needs an icon
* 2 Null reference exception on switching to XmlView
* 3 Move assemblies up and down in the list
* 5 Use forward slashes for paths in XML file
* 9 CI Server for nunit-project-editor
* 14 Update tests to NUnit3
* 15 Crash when changing ApplicationBase
* 17 Name and version appear twice in the About
* 21 Create Chocolatey package
* 22 Update package references
* 25 Standardize pre-release suffixes for editor packages
NUnit-Project-Editor 0.9.0 - February 12, 2011
Initial independent release of the project editor. This release is identical (except for the release number) to the version that was previously bundled with NUnit 2.6.4. It is classified as a pre-1.0 release because of changes needed for it to function well in conjunction with later versions of NUnit.
Copyright (c) 2016 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.
md5: E7900E97E18742101FC20ECB85E2E503 | sha1: B2C8F45C334D49882B4F52AF4F387896EDE9D9EE | sha256: 68F0AA4C5DB6348364BFFF25DBDF2BDBA91CA3959E663B5F13F78E04266326BB | sha512: D071F6B6245F341AF660031BF200B3BD48B1E5B239738DEE9D371A133F727A9A94E1CA8ACBD7593E828D09CE635F22E61EEF9987FDA1DC74E1E2AE8A95583395
Log in or click on link to see number of positives.
- nunit-editor.exe (1695d86c39e2) - ## / 56
- nunit-project-editor.1.0.nupkg (a53448d1a5b6) - ## / 56
- nunit-editor.exe (68f0aa4c5db6) - ## / 57
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 Project Editor 1.0 | 1289 | Wednesday, January 4, 2017 | Approved | |
NUnit Project Editor 1.0-rc | 426 | Sunday, January 1, 2017 | Exempted |
2016 Charlie Poole
This is the first independent production release of the editor, which was previously bundled with NUnit V2.
This package has no dependencies.
Ground Rules:
- This discussion is only about NUnit Project Editor and the NUnit Project Editor 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 Project Editor, 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.