Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFinzer authored Jul 3, 2018
1 parent f76b7c1 commit 2700c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dotnet add package CompareNETObjects

## Supported Types
* Classes
* Dynamic Objects (Expando)
* Dynamic (Expando objects are supported but not DynamicObject)
* Anonymous Types
* Primitive Types (String, Int, Boolean, etc.)
* Structs
Expand All @@ -97,6 +97,7 @@ dotnet add package CompareNETObjects

# Limitations
* Custom Collections with Non-Integer Indexers cannot be compared.
* DynamicObject type is not supported but will be implemented in 2020 when the library is versioned to .NET Framework 4.5
* When ignoring the collection order, the collection matching spec cannot be a field on a child class. It has to be a property or field of the class.
* The Portable and .NET Standard builds cannot compare private fields or properties on a classs. This is a security restriction by Microsoft.
* ElapsedMilliseconds does not work for Portable and .NET Standard builds as there is no StopWatch in those frameworks.
Expand Down

0 comments on commit 2700c54

Please sign in to comment.