security system #447
Annotations
6 warnings
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.
|
UnitystationLauncher/ViewModels/ServersPanelViewModel.cs#L43
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.
|
UnitystationLauncher/ViewModels/ServersPanelViewModel.cs#L125
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.
|
UnitystationLauncher/Services/CodeScanService.cs#L78
Converting null literal or possible null value to non-nullable type.
|
UnitystationLauncher/ContentScanning/AssemblyTypeChecker.Config.cs#L58
Dereference of a possibly null reference.
|
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