summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig/Framework/UserErrorException.cs
AgeCommit message (Collapse)Author
2022-04-12remove `#nullable disable` in mod build package (#837)Jesse Plamondon-Willard
Since it targets .NET Standard 2.0, they're not available anyway.
2022-04-06enable 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.
2017-10-08rewrite mod build package per new docsJesse Plamondon-Willard