summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Framework/AssemblyParseResult.cs
AgeCommit message (Collapse)Author
2017-02-02rewrite mod assembly loading (#229)Jesse Plamondon-Willard
This greatly simplifies mod loading, eliminates the .cache folders by loading assemblies in memory, ensures DLLs are loaded in leaf-to-root order, and reduces log verbosity. These changes should address a range of issues, notably #221 and #226.