CSharpTest.Net.Library
2.12.810.409
See the version list below for details.
dotnet add package CSharpTest.Net.Library --version 2.12.810.409
NuGet\Install-Package CSharpTest.Net.Library -Version 2.12.810.409
<PackageReference Include="CSharpTest.Net.Library" Version="2.12.810.409" />
paket add CSharpTest.Net.Library --version 2.12.810.409
#r "nuget: CSharpTest.Net.Library, 2.12.810.409"
// Install CSharpTest.Net.Library as a Cake Addin #addin nuget:?package=CSharpTest.Net.Library&version=2.12.810.409 // Install CSharpTest.Net.Library as a Cake Tool #tool nuget:?package=CSharpTest.Net.Library&version=2.12.810.409
==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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CSharpTest.Net.Library:
Package | Downloads |
---|---|
CSharpTest.Net.BPlusTree
==CSharpTest.Net.BPlusTree== This library is a fairly full featured IDictionary<TKey, TValue> implementation backed by a B+Tree on disk. The instance is thread-safe and supports a form of MVCC (Multi Version Concurancy Control) to support non-blocking reads. Great for storing a local cache or use it as a completly local stand-alone database. DEPRECATED: Source moved to: https://github.com/csharptest/CSharpTest.Net.Collections Package moved to: https://www.nuget.org/packages/CSharpTest.Net.Collections |
|
TileSharp.LruCache
Description |
|
DevAudit
Identify known vulnerabilities in development packages and applications (NuGet, MSI, Chocolatey, OneGet, Bower) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.14.126.467 | 130,643 | 1/26/2014 |
2.12.810.409 | 4,439 | 8/10/2012 |
1.11.924.348 | 3,920 | 9/30/2011 |
See the main project page (http://code.google.com/p/csharptest-net/) for release notes.