Mass Engine Update #5040
build-map-renderer.yml
on: pull_request
Matrix: build
Build & Test Debug
0s
Annotations
3 errors and 10 warnings
build (ubuntu-latest):
Content.Shared/Traits/Assorted/Systems/SharedSingerSystem.cs#L41
There is no argument given that corresponds to the required parameter 'bank' of 'SharedInstrumentSystem.SetInstrumentProgram(EntityUid, SharedInstrumentComponent, byte, byte)'
|
build (ubuntu-latest):
Content.Shared/Traits/Assorted/Systems/SharedSingerSystem.cs#L41
There is no argument given that corresponds to the required parameter 'bank' of 'SharedInstrumentSystem.SetInstrumentProgram(EntityUid, SharedInstrumentComponent, byte, byte)'
|
build (ubuntu-latest)
Process completed with exit code 1.
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L33
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L590
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L660
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L673
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L761
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1079
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1093
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Player/Filter.cs#L289
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
|