Merge branch 'feature/spawns' into performance #34
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:
Weikio.PluginFramework.Microsoft.DependencyInjection/PluginExtensions.cs#L15
Possible null reference return.
|
test:
Weikio.PluginFramework.Microsoft.DependencyInjection/DefaultPluginOption.cs#L6
Possible null reference return.
|
test:
Weikio.PluginFramework.Microsoft.DependencyInjection/PluginProvider.cs#L53
Possible null reference return.
|
test:
Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L179
Possible null reference return.
|
test:
Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L197
Dereference of a possibly null reference.
|
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.
|