PKHeX/PKHeX.Core/Legality
Kurt 825e06130e Add nullable reftype compiler checks to test proj
New in c# 8
Assert.True(check for null) doesn't give a hint that the obj isnt null
afterwards.
Assert.NotNull does have the compiler hint attribute
could probably use fluentexpression syntax, but resharper doesn't pick
up on the nonnullable hint like vs does.
GeneratorTests: swap FirstOrDefault to First, can keep the fluent style
and resharper gets the hint.

tl;dr : resharper doesn't look at external lib for hints, gotta use
Assert.NotNull or something that doesn't return null
2019-09-23 18:13:51 -07:00
..
Areas Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
Encounters Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
Enums Misc updates 2018-12-29 22:19:44 -08:00
Evolutions Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
Learnset Misc updates 2019-02-24 13:57:10 -08:00
Moves Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
RNG Add nullable reftype compiler checks to test proj 2019-09-23 18:13:51 -07:00
Structures Minor updates 2019-05-11 10:12:14 -07:00
Tables Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
Verifiers Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
Analysis.cs Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
BulkAnalysis.cs Updates continued 2019-04-14 16:04:36 -07:00
Checks.cs Minor tweaks 2019-09-14 11:48:07 -07:00
Core.cs Add swsh content placeholders (#2392) 2019-09-23 16:56:47 -07:00
Data.cs Update xy fashion edits 2018-08-08 21:27:14 -07:00
GBRestrictions.cs Misc clean 2019-09-10 00:21:51 -07:00
LegalityCheckStrings.cs Minor simplification 2019-05-11 13:10:51 -07:00
Memories.cs Misc clean 2019-09-10 00:21:51 -07:00
VivillonTables.cs Fix vivillon comparisons 2019-05-16 22:01:11 -07:00
WordFilter.cs add lock for cross thread dictionary manip 2018-08-25 10:48:37 -07:00