Metadata >> NuGet >> AutoCleaner

AutoCleaner

Metadata

Authors Wojciech Kotlarski
Copyrights Copyright © Wojciech Kotlarski 2015
Description Automated Cleaning Tool, allowing to reduce manual cleanup code in SetUp / TearDown methods used in test projects.
Language en-US
LicenseUrl http://opensource.org/licenses/BSD-2-Clause
Owners Wojciech Kotlarski
ProjectUrl https://github.com/Suremaker/AutoCleaner
ReleaseNotes Introduced StateCleaner allowing to reset instance state.
RequireLicenseAcceptance False
Summary Automated Cleaning Tool
Tags unit testing auto cleanup nunit mstest vstest mbunit
Title AutoCleaner
PackageSize 18590
PackageHashAlgorithm SHA512
PackageHash YjJIXxNRT1pDIy2CMJtREX4RrxUf+rh8rwoS0BfKP64XaauRqTmzZoYVt7IVZ3FrDplQqusGvNs7dIUhYzYsKA==
DownloadCount 000000
CreatedDate 2015-04-03T22:33:39

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install AutoCleaner -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AutoCleaner -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package AutoCleaner
Installing the package (HTTP Basic authentication):
Install-Package AutoCleaner -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package AutoCleaner -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package AutoCleaner

OpenWrap

Installing the package:
o add-wrap AutoCleaner
Uninstalling the package:
o remove-wrap AutoCleaner

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0.0