Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | tweak new code | Jesse Plamondon-Willard | |
2022-11-10 | don't validate manifest if we're not deploying or zipping the mod | Jesse Plamondon-Willard | |
That would break cases like unit test projects, which don't have a manifest.json file. | |||
2022-11-10 | move validation logic out of Manifest model | Jesse Plamondon-Willard | |
This avoids tightly coupling higher logic to the implementation class, since we can validate the interface. | |||
2022-10-18 | add detailed manifest validation errors at build time | Tyler | |
2022-07-06 | update code annotations | Jesse Plamondon-Willard | |
2022-04-12 | remove `#nullable disable` in mod build package (#837) | Jesse Plamondon-Willard | |
Since it targets .NET Standard 2.0, they're not available anyway. | |||
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-11-28 | add BundleExtraAssemblies package option for new .NET 5 reference model | Jesse Plamondon-Willard | |
2021-11-28 | add IgnoreModFilePaths option to package | Jesse Plamondon-Willard | |
2020-09-11 | improve logging in mod build package | Jesse Plamondon-Willard | |
2020-09-05 | add mod build package option to change the Mods path | Jesse Plamondon-Willard | |
2020-05-16 | use newer C# features | Jesse Plamondon-Willard | |
2018-06-30 | fix NuGet package validating required files when they're not needed (#555) | Jesse Plamondon-Willard | |
2018-06-24 | add mod build config option to ignore custom files by regex (#549) | Jesse Plamondon-Willard | |
2017-10-11 | fix mod deploy failing to create subfolders if they don't already exist | Jesse Plamondon-Willard | |
2017-10-10 | move validation back into .targets for MonoDevelop compatibility | Jesse Plamondon-Willard | |
2017-10-10 | validate build context before build | Jesse Plamondon-Willard | |
2017-10-09 | rm unneeded code | Jesse Plamondon-Willard | |
2017-10-08 | rewrite mod build package per new docs | Jesse Plamondon-Willard | |
2017-10-08 | move zip logic into method | Jesse Plamondon-Willard | |
2017-10-08 | rename build task for broader use | Jesse Plamondon-Willard | |