Skip to content

FIX null issues

FIX null issues #45

Re-run triggered October 23, 2023 06:07
Status Success
Total duration 1m 36s
Artifacts

pipeline.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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: 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.
test: Executables/Auth/Packets/LoginRequest.cs#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.