security system #467
Annotations
6 warnings
Test:
UnitystationLauncher/Models/Api/Server.cs#L13
Non-nullable property 'ServerGoodFileVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
UnitystationLauncher/ContentScanning/AssemblyTypeChecker.Config.cs#L57
Dereference of a possibly null reference.
|
Test:
UnitystationLauncher/Services/CodeScanService.cs#L81
Converting null literal or possible null value to non-nullable type.
|
Test:
UnitystationLauncher/ViewModels/ServersPanelViewModel.cs#L44
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
UnitystationLauncher/ViewModels/ServersPanelViewModel.cs#L124
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
UnitystationLauncher/Services/HubBuildCommunicationPipeService.cs#L18
Non-nullable field 'coolPipeHubBuildCommunication' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading