JJ.Framework.Reflection
1.2.6640.39173
Prefix Reserved
See the version list below for details.
dotnet add package JJ.Framework.Reflection --version 1.2.6640.39173
NuGet\Install-Package JJ.Framework.Reflection -Version 1.2.6640.39173
<PackageReference Include="JJ.Framework.Reflection" Version="1.2.6640.39173" />
paket add JJ.Framework.Reflection --version 1.2.6640.39173
#r "nuget: JJ.Framework.Reflection, 1.2.6640.39173"
// Install JJ.Framework.Reflection as a Cake Addin #addin nuget:?package=JJ.Framework.Reflection&version=1.2.6640.39173 // Install JJ.Framework.Reflection as a Cake Tool #tool nuget:?package=JJ.Framework.Reflection&version=1.2.6640.39173
Extensions to the System.Reflection and System.Linq.Expressions namespaces.
Product | Versions 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. |
-
- JJ.Framework.Common (>= 1.2.0 && < 1.3.0)
- JJ.Framework.PlatformCompatibility (>= 1.2.0 && < 1.3.0)
- JJ.Framework.Text (>= 1.2.0 && < 1.3.0)
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 | 10,800 | 10/31/2018 |
1.4.6874.33783 | 8,686 | 10/27/2018 |
1.4.6870.35782 | 8,194 | 10/23/2018 |
1.4.6870.35459 | 9,214 | 10/23/2018 |
1.4.6862.40441 | 14,262 | 10/15/2018 |
1.3.6681.33420 | 7,306 | 4/17/2018 |
1.2.6640.39173 | 6,401 | 3/7/2018 |
1.1.0.31224 | 6,752 | 3/4/2018 |
1.0.6633.36153 | 1,745 | 2/28/2018 |
1.0.6633.34565 | 11,176 | 2/28/2018 |
2018-03-07: JJ.Framework.Reflection: ReflectionHelper.IsSimpleType.