summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler/Patches/DictionaryPatcher.cs
AgeCommit message (Collapse)Author
2022-01-29remove unneeded dictionary patchJesse Plamondon-Willard
The dictionary errors were improved in .NET 5, so they include the key automatically.
2021-10-07add key to duplicate-dictionary-key exceptionsJesse Plamondon-Willard
2021-07-30migrate to the new Harmony patch pattern used in my modsJesse Plamondon-Willard
That improves validation and error-handling.
2021-07-30rename patch classes for consistencyJesse Plamondon-Willard