This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Update cache key #426
Annotations
10 warnings
tests/VegDex.TestHelpers/EntityTests.cs#L32
Dereference of a possibly null reference.
|
tests/VegDex.TestHelpers/EntityTests.cs#L39
Converting null literal or possible null value to non-nullable type.
|
tests/VegDex.TestHelpers/EntityTests.cs#L67
Converting null literal or possible null value to non-nullable type.
|
tests/VegDex.TestHelpers/EntityTests.cs#L72
Possible null reference argument for parameter 'elementType' in 'Array Array.CreateInstance(Type elementType, int length)'.
|
tests/VegDex.TestHelpers/EntityTests.cs#L77
Converting null literal or possible null value to non-nullable type.
|
tests/VegDex.TestHelpers/EntityTests.cs#L79
Converting null literal or possible null value to non-nullable type.
|
tests/VegDex.TestHelpers/EntityTests.cs#L92
Converting null literal or possible null value to non-nullable type.
|
src/VegDex.Core/Entities/Base/Entity.cs#L7
'Entity.Id' hides inherited member 'EntityBase<int>.Id'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/VegDex.Core/Repositories/Base/IRepository.cs#L13
Cannot convert null literal to non-nullable reference type.
|
src/VegDex.Core/Repositories/Base/IRepository.cs#L14
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading