Change access of WordWrap to public - #6996
Open
jessicamaybe wants to merge 1 commit into
Open
Annotations
11 warnings
|
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:
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>()'
|
|
Build:
Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L63
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
|
|
Build:
Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
|
|
Build:
Robust.Shared/Physics/ComponentTreeEntry.cs#L16
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
Build:
Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
Build:
Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
|
Build:
Robust.Shared/Containers/ContainerSlot.cs#L74
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
|
Build:
Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
|
Build:
Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L362
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
|
|
Build:
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'
|
background
wait
wait-all
cancel
parallel
Loading