Skip to content

Bump ArtemisRGB.UI.Shared from 1.2024.223.16 to 1.2024.303.4 #116

Bump ArtemisRGB.UI.Shared from 1.2024.223.16 to 1.2024.303.4

Bump ArtemisRGB.UI.Shared from 1.2024.223.16 to 1.2024.303.4 #116

Status Failure
Total duration 1m 32s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/IJournalEvent.cs#L2
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/IJournalEvent.cs#L3
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/JournalParser.cs#L3
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Status/StatusParser.cs#L3
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/IJournalEvent.cs#L32
The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/IJournalEvent.cs#L33
The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/IJournalEvent.cs#L39
The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/IJournalEvent.cs#L54
The type or namespace name 'JsonReader' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/IJournalEvent.cs#L54
The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)
build: src/Artemis.Plugins.Games.EliteDangerous/Journal/IJournalEvent.cs#L71
The type or namespace name 'JsonWriter' could not be found (are you missing a using directive or an assembly reference?)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Artemis.Plugins.Games.TrackMania/SharedProcessMemory.cs#L47
This call site is reachable on all platforms. 'MemoryMappedFile.OpenExisting(string, MemoryMappedFileRights)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Artemis.Plugins.Games.TruckSimulator/TruckSimulatorModule.cs#L9
'PluginFeatureAttribute.Icon' is obsolete: 'Feature icons are no longer shown in the UI.'
build: src/Artemis.Plugins.Games.TruckSimulator/Telemetry/MappedFileReader.cs#L58
This call site is reachable on all platforms. 'MemoryMappedFile.OpenExisting(string, MemoryMappedFileRights)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Artemis.Plugins.Games.RocketLeague/RocketLeagueModule.cs#L25
'IWebServerService.AddDataModelJsonEndPoint<T>(Module<T>, string)' is obsolete: 'This way of updating is too unpredictable in combination with nested events, use AddJsonEndPoint<T> to update manually instead'
build: src/Artemis.Plugins.Games.RocketLeague/Prerequisites/BakkesModPrerequisite.cs#L21
This call site is reachable on all platforms. 'Registry.LocalMachine' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Artemis.Plugins.Games.RocketLeague/Prerequisites/BakkesModPrerequisite.cs#L21
This call site is reachable on all platforms. 'RegistryKey.OpenSubKey(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Artemis.Plugins.Games.RocketLeague/Prerequisites/BakkesModPluginPrerequisite.cs#L27
This call site is reachable on all platforms. 'RegistryKey.GetValue(string?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Artemis.Plugins.Games.RocketLeague/Prerequisites/BakkesModPluginPrerequisite.cs#L21
This call site is reachable on all platforms. 'Registry.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Artemis.Plugins.Games.RocketLeague/Prerequisites/BakkesModPluginPrerequisite.cs#L21
This call site is reachable on all platforms. 'RegistryKey.OpenSubKey(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Artemis.Plugins.Games.LeagueOfLegends/Artemis.Plugins.Games.LeagueOfLegends.Generators/DataModels/RuneInfo.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.