index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI
/
Framework
/
ModLoading
/
AssemblyDefinitionResolver.cs
Age
Commit message (
Collapse
)
Author
2022-07-08
refactor assembly resolver to avoid repeatedly copying search directory list
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in SMAPI where no logic changes are needed (#837)
Jesse Plamondon-Willard
2022-04-06
enable nullable annotations by default (#837)
Jesse Plamondon-Willard
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
2021-08-25
fix assembly resolver not tracking loaded mods correctly
Jesse Plamondon-Willard
2021-08-08
fix edge case where Netcode references aren't rewritten correctly
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-07-01
fix assembly definition resolver not disposing loaded definitions
Jesse Plamondon-Willard
2018-06-24
update to Mono.Cecil 0.10
Jesse Plamondon-Willard
2018-03-03
fix error in new incompatibility finders when they resolve members in a ↵
Jesse Plamondon-Willard
dependency (#453)
2017-10-07
reorganise repo structure
Jesse Plamondon-Willard