Merge pull request #110 from japsuu/japsuu-add-licence #149
Annotations
33 warnings
build-ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-ubuntu-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'x' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|
build-ubuntu-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'y' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|
build-ubuntu-latest:
source/client/source/World/Chunks/ChunkManager.cs#L212
Unreachable code detected
|
build-ubuntu-latest:
source/client/source/Debugging/Profiling/KorpiProfiler.cs#L26
Unreachable code detected
|
build-ubuntu-latest:
source/client/source/Generation/TerrainGenerators/GlassTerrainGenerator.cs#L43
Unreachable code detected
|
build-ubuntu-latest:
source/client/source/Generation/TerrainGenerators/HeightmapTerrainGenerator.cs#L45
Unreachable code detected
|
build-ubuntu-latest:
source/client/source/Modding/ModLoader.cs#L82
Unreachable code detected
|
build-ubuntu-latest:
source/client/source/Rendering/Shaders/Variables/Uniform.cs#L46
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-ubuntu-latest:
source/client/source/Rendering/Buffers/Buffer.cs#L101
Cannot convert null literal to non-nullable reference type.
|
build-ubuntu-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'x' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|
build-macOS-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-macOS-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'x' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|
build-macOS-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'y' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|
build-macOS-latest:
source/client/source/World/Chunks/ChunkManager.cs#L212
Unreachable code detected
|
build-macOS-latest:
source/client/source/Debugging/Profiling/KorpiProfiler.cs#L26
Unreachable code detected
|
build-macOS-latest:
source/client/source/Generation/TerrainGenerators/HeightmapTerrainGenerator.cs#L45
Unreachable code detected
|
build-macOS-latest:
source/client/source/Generation/TerrainGenerators/GlassTerrainGenerator.cs#L43
Unreachable code detected
|
build-macOS-latest:
source/client/source/Modding/ModLoader.cs#L82
Unreachable code detected
|
build-macOS-latest:
source/client/source/Rendering/Buffers/Buffer.cs#L101
Cannot convert null literal to non-nullable reference type.
|
build-macOS-latest:
source/client/source/Rendering/Shaders/Variables/Uniform.cs#L46
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-macOS-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'x' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|
build-windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-windows-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'x' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|
build-windows-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'y' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|
build-windows-latest:
source/client/source/Debugging/Profiling/KorpiProfiler.cs#L26
Unreachable code detected
|
build-windows-latest:
source/client/source/Generation/TerrainGenerators/HeightmapTerrainGenerator.cs#L45
Unreachable code detected
|
build-windows-latest:
source/client/source/Generation/TerrainGenerators/GlassTerrainGenerator.cs#L43
Unreachable code detected
|
build-windows-latest:
source/client/source/Modding/ModLoader.cs#L82
Unreachable code detected
|
build-windows-latest:
source/client/source/Rendering/Buffers/Buffer.cs#L101
Cannot convert null literal to non-nullable reference type.
|
build-windows-latest:
source/client/source/World/Chunks/ChunkManager.cs#L212
Unreachable code detected
|
build-windows-latest:
source/client/source/Rendering/Shaders/Variables/Uniform.cs#L46
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-windows-latest:
source/client/source/World/Chunks/ChunkManager.cs#L397
Nullability of reference types in type of parameter 'x' of 'int ChunkDistanceComparer.Compare(ChunkColumn x, ChunkColumn y)' doesn't match implicitly implemented member 'int IComparer<ChunkColumn>.Compare(ChunkColumn? x, ChunkColumn? y)' (possibly because of nullability attributes).
|