Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-08 | update packages | Jesse Plamondon-Willard | |
2022-06-10 | update unit test & web dependencies | Jesse Plamondon-Willard | |
2022-04-16 | fix broken unit tests | Jesse Plamondon-Willard | |
2022-04-12 | enable nullable annotations in unit tests (#837) | Jesse Plamondon-Willard | |
2022-04-06 | fix all warnings to simplify migration to nullable annotations (#837) | Jesse Plamondon-Willard | |
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-11-28 | update to .NET 5 and official 64-bit | Jesse Plamondon-Willard | |
2021-11-27 | migrate web project to .NET 6, update web & unit test packages | Jesse Plamondon-Willard | |
2021-04-30 | update web and unit test packages | Jesse Plamondon-Willard | |
2020-11-17 | update internal dependencies | Jesse Plamondon-Willard | |
2020-10-03 | update dependencies | Jesse Plamondon-Willard | |
2020-08-02 | update dependencies | Jesse Plamondon-Willard | |
2020-05-07 | update packages | Jesse Plamondon-Willard | |
2020-02-22 | update packages | Jesse Plamondon-Willard | |
2020-02-01 | update packages | Jesse Plamondon-Willard | |
2019-11-24 | update packages | Jesse Plamondon-Willard | |
2019-09-14 | update packages | Jesse Plamondon-Willard | |
2019-09-14 | remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵ | Jesse Plamondon-Willard | |
assembly names | |||
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2019-09-14 | update code analysis package | Jesse Plamondon-Willard | |
This commit updates the code analysis package to the one available in Visual Studio 2017 v15.9; the next version matches Visual Studio 2019. | |||
2019-09-14 | update NuGet packages | 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 | update NuGet packages | 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-11-04 | update unit test packages | Jesse Plamondon-Willard | |
2018-09-12 | update internal dependencies | Jesse Plamondon-Willard | |
2018-06-24 | update analyzer packages | Jesse Plamondon-Willard | |
2018-06-24 | update unit test packages | Jesse Plamondon-Willard | |
2018-04-28 | detect conversions due to explicit casts or 'x as y' expressions (#471) | Jesse Plamondon-Willard | |
2018-04-27 | remove alias no longer needed in SDV 1.3 (#453) | 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-11 | update unit test packages | 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 | expand analyzer unit tests (#471) | Jesse Plamondon-Willard | |
2018-04-10 | move mock classes out of sample code (#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 | 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 | |