Skip to content

Add support for Spearhead 1944 Creator DLC (#94) #199

Add support for Spearhead 1944 Creator DLC (#94)

Add support for Spearhead 1944 Creator DLC (#94) #199

Triggered via push July 24, 2023 15:25
Status Success
Total duration 1m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests: ArmaForces.Arma.Server/Config/Settings.cs#L53
Possible null reference return.
tests: ArmaForces.Arma.Server/Config/ModsetConfig.cs#L74
Dereference of a possibly null reference.
tests: ArmaForces.Arma.Server/Config/ModsetConfig.cs#L86
Dereference of a possibly null reference.
tests: ArmaForces.Arma.Server/Features/Servers/A2SInfo.cs#L138
Possible null reference argument for parameter 'logger' in 'void LoggerExtensions.LogTrace(ILogger logger, string? message, params object?[] args)'.
tests: ArmaForces.ArmaServerManager/Startup.cs#L81
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
tests: ArmaForces.ArmaServerManager/Services/MaintenanceService.cs#L18
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.
tests: ArmaForces.ArmaServerManager/Pages/Mods.cshtml.cs#L30
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.
tests: ArmaForces.ArmaServerManager/Features/Steam/Content/ContentFileVerifier.cs#L85
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
tests: ArmaForces.ArmaServerManager/Common/HttpClientBase.cs#L24
Nullability of reference types in value of type 'Result<T?>' doesn't match target type 'Result<T>'.
tests: ArmaForces.ArmaServerManager/Features/Jobs/Persistence/Models/JobStateHistoryDataModel.cs#L19
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.