VOOZH about

URL: https://www.nuget.org/packages/CommonTools/

⇱ NuGet Gallery | CommonTools 0.0.1602.2603




CommonTools 0.0.1602.2603

dotnet add package CommonTools --version 0.0.1602.2603
 
 
NuGet\Install-Package CommonTools -Version 0.0.1602.2603
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CommonTools" Version="0.0.1602.2603" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommonTools" Version="0.0.1602.2603" />
 
Directory.Packages.props
<PackageReference Include="CommonTools" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CommonTools --version 0.0.1602.2603
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CommonTools, 0.0.1602.2603"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CommonTools@0.0.1602.2603
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommonTools&version=0.0.1602.2603
 
Install as a Cake Addin
#tool nuget:?package=CommonTools&version=0.0.1602.2603
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Fluent Null check
- With
- Return
- If
- Unless
- Do
- As<>
- AsNullable<>
- Cast<>
- SilentCast<>
- TryWith
- TryReturn
- TryDo
-Throw

Check argument and throw exception
- ShouldnotBeNull
- ShouldHaveValue (for T?)
- ShouldBeInRange
- ShouldnotBeInRange
- ShouldBeAtLeast
- ShouldBeAtMost
- ShouldSatisfyCondition

Enumerable extensions
- ForEach
- In
- Iterate

String extensions
- IsNullOrEmpty
- IsNullOrWhitespace
- FillFormat
- JoinToString
- JoinNotEmptyToString
- JoinNotBlankToString
- ConcatToString
- Parse<T>

Enum extensions
- GetAttribute<T>
- GetAttributes<T>
- GetDescription
- GetDescriptionOrValue

Reflection extensions
- GetUnderlyingType
- GetMemberValueExpression

Expression visitors:
- GetMembersExpressionVisitor
- GetParametersExpressionVisitor
- UpdateMembersExpressionVisitor
- UpdateParametersExpressionVisitor

Expression extensions:
- AndAlso
- OrElse
- GetParameters
- UpdateParameter
- GetMembers
- GetMemberExpressions
- GetLeafMembers
- GetLeafMemberExpressions
- UpdateMembers

Multithreading
- ReadLock
- WriteLock
- UpgradeableLock
- ReaderWriterLockAsync

ReaderWriterLockSlim extensions
- UseReadLock
- UseWriteLock
- UseUpgradeableLock

Product Versions Compatible and additional computed target framework versions.
.NET Framework net40 net40 is compatible.  net403 net403 was computed.  net45 net45 is compatible.  net451 net451 is compatible.  net452 net452 is compatible.  net46 net46 is compatible.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
Universal Windows Platform uap uap was computed.  uap10.0 uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CommonTools:

Package Downloads
Tekla.Structures.CommonObjects

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1602.2603 25,861 2/26/2016
0.0.1602.2602 2,493 2/26/2016
0.0.1602.2601 2,211 2/26/2016
0.0.1602.2519 2,450 2/25/2016
0.0.1602.2505 2,151 2/25/2016
0.0.1602.2502 2,371 2/25/2016
Loading failed

Multithreading
- ReaderWriterLockAsync