JJ.Framework.Reflection 1.3.6681.33420

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package JJ.Framework.Reflection --version 1.3.6681.33420
                    
NuGet\Install-Package JJ.Framework.Reflection -Version 1.3.6681.33420
                    
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="JJ.Framework.Reflection" Version="1.3.6681.33420" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JJ.Framework.Reflection" Version="1.3.6681.33420" />
                    
Directory.Packages.props
<PackageReference Include="JJ.Framework.Reflection" />
                    
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 JJ.Framework.Reflection --version 1.3.6681.33420
                    
#r "nuget: JJ.Framework.Reflection, 1.3.6681.33420"
                    
#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.
#addin nuget:?package=JJ.Framework.Reflection&version=1.3.6681.33420
                    
Install JJ.Framework.Reflection as a Cake Addin
#tool nuget:?package=JJ.Framework.Reflection&version=1.3.6681.33420
                    
Install JJ.Framework.Reflection as a Cake Tool

Extensions to the System.Reflection and System.Linq.Expressions namespaces.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on JJ.Framework.Reflection:

Package Downloads
JJ.Framework.Exceptions

Contains many exception classes for common basic errors. Clear messages, concise syntax, strongly-typed, good performance. Generates messages like "myParent.MyChildren[0].MyProperty is null.", "height of 2 is less than 10.", "Customer with key { customerNumber = 1234, customerType = Subscriber } not found."

JJ.Framework.Conversion

Makes it easier to convert simple types.

JJ.Framework.Xml

XmlToObjectConverter converts an XmlDocument or string to an object graph. The way to map XML to classes is easier than the classic ways in .NET. XmlHelper allows you to access XML in a null-safe and multiplicity-safe way. It uses XmlDocument as the underlying .NET API.

JJ.Framework.Collections

LINQ overloads. SelectRecursive SelectAncestors Add Remove AddRange Concat CrossJoin Distinct DistinctMany Except FirstWithClearException SingleOrDefaultWithClearException SingleWithClearException ForEach IndexOf TryGetIndexOf MinOrDefault MaxOrDefault PeekOrDefault PopOrDefault Product RemoveFirst Repeat ToHashSet ToNonUniqueDictionary TrimAll TryRemoveFirst Union Zip item.AsArray item.AsList item.AsEnumerable. Also a RedBlackTree and KeyValuePairHelper ConvertNamesAndValuesListToKeyValuePairs and ConvertNamesAndValuesListToDictionary.

JJ.Framework.Testing

Helper for unit tests. Mimics the Assert class, but will display the tested expression in error messages, instead of being vague about it or laborious to program. It also offers methods to evaluate if the right exception goes off in the right spot with the right exception type and / or the right message.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.6877.41324 11,434 10/31/2018
1.4.6874.33783 9,280 10/27/2018
1.4.6870.35782 8,712 10/23/2018
1.4.6870.35459 9,818 10/23/2018
1.4.6862.40441 14,836 10/15/2018
1.3.6681.33420 7,793 4/17/2018
1.2.6640.39173 6,856 3/7/2018
1.1.0.31224 7,263 3/4/2018
1.0.6633.36153 1,954 2/28/2018
1.0.6633.34565 11,992 2/28/2018
0.250.2324 146 4/27/2025
0.250.2323 149 4/27/2025
0.250.2322 145 4/27/2025
0.250.2313 180 4/27/2025

2018-03-07: ReflectionHelper.IsSimpleType.