PKHeX/PKHeX.Core/Legality/RNG
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
..
Frame Minor clean 2019-09-10 22:07:50 -07:00
Locks Reduce npclock object size 2019-01-06 20:58:57 -08:00
MethodFinder.cs Add nullable reftype compiler checks to test proj 2019-09-23 18:13:51 -07:00
PIDGenerator.cs Fix Stationary haxorus encounter gen 2019-06-26 20:37:26 -07:00
PIDIV.cs Update cxd antishiny tracking 2019-01-06 01:26:18 -08:00
PIDType.cs Add recognition for Method 3 encounters 2019-06-19 19:15:06 -07:00
PIDTypeInfo.cs Add recognition for Method 3 encounters 2019-06-19 19:15:06 -07:00
RNG.cs use u/L 2019-02-23 15:36:26 -08:00