-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Fixing a bug where when a type that implements IEnumerable<KeyValu…
…ePair<,>> is rendered as a dictionary and its IEnumerator has multiple `Current` method implementation (explicit interface implementation + implicit), the selected `Current` property wasn't always the one of the `IEnumerable<KeyValuePair<,>> and it didn't return `KeyValuePair<,>` as it was expected, necessarily. 2. Adding the type-name in Circular References rendering
- Loading branch information
1 parent
21e326b
commit 0f3e0a1
Showing
4 changed files
with
58 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters