Skip to content

Update chemistry.yml #28

Update chemistry.yml

Update chemistry.yml #28

Triggered via pull request December 21, 2024 15:00
Status Failure
Total duration 2m 45s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.AutoFire.cs#L9
'GunSystem.Update(float)': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.Ballistic.cs#L9
'GunSystem.Cycle(EntityUid, BallisticAmmoProviderComponent, MapCoordinates)': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs#L14
'GunSystem.InitializeBattery()': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs#L105
'GunSystem.TakeCharge(EntityUid, BatteryAmmoProviderComponent)': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.Cartridges.cs#L13
'GunSystem.InitializeCartridge()': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.Revolver.cs#L7
'GunSystem.SpinRevolver(EntityUid, RevolverAmmoProviderComponent, EntityUid?)': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.Solution.cs#L16
'GunSystem.InitializeSolution()': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.Solution.cs#L35
'GunSystem.UpdateSolutionShots(EntityUid, SolutionAmmoProviderComponent, Solution?)': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.Solution.cs#L57
'GunSystem.GetSolutionShot(EntityUid, SolutionAmmoProviderComponent, EntityCoordinates)': no suitable method found to override
YAML Linter: Content.Server/Weapons/Ranged/Systems/GunSystem.AutoFire.cs#L9
'GunSystem.Update(float)': no suitable method found to override
YAML Linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L27
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L146
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L225
'BoundUserInterface.DeferredClose' is obsolete
YAML Linter: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedMapSystem.Coordinates.cs#L26
'EntityCoordinates.ToMap(IEntityManager, SharedTransformSystem)' is obsolete: 'Use SharedTransformSystem.ToMapCoordinates()'