Skip to content

Hunt for Heisentests #570

Hunt for Heisentests

Hunt for Heisentests #570

Triggered via schedule August 31, 2026 06:06
Status Success
Total duration 23m 32s
Artifacts

heisendetector.yml

on: schedule
Matrix: report
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
hunt
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-dotnet@v4.1.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
hunt: RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs#L369
'ISerializationGenerated<T>.Read(ref T, MappingDataNode, ISerializationManager, SerializationHookContext, ISerializationContext?)' is obsolete: 'Use ISerializationManager.Read instead'
hunt: RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs#L367
'ISerializationGenerated<T>.StaticInstantiate()' is obsolete: 'Use ISerializationManager.CreateCopy instead'
hunt: RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Reading.cs#L350
'ISerializationGenerated<T>.StaticInstantiate()' is obsolete: 'Use ISerializationManager.CreateCopy instead'
hunt: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L315
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
hunt: RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Composition.cs#L184
'DataFieldDefinition' is obsolete: 'Only used in serialization source generators'
hunt: RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
hunt: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L362
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
hunt: RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L74
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
hunt: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
hunt: RobustToolbox/Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'