summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig.Analyzer
AgeCommit message (Expand)Author
2018-06-24update analyzer packagesJesse Plamondon-Willard
2018-05-04update net field listJesse Plamondon-Willard
2018-04-29add a few more avoidable net fields (#471)Jesse Plamondon-Willard
2018-04-28detect conversions due to explicit casts or 'x as y' expressions (#471)Jesse Plamondon-Willard
2018-04-28fix net field analyzers not detecting implicit conversions via binary express...Jesse Plamondon-Willard
2018-04-26don't warn when converting net fields to an interface they implementJesse Plamondon-Willard
2018-04-14update references to old warning IDs (#471)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-10warn for fields which no longer work (#471)Jesse Plamondon-Willard
2018-04-10tweak analyzer code & documentation (#471)Jesse Plamondon-Willard
2018-04-10fix some net field comparisons to null not flagged (#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-09rename file to match new scope (#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