Skip to content

New HWID system prep (#5446) #12644

New HWID system prep (#5446)

New HWID system prep (#5446) #12644

Triggered via push September 28, 2024 22:29
Status Success
Total duration 9m 38s
Artifacts

test-content.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
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.
build
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
build
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'