summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Deprecations/DeprecationManager.cs
AgeCommit message (Expand)Author
2022-11-11raise all deprecation messages to the final levelJesse Plamondon-Willard
2022-10-09make deprecation warnings a bit stronger for the upcoming 4.0.0 releaseJesse Plamondon-Willard
2022-08-20fix deprecation notices split into two messages unnecessarilyJesse Plamondon-Willard
2022-05-23shortcut common cases in hot code pathsJesse Plamondon-Willard
2022-05-15reduce performance impact of deprecation warningsJesse Plamondon-Willard
2022-04-30omit stack trace for deprecated code not called directly by the modJesse Plamondon-Willard
2022-04-19suppress some duplicate deprecation noticesJesse Plamondon-Willard
2022-04-19add immutable stack trace to cache stack infoJesse Plamondon-Willard
2022-04-19move deprecation code into namespaceJesse Plamondon-Willard