Skip to content

Merge branch 'feature/spawns' into performance #34

Merge branch 'feature/spawns' into performance

Merge branch 'feature/spawns' into performance #34

Triggered via push October 22, 2023 18:08
Status Failure
Total duration 1m 36s
Artifacts

pipeline.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
test: Executables/Game/World/Map.cs#L288
Operator '.' cannot be applied to operand of type 'void'
test: Executables/Game/World/Map.cs#L288
Operator '.' cannot be applied to operand of type 'void'
test
Process completed with exit code 1.
test: Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L159
Cannot convert null literal to non-nullable reference type.
test: Core/Core/Utils/QuadTree.cs#L144
Possible mistaken empty statement
test: Core/Core/Networking/Connection.cs#L172
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: Executables/Auth/Packets/LoginFailed.cs#L13
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: Executables/Auth/Packets/LoginRequest.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.