add missing cover #53
Annotations
11 warnings
|
|
|
DdfGuide.Tests/Searching/AudioDramaSearcherTests.cs#L11
Non-nullable field '_audioDramas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
DdfGuide.Tests/Searching/AudioDramaSearcherTests.cs#L12
Non-nullable field '_searcher' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
DdfGuide.Tests/AudioDramaExplorerTests.cs#L13
Non-nullable field '_explorer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
DdfGuide.Tests/AudioDramaExplorerTests.cs#L14
Non-nullable field '_audioDramas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
DdfGuide.Tests/UserDataImportExportTests.cs#L13
Non-nullable field '_mocker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
DdfGuide.Tests/UserDataChangedEventTests.cs#L9
Non-nullable field '_sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
DdfGuide.Tests/SampleProviders.cs#L13
Possible null reference argument for parameter 'source' in 'IEnumerable<AudioDramaDto> Enumerable.Take<AudioDramaDto>(IEnumerable<AudioDramaDto> source, int count)'.
|
|
DdfGuide.Tests/OnUserDataChangedInCacheSaverTest.cs#L10
Non-nullable field '_userDatas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
DdfGuide.Tests/OnUserDataChangedInCacheSaverTest.cs#L11
Non-nullable field '_cache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
DdfGuide.Tests/NavigatorTests.cs#L11
Non-nullable field '_navigator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading