Skip to content

Merge pull request #125 from japsuu/dev #169

Merge pull request #125 from japsuu/dev

Merge pull request #125 from japsuu/dev #169

Triggered via push May 20, 2024 07:54
Status Failure
Total duration 46s
Artifacts

build_client.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 22 warnings
build-ubuntu-latest: src/Korpi/Client/source/GameClient.cs#L2
The type or namespace name 'Server' does not exist in the namespace 'Korpi' (are you missing an assembly reference?)
build-ubuntu-latest: src/Korpi/Client/source/GameClient.cs#L20
The type or namespace name 'GameServer' could not be found (are you missing a using directive or an assembly reference?)
build-ubuntu-latest: src/Korpi/Client/source/GameClient.cs#L2
The type or namespace name 'Server' does not exist in the namespace 'Korpi' (are you missing an assembly reference?)
build-ubuntu-latest: src/Korpi/Client/source/GameClient.cs#L20
The type or namespace name 'GameServer' could not be found (are you missing a using directive or an assembly reference?)
build-ubuntu-latest
Process completed with exit code 1.
build-windows-latest
The job was canceled because "ubuntu-latest" failed.
build-windows-latest
The operation was canceled.
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: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetManager.cs#L355
Cannot convert null literal to non-nullable reference type.
build-macOS-latest: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetManager.cs#L409
Cannot convert null literal to non-nullable reference type.
build-macOS-latest: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetManager.cs#L410
Cannot convert null literal to non-nullable reference type.
build-macOS-latest: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetManager.cs#L414
Cannot convert null literal to non-nullable reference type.
build-macOS-latest: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetManager.cs#L417
Cannot convert null literal to non-nullable reference type.
build-macOS-latest: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetManager.cs#L418
Cannot convert null literal to non-nullable reference type.
build-macOS-latest: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetUtils.cs#L202
Nullability of reference types in type of parameter 'a' of 'int NetworkSorter.Compare(NetworkInterface a, NetworkInterface b)' doesn't match implicitly implemented member 'int IComparer<NetworkInterface>.Compare(NetworkInterface? x, NetworkInterface? y)' (possibly because of nullability attributes).
build-macOS-latest: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetUtils.cs#L202
Nullability of reference types in type of parameter 'b' of 'int NetworkSorter.Compare(NetworkInterface a, NetworkInterface b)' doesn't match implicitly implemented member 'int IComparer<NetworkInterface>.Compare(NetworkInterface? x, NetworkInterface? y)' (possibly because of nullability attributes).
build-macOS-latest: src/Korpi/KorpiEngine/Rendering/Shaders/Variables/Uniform.cs#L47
Non-nullable field '_value' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetUtils.cs#L202
Nullability of reference types in type of parameter 'a' of 'int NetworkSorter.Compare(NetworkInterface a, NetworkInterface b)' doesn't match implicitly implemented member 'int IComparer<NetworkInterface>.Compare(NetworkInterface? x, NetworkInterface? y)' (possibly because of nullability attributes).
build-ubuntu-latest: src/Korpi/KorpiEngine/Networking/LowLevel/Transports/LiteNetLib/Core/LiteNetLib/NetUtils.cs#L202
Nullability of reference types in type of parameter 'b' of 'int NetworkSorter.Compare(NetworkInterface a, NetworkInterface b)' doesn't match implicitly implemented member 'int IComparer<NetworkInterface>.Compare(NetworkInterface? x, NetworkInterface? y)' (possibly because of nullability attributes).
build-ubuntu-latest: src/Korpi/KorpiEngine/Networking/LowLevel/NetStack/Buffers/ArrayPool.cs#L32
Cannot convert null literal to non-nullable reference type.