Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-07 | Revert ShouldValidate | Evan Behar | |
2018-07-07 | Expand validation to respect CIL placeholders | Evan Behar | |
2018-07-06 | Fix type==null case | E. Behar | |
2018-07-06 | Linux-compatible scope resolution in validator | Evan Behar | |
2018-06-24 | move type match lambda up into TypeFinder (#532) | Jesse Plamondon-Willard | |
2018-04-19 | detect broken references to methods which changed generic return type (#453) | Jesse Plamondon-Willard | |
Previously generic types couldn't be compared correctly, since we'd end up with false differences like "Dictionary`1 != Dictionary<string, string>". That seems to be fixed now, possibly due to the PDB file being included. | |||
2018-04-18 | detect broken references to fields which changed generic type (#453) | Jesse Plamondon-Willard | |
Previously generic types couldn't be compared correctly, since we'd end up with false differences like "Dictionary`1 != Dictionary<string, string>". That seems to be fixed now, possibly due to the PDB file being included. | |||
2018-03-05 | fix compatibility heuristics incorrectly flagging mods with missing optional ↵ | Jesse Plamondon-Willard | |
references (#453) | |||
2018-03-04 | fix false broken-code detection when referencing a generic type (#453) | Jesse Plamondon-Willard | |
2018-03-04 | fix misplaced file (#453) | Jesse Plamondon-Willard | |
2018-03-03 | automatically detect broken code (#453) | Jesse Plamondon-Willard | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |