Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFinzer committed Oct 11, 2018
2 parents 086c190 + 42e6b08 commit 68ba39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ dotnet add package CompareNETObjects

# Limitations
* Custom Collections with Non-Integer Indexers cannot be compared.
* Private properties and fields cannot be compared for .NET Core 1.3. They are allowed to be compared in .NET Core 2.0 and higher.
* 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 or parent class. It has to be a property or field of the class. The property has to be a simple type.
* ElapsedMilliseconds does not work for .NET Standard builds as there is no StopWatch in those frameworks.
Expand Down

0 comments on commit 68ba39f

Please sign in to comment.