Age | Commit message (Expand) | Author |
2021-12-04 | fix code warnings | Jesse Plamondon-Willard |
2021-11-28 | update to .NET 5 and official 64-bit | Jesse Plamondon-Willard |
2021-08-08 | enable parallel analyzer execution | Jesse Plamondon-Willard |
2020-06-14 | tweak build files | Jesse Plamondon-Willard |
2019-09-14 | remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent assem... | Jesse Plamondon-Willard |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard |
2019-09-14 | bump .NET Standard version used by the mod build package to match toolkit | Jesse Plamondon-Willard |
2019-09-14 | update code analysis package | Jesse Plamondon-Willard |
2019-09-14 | group technical docs, add general shortcut for mod build package docs (#651) | Jesse Plamondon-Willard |
2019-09-14 | simplify project names | Jesse Plamondon-Willard |
2019-09-14 | drop support for old versions of SMAPI and Visual Studio in mod build package | Jesse Plamondon-Willard |
2019-09-13 | use same .csproj charset as Visual Studio tools | Jesse Plamondon-Willard |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard |
2018-12-27 | enable latest C# features | Jesse Plamondon-Willard |
2018-06-24 | update analyzer packages | Jesse Plamondon-Willard |
2018-05-04 | update net field list | Jesse Plamondon-Willard |
2018-04-29 | add a few more avoidable net fields (#471) | Jesse Plamondon-Willard |
2018-04-28 | detect conversions due to explicit casts or 'x as y' expressions (#471) | Jesse Plamondon-Willard |
2018-04-28 | fix net field analyzers not detecting implicit conversions via binary express... | Jesse Plamondon-Willard |
2018-04-26 | don't warn when converting net fields to an interface they implement | Jesse Plamondon-Willard |
2018-04-14 | update references to old warning IDs (#471) | Jesse Plamondon-Willard |
2018-04-14 | don't warn for NetCollection conversion to implemented interface (#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 |
2018-04-10 | tweak analyzer code & documentation (#471) | Jesse Plamondon-Willard |
2018-04-10 | fix some net field comparisons to null not flagged (#471) | Jesse Plamondon-Willard |
2018-04-09 | fix net field replacements not reported for a subclass reference (#471) | Jesse Plamondon-Willard |
2018-04-09 | tweak message output and unit tests (#471) | Jesse Plamondon-Willard |
2018-04-09 | rename file to match new scope (#471) | Jesse Plamondon-Willard |
2018-04-09 | warn when directly using a net field that has a non-net wrapper (#471) | Jesse Plamondon-Willard |
2018-04-09 | add mod code analyzers to detect implicit net field conversion issues (#471) | Jesse Plamondon-Willard |