added workflow #1
dotnet.yml
on: push
Build_and_Test
2m 56s
Build_and_Test_Linux
30s
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/ConfigEntity.cs#L127
Possible null reference assignment.
|
Build_and_Test_Linux:
src/ClientCommon/Config/ConfigEntity.cs#L134
Possible null reference assignment.
|
Build_and_Test_Linux:
src/ClientCommon/Config/ConfigEntity.cs#L141
Possible null reference assignment.
|
Build_and_Test_Linux:
src/Mods/Providers/DownloadableAddonsProvider.cs#L87
Possible null reference argument for parameter 'v2' in 'bool VersionComparer.Compare(string v1, string v2, string op)'.
|
Build_and_Test_Linux:
src/Mods/Serializable/JsonConverters.cs#L21
Possible null reference argument for parameter 'value' in 'GameEnum Enum.Parse<GameEnum>(string value, bool ignoreCase)'.
|
Build_and_Test_Linux:
src/Mods/Providers/InstalledAddonsProvider.cs#L232
'InstalledAddonsProvider.DeleteOld(string, IArchive)' is obsolete: 'delete'
|
Build_and_Test_Linux:
src/Mods/Providers/InstalledAddonsProvider.cs#L548
Dereference of a possibly null reference.
|
Build_and_Test_Linux:
Web.Server/Database/DatabaseContext.cs#L36
'DatabaseContext.FillDb()' is obsolete
|
Build_and_Test_Linux:
Web.Server/Providers/ToolsReleasesProvider.cs#L38
Unreachable code detected
|
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/ConfigEntity.cs#L127
Possible null reference assignment.
|
Build_and_Test:
src/ClientCommon/Config/ConfigEntity.cs#L134
Possible null reference assignment.
|
Build_and_Test:
src/ClientCommon/Config/ConfigEntity.cs#L141
Possible null reference assignment.
|
Build_and_Test:
src/Mods/Serializable/JsonConverters.cs#L21
Possible null reference argument for parameter 'value' in 'GameEnum Enum.Parse<GameEnum>(string value, bool ignoreCase)'.
|
Build_and_Test:
src/Mods/Providers/InstalledAddonsProvider.cs#L232
'InstalledAddonsProvider.DeleteOld(string, IArchive)' is obsolete: 'delete'
|
Build_and_Test:
src/Mods/Providers/InstalledAddonsProvider.cs#L548
Dereference of a possibly null reference.
|
Build_and_Test:
src/Mods/Providers/DownloadableAddonsProvider.cs#L87
Possible null reference argument for parameter 'v2' in 'bool VersionComparer.Compare(string v1, string v2, string op)'.
|
Build_and_Test:
src/Games/Games/BaseGame.cs#L86
'BaseGame.Cleanup()' is obsolete: 'Remove later'
|
Build_and_Test:
src/Tools/Installer/ToolsInstaller.cs#L45
Dereference of a possibly null reference.
|