mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
825e06130e
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 |
||
---|---|---|
.. | ||
PIDIVTests.cs | ||
PKMTests.cs | ||
StatTest.cs |