Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | remove some unused/redundant code | Jesse Plamondon-Willard | |
2022-04-06 | use target-typed new | Jesse Plamondon-Willard | |
2021-08-08 | enable parallel analyzer execution | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | group technical docs, add general shortcut for mod build package docs (#651) | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-04-28 | detect conversions due to explicit casts or 'x as y' expressions (#471) | Jesse Plamondon-Willard | |
2018-04-14 | update references to old warning IDs (#471) | Jesse Plamondon-Willard | |
2018-04-14 | don't warn for NetList conversion to implemented interface (#471) | Jesse Plamondon-Willard | |
2018-04-14 | rewrite analyzers to match more cases, use readable warning IDs (#471) | Jesse Plamondon-Willard | |
2018-04-10 | warn for fields which no longer work (#471) | Jesse Plamondon-Willard | |