Jesse Plamondon-Willard
|
a4c6c61684
|
enable parallel analyzer execution
|
2021-08-08 00:32:19 -04:00 |
Jesse Plamondon-Willard
|
79181012ee
|
tweak build files
|
2020-06-14 10:55:52 -04:00 |
Jesse Plamondon-Willard
|
25e4aa14d8
|
remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent assembly names
|
2019-09-14 19:12:40 -04:00 |
Jesse Plamondon-Willard
|
fd77ae93d5
|
fix typos and inconsistent spelling
|
2019-09-14 19:08:06 -04:00 |
Jesse Plamondon-Willard
|
8700084300
|
bump .NET Standard version used by the mod build package to match toolkit
|
2019-09-14 18:52:39 -04:00 |
Jesse Plamondon-Willard
|
db141f3976
|
update code analysis package
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 18:52:33 -04:00 |
Jesse Plamondon-Willard
|
1dde811c36
|
group technical docs, add general shortcut for mod build package docs (#651)
|
2019-09-14 18:43:59 -04:00 |
Jesse Plamondon-Willard
|
abffdc2dab
|
simplify project names
|
2019-09-14 17:46:34 -04:00 |
Jesse Plamondon-Willard
|
6fdb29d806
|
drop support for old versions of SMAPI and Visual Studio in mod build package
|
2019-09-14 16:57:38 -04:00 |
Jesse Plamondon-Willard
|
fb04b67a2b
|
use same .csproj charset as Visual Studio tools
|
2019-09-13 17:44:41 -04:00 |
Jesse Plamondon-Willard
|
c4a82418ac
|
tweak comment header convention
|
2018-12-27 12:39:10 -05:00 |
Jesse Plamondon-Willard
|
51e65fc8a0
|
enable latest C# features
|
2018-12-27 02:40:57 -05:00 |
Jesse Plamondon-Willard
|
1c10e54d05
|
update analyzer packages
|
2018-06-24 18:55:04 -04:00 |
Jesse Plamondon-Willard
|
05f81cb85f
|
update net field list
|
2018-05-04 18:46:46 -04:00 |
Jesse Plamondon-Willard
|
46fe7a86a7
|
add a few more avoidable net fields (#471)
|
2018-04-29 11:35:01 -04:00 |
Jesse Plamondon-Willard
|
6be4d5abe0
|
detect conversions due to explicit casts or 'x as y' expressions (#471)
|
2018-04-28 16:07:41 -04:00 |
Jesse Plamondon-Willard
|
e1eca00c66
|
fix net field analyzers not detecting implicit conversions via binary expressions (#471)
|
2018-04-28 15:10:54 -04:00 |
Jesse Plamondon-Willard
|
83f89c6ef3
|
don't warn when converting net fields to an interface they implement
|
2018-04-26 23:18:53 -04:00 |
Jesse Plamondon-Willard
|
97120c6df2
|
update references to old warning IDs (#471)
|
2018-04-14 20:33:43 -04:00 |
Jesse Plamondon-Willard
|
1848abe7d5
|
don't warn for NetCollection conversion to implemented interface (#471)
|
2018-04-14 20:14:31 -04:00 |
Jesse Plamondon-Willard
|
6d8cf614a2
|
don't warn for NetList conversion to implemented interface (#471)
|
2018-04-14 19:51:50 -04:00 |
Jesse Plamondon-Willard
|
c2cb76b799
|
rewrite analyzers to match more cases, use readable warning IDs (#471)
|
2018-04-14 17:53:58 -04:00 |
Jesse Plamondon-Willard
|
13f31e8b72
|
warn for fields which no longer work (#471)
|
2018-04-10 18:23:57 -04:00 |
Jesse Plamondon-Willard
|
c6c2302baf
|
tweak analyzer code & documentation (#471)
|
2018-04-10 18:23:39 -04:00 |
Jesse Plamondon-Willard
|
1fb625dc42
|
fix some net field comparisons to null not flagged (#471)
|
2018-04-10 18:23:08 -04:00 |
Jesse Plamondon-Willard
|
971ed1a175
|
fix net field replacements not reported for a subclass reference (#471)
|
2018-04-09 23:43:13 -04:00 |
Jesse Plamondon-Willard
|
c8db771e11
|
tweak message output and unit tests (#471)
|
2018-04-09 23:25:10 -04:00 |
Jesse Plamondon-Willard
|
416e1c3c1b
|
rename file to match new scope (#471)
|
2018-04-09 22:34:11 -04:00 |
Jesse Plamondon-Willard
|
4f5f463bd2
|
warn when directly using a net field that has a non-net wrapper (#471)
|
2018-04-09 22:33:45 -04:00 |
Jesse Plamondon-Willard
|
f52f7ca36f
|
add mod code analyzers to detect implicit net field conversion issues (#471)
|
2018-04-09 19:32:00 -04:00 |