Skip to content

Remove all unnecessary using directives #4220

Remove all unnecessary using directives

Remove all unnecessary using directives #4220

Triggered via pull request October 20, 2023 19:49
@ike709ike709
synchronize #1512
ike709:nouse
Status Success
Total duration 5m 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

compiler-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: RobustToolbox/Robust.Shared/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
build: RobustToolbox/Robust.Shared/Console/Commands/TeleportCommands.cs#L223
'TransformComponent.Coordinates.set' is obsolete: 'Use the system's setter method instead.'
build: RobustToolbox/Robust.Shared/Console/Commands/TeleportCommands.cs#L104
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
build: RobustToolbox/Robust.Shared/Console/Commands/TeleportCommands.cs#L117
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
build: RobustToolbox/Robust.Shared/Console/Commands/MapCommands.cs#L87
'IMapManager.GridExists(EntityUid?)' is obsolete: 'Use HasComponent<MapGridComponent>(uid)'
build: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L518
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'
build: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L34
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build: RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L127
'Logger.ErrorS(string, string)' is obsolete: 'Use ISawmill.Error'
build: RobustToolbox/Robust.Shared/Containers/BaseContainer.cs#L135
'Logger.ErrorS(string, string)' is obsolete: 'Use ISawmill.Error'