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
/
DeprecationManager.cs
Age
Commit message (
Collapse
)
Author
2022-04-19
move deprecation code into namespace
Jesse Plamondon-Willard
2022-04-14
show simplified stack trace for deprecation notices
Jesse Plamondon-Willard
2022-04-14
track full mod & stack metadata in queued deprecation warnings
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in the rest of SMAPI core (#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.
2022-04-06
use target-typed new
Jesse Plamondon-Willard
2021-01-02
detect and block map replacements that would crash the game due to tilesheet ↵
Jesse Plamondon-Willard
changes
2020-12-26
deprecate ConsoleCommands.Trigger method
Jesse Plamondon-Willard
2020-08-23
minor cleanup
Jesse Plamondon-Willard
2020-07-26
use ordinal comparison/sorting instead of invariant
Jesse Plamondon-Willard
2019-09-14
remove deprecated APIs (#606)
Jesse Plamondon-Willard
2019-09-13
default Monitor.Log to trace
Jesse Plamondon-Willard
2019-02-24
make it clear that mods will break in SMAPI 3.0 (#606)
Jesse Plamondon-Willard
2019-02-24
bump deprecation levels for upcoming SMAPI 3.0 release (#606)
Jesse Plamondon-Willard
2019-02-07
fix 'unknown mod' deprecation warnings showing stack trace in non-developer mode
Jesse Plamondon-Willard
2019-02-07
fix 'unknown mod' deprecation warnings showing wrong stack trace
Jesse Plamondon-Willard
2018-12-29
increase deprecation levels for the upcoming SMAPI 3.0
Jesse Plamondon-Willard
2018-12-27
tweak comment header convention
Jesse Plamondon-Willard
2018-12-04
deprecate old events (#606)
Jesse Plamondon-Willard
2018-11-07
print deprecation messages in batches for easier reading
Jesse Plamondon-Willard
2017-12-11
generalise internal mod registry (#409)
Jesse Plamondon-Willard
2017-12-10
adjust reflection API to correctly reflect what it does (#410)
Jesse Plamondon-Willard
2017-10-07
reorganise repo structure
Jesse Plamondon-Willard