Metadata >> NuGet >> CSharpTest.Net.Library >> 2.14.126.467

2.14.126.467

Metadata

Authors Roger Knapp
Copyrights Copyright 2008-2011 by Roger Knapp, Licensed under the Apache License, Version 2.0
Description ==CSharpTest.Net.Library== A collection of unrelated helper classes and utilities for a wide variety of uses: - Base classes like Disposable, Comparable, Equatable - Configuration based UserSettings - Object cloning and deep cloning - Disposable lists - OrdinalList / set operations on bits - SetList / set operations on small lists - Parsing command-line arguments - Complete command-line interpreter - BinaryComparer and ReferenceComparer implementations - Cryptography AES Rijndael RSA Process PBKDF2 Hash Salt Password PasswordKey SaltedData SecureString Whirlpool HashStream Secure Transfer over PKI - Thread safe EventHandler for WinForms - Base64Stream ByteEncoding HexEncoding HexStream Safe64Encoding Safe64Stream - Xml and Html Parser and DOM tree with XSLT/XPath support - Missing interfaces like IClonable<T> IFactory<T> and ITransactable - IO Stream utilities Aggregate stream base, ClampedStream, CombinedStream DisposingStream NonClosingStream CopyStream MarshallingStream StreamCache - TempDirectory and TempFile to manage temporary file resources - FragmentedFile storing multiple streams of data in a single file - IpcChannel for fully connected cross process event broadcasting - ProcessRunner and AssemblyRunner to run command-line and capture output - ScriptRunner to run a variety of common script types and capture output - Property and nested property value serializer via reflection - Binary and Text serializaiton for most common .NET types - ArgumentList for parsing command-line switch arguments - FileList a collection of FileInfo's - ILockStrategy and ILockFactory to abstract reader/writer locking - SimpleReadWriteLocking based on Monitor.Enter (faster than the two built in Reader/Writer locks) - Lock diagnostics and statistics like debug locking, counter locking - MutexLock a Disposable wrapper for a Mutex - SafeLock a Disposable wrapper for Monitor.Enter - WorkQueue for Action and Action<T> delegates - WaitAndContinue single-thread work list based on wait handles - ObjectKeepAlive to keep a limited reference list to WeakReferences - WeakReference<T> a strongly typed derivation of WeakReferences - RegexPatterns a list of commonly used patterns
IconUrl http://csharptest.net/favicon.ico
Language en-US
LicenseUrl http://csharptest.net/src/LICENSE-2.0.txt
Owners Roger Knapp
ProjectUrl http://code.google.com/p/csharptest-net/
ReleaseNotes See the main project page (http://code.google.com/p/csharptest-net/) for release notes.
RequireLicenseAcceptance False
Summary CSharpTest.Net.Library is a collection of unrelated helper classes and utilities for a wide variety of uses.
Tags Class Library Clone DeepClone CommandLine CommandInterpreter ArgumentList Crypto Cryptography IO Stream HTML XML Parser IPC Events Process ProcessRunner ScriptRunner Serialization Synchronization Threading
Title CSharpTest.Net.Library
PackageSize 3550871
PackageHashAlgorithm SHA512
PackageHash HGDye2XKKJhF4REl3cepuBJcfonQq5yH6InivyPI7e6Bz0UR/cQQaRZpgkx5KL67+cOiVXx8YAGfRXCKePuz8w==
DownloadCount 000000
CreatedDate 2014-01-26T22:05:24

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CSharpTest.Net.Library -Version 2.14.126.467 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CSharpTest.Net.Library -Version 2.14.126.467 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete CSharpTest.Net.Library 2.14.126.467 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package CSharpTest.Net.Library -Version 2.14.126.467 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CSharpTest.Net.Library -Version 2.14.126.467 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap CSharpTest.Net.Library -Version 2.14.126.467
Uninstalling the package:
o remove-wrap CSharpTest.Net.Library

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v2.0 Binaries
AnyCPU Release .NETFramework,Version=v3.5 Binaries
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries