Defer UI operations until UI system runs frame update#6789
Merged
metalgearsloth merged 1 commit intoJul 16, 2026
Annotations
1 error and 11 warnings
|
Content.IntegrationTests
Process completed with exit code 1.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
|
Build
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
|
|
Build
'TransformComponent.LocalRotation.set' is obsolete: 'Use SharedTransformSystem.SetLocalRotation'
|
|
Build
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
Build
'Logger.WarningS(string, string)' is obsolete: 'Use ISawmill.Warning'
|
|
Build
'RandomHelpers.NextByte(Random, byte)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.'
|
|
Build
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
|
|
Build
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
|
Build
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
Build
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
|
background
wait
wait-all
cancel
parallel
Loading