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
/
Finders
/
ReferenceToMissingMemberFinder.cs
Age
Commit message (
Expand
)
Author
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
2021-09-01
reduce unneeded operations when scanning/rewriting mod DLLs
Jesse Plamondon-Willard
2020-09-05
minor cleanup
Jesse Plamondon-Willard
2020-08-26
fix some broken field references not detected
Jesse Plamondon-Willard
2020-08-26
remove now-unused instruction replace callback
Jesse Plamondon-Willard
2020-08-25
use inheritdoc in rewriters
Jesse Plamondon-Willard
2020-05-19
rewrite assembly rewriting, merge Harmony rewriters (#711)
Jesse Plamondon-Willard
2020-05-06
add base instruction handler (#711)
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-07-09
detect broken constructor references
Jesse Plamondon-Willard
2018-03-05
fix compatibility heuristics incorrectly flagging mods with missing optional ...
Jesse Plamondon-Willard
2018-03-03
automatically detect broken code (#453)
Jesse Plamondon-Willard