Closed amirrajan closed 12 years ago
property access is case insensitive, so should the exclude method on gemini,
The case insensitive logic is here: https://github.com/amirrajan/Oak/blob/master/Oak/Gemini.cs#L276
The tests are here: https://github.com/amirrajan/Oak/blob/master/Oak.Tests/describe_Gemini/accessing_property.cs#L66
released in oak-edge 1.2.0 and 2.1.5
property access is case insensitive, so should the exclude method on gemini,
The case insensitive logic is here: https://github.com/amirrajan/Oak/blob/master/Oak/Gemini.cs#L276
The tests are here: https://github.com/amirrajan/Oak/blob/master/Oak.Tests/describe_Gemini/accessing_property.cs#L66