PKHeX/Tests/PKHeX.Core.Tests/PKM
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
..
PIDIVTests.cs Add nullable reftype compiler checks to test proj 2019-09-23 18:13:51 -07:00
PKMTests.cs Minor clean 2019-09-10 22:07:50 -07:00
StatTest.cs Minor simplifications 2019-07-12 16:41:13 -07:00