Skip to content

don't show disabled addons in downloadable list #51

don't show disabled addons in downloadable list

don't show disabled addons in downloadable list #51

Triggered via push June 11, 2024 04:37
Status Success
Total duration 2m 7s
Artifacts

dotnet.yml

on: push
Build_and_Test
1m 56s
Build_and_Test
Build_and_Test_Linux
34s
Build_and_Test_Linux
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Build_and_Test_Linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build_and_Test_Linux: src/Common/Tools/ArchiveTools.cs#L91
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
Build_and_Test_Linux: src/ClientCommon/Config/ConfigEntityObsolete.cs#L33
'ConfigEntityObsolete' is obsolete
Build_and_Test_Linux: src/ClientCommon/Config/ConfigProvider.cs#L21
'ConfigProvider.ConvertOldConfig()' is obsolete
Build_and_Test_Linux: src/ClientCommon/Config/ConfigProvider.cs#L252
Dereference of a possibly null reference.
Build_and_Test_Linux: src/ClientCommon/Config/ConfigProviderFake.cs#L28
The event 'ConfigProviderFake.ParameterChangedEvent' is never used
Build_and_Test_Linux: Web.Server/Database/DatabaseContext.cs#L38
'DatabaseContext.FillDb()' is obsolete
Build_and_Test_Linux: Web.Server/Database/DatabaseContext.cs#L93
Dereference of a possibly null reference.
Build_and_Test_Linux: src/Mods/Serializable/JsonConverters.cs#L23
Possible null reference argument for parameter 'value' in 'GameEnum Enum.Parse<GameEnum>(string value, bool ignoreCase)'.
Build_and_Test_Linux: src/Mods/FilesUploader.cs#L161
Dereference of a possibly null reference.
Build_and_Test_Linux: src/Mods/Providers/InstalledAddonsProvider.cs#L318
'InstalledAddonsProvider.DeleteOld(string, IArchive)' is obsolete: 'delete'
Build_and_Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build_and_Test: src/Common/Tools/ArchiveTools.cs#L91
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
Build_and_Test: src/ClientCommon/Config/ConfigEntityObsolete.cs#L33
'ConfigEntityObsolete' is obsolete
Build_and_Test: src/ClientCommon/Config/ConfigProvider.cs#L21
'ConfigProvider.ConvertOldConfig()' is obsolete
Build_and_Test: src/ClientCommon/Config/ConfigProvider.cs#L252
Dereference of a possibly null reference.
Build_and_Test: src/ClientCommon/Config/ConfigProviderFake.cs#L28
The event 'ConfigProviderFake.ParameterChangedEvent' is never used
Build_and_Test: src/Mods/Serializable/JsonConverters.cs#L23
Possible null reference argument for parameter 'value' in 'GameEnum Enum.Parse<GameEnum>(string value, bool ignoreCase)'.
Build_and_Test: src/Mods/FilesUploader.cs#L161
Dereference of a possibly null reference.
Build_and_Test: src/Mods/Providers/InstalledAddonsProvider.cs#L318
'InstalledAddonsProvider.DeleteOld(string, IArchive)' is obsolete: 'delete'
Build_and_Test: src/Ports/Ports/BuildGDX.cs#L140
'BuildGDX.GetBloodArgs(StringBuilder, BloodGame, IAddon)' hides inherited member 'BasePort.GetBloodArgs(StringBuilder, BloodGame, IAddon)'. Use the new keyword if hiding was intended.
Build_and_Test: src/Ports/Ports/BuildGDX.cs#L162
'BuildGDX.GetSlaveArgs(StringBuilder, SlaveGame, IAddon)' hides inherited member 'BasePort.GetSlaveArgs(StringBuilder, SlaveGame, IAddon)'. Use the new keyword if hiding was intended.