summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig.Analyzer.Tests
AgeCommit message (Expand)Author
2023-01-08update packagesJesse Plamondon-Willard
2022-06-10update unit test & web dependenciesJesse Plamondon-Willard
2022-04-16fix broken unit testsJesse Plamondon-Willard
2022-04-12enable nullable annotations in unit tests (#837)Jesse Plamondon-Willard
2022-04-06fix all warnings to simplify migration to nullable annotations (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-04-06remove some unused/redundant codeJesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2021-11-28update to .NET 5 and official 64-bitJesse Plamondon-Willard
2021-11-27migrate web project to .NET 6, update web & unit test packagesJesse Plamondon-Willard
2021-04-30update web and unit test packagesJesse Plamondon-Willard
2020-11-17update internal dependenciesJesse Plamondon-Willard
2020-10-03update dependenciesJesse Plamondon-Willard
2020-08-02update dependenciesJesse Plamondon-Willard
2020-05-07update packagesJesse Plamondon-Willard
2020-02-22update packagesJesse Plamondon-Willard
2020-02-01update packagesJesse Plamondon-Willard
2019-11-24update packagesJesse Plamondon-Willard
2019-09-14update packagesJesse Plamondon-Willard
2019-09-14remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent assem...Jesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14update code analysis packageJesse Plamondon-Willard
2019-09-14update NuGet packagesJesse Plamondon-Willard
2019-09-14group technical docs, add general shortcut for mod build package docs (#651)Jesse Plamondon-Willard
2019-09-14simplify project namesJesse Plamondon-Willard
2019-09-14update NuGet packagesJesse Plamondon-Willard
2019-09-13use same .csproj charset as Visual Studio toolsJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-27enable latest C# featuresJesse Plamondon-Willard
2018-11-04update unit test packagesJesse Plamondon-Willard
2018-09-12update internal dependenciesJesse Plamondon-Willard
2018-06-24update analyzer packagesJesse Plamondon-Willard
2018-06-24update unit test packagesJesse Plamondon-Willard
2018-04-28detect conversions due to explicit casts or 'x as y' expressions (#471)Jesse Plamondon-Willard
2018-04-27remove alias no longer needed in SDV 1.3 (#453)Jesse Plamondon-Willard
2018-04-14don't warn for NetCollection conversion to implemented interface (#471)Jesse Plamondon-Willard
2018-04-14don't warn for NetList conversion to implemented interface (#471)Jesse Plamondon-Willard
2018-04-14rewrite analyzers to match more cases, use readable warning IDs (#471)Jesse Plamondon-Willard
2018-04-11update unit test packagesJesse Plamondon-Willard
2018-04-10warn for fields which no longer work (#471)Jesse Plamondon-Willard
2018-04-10tweak analyzer code & documentation (#471)Jesse Plamondon-Willard
2018-04-10expand analyzer unit tests (#471)Jesse Plamondon-Willard
2018-04-10move mock classes out of sample code (#471)Jesse Plamondon-Willard
2018-04-09fix net field replacements not reported for a subclass reference (#471)Jesse Plamondon-Willard
2018-04-09tweak message output and unit tests (#471)Jesse Plamondon-Willard
2018-04-09warn when directly using a net field that has a non-net wrapper (#471)Jesse Plamondon-Willard
2018-04-09add mod code analyzers to detect implicit net field conversion issues (#471)Jesse Plamondon-Willard