summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading/Finders/ReferenceToMissingMemberFinder.cs
AgeCommit message (Expand)Author
2022-04-13enable nullable annotations in SMAPI where no logic changes are needed (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2021-09-01reduce unneeded operations when scanning/rewriting mod DLLsJesse Plamondon-Willard
2020-09-05minor cleanupJesse Plamondon-Willard
2020-08-26fix some broken field references not detectedJesse Plamondon-Willard
2020-08-26remove now-unused instruction replace callbackJesse Plamondon-Willard
2020-08-25use inheritdoc in rewritersJesse Plamondon-Willard
2020-05-19rewrite assembly rewriting, merge Harmony rewriters (#711)Jesse Plamondon-Willard
2020-05-06add base instruction handler (#711)Jesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-07-09detect broken constructor referencesJesse Plamondon-Willard
2018-03-05fix compatibility heuristics incorrectly flagging mods with missing optional ...Jesse Plamondon-Willard
2018-03-03automatically detect broken code (#453)Jesse Plamondon-Willard