Add test coverage in the CI#1
Merged
Merged
Annotations
10 warnings
|
Roguelike.Core.Tests/Game/Systems/Logics/StructureSiegeSystemTests.cs#L156
Dereference of a possibly null reference.
|
|
Roguelike.Core.Tests/Game/Systems/Logics/StructureSiegeSystemTests.cs#L133
Dereference of a possibly null reference.
|
|
Roguelike.Core/Game/Levels/LevelManager.cs#L113
Dereference of a possibly null reference.
|
|
Roguelike.Core/Utils/RandomExtension.cs#L8
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
|
Roguelike.Console/Rendering/ConsoleRenderer.cs#L306
This call site is reachable on all platforms. 'Console.SetBufferSize(int, int)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Roguelike.Core.Tests/Game/Systems/Logics/StructureSiegeSystemTests.cs#L177
Dereference of a possibly null reference.
|
|
Roguelike.Core.Tests/Game/Systems/Logics/StructureSiegeSystemTests.cs#L156
Dereference of a possibly null reference.
|
|
Roguelike.Core.Tests/Game/Systems/Logics/StructureSiegeSystemTests.cs#L133
Dereference of a possibly null reference.
|
|
Roguelike.Core/Game/Levels/LevelManager.cs#L113
Dereference of a possibly null reference.
|
|
Roguelike.Core/Utils/RandomExtension.cs#L8
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
The logs for this run have expired and are no longer available.
Loading