Update chemistry.yml #36
Annotations
10 errors and 11 warnings
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L221
'GunComponent' does not contain a definition for 'DefaultDirection' and no accessible extension method 'DefaultDirection' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L269
'GunComponent' does not contain a definition for 'BurstActivated' and no accessible extension method 'BurstActivated' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L270
'GunComponent' does not contain a definition for 'BurstFireRate' and no accessible extension method 'BurstFireRate' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L292
'GunComponent' does not contain a definition for 'BurstActivated' and no accessible extension method 'BurstActivated' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L321
'GunComponent' does not contain a definition for 'BurstActivated' and no accessible extension method 'BurstActivated' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L322
'GunComponent' does not contain a definition for 'BurstShotsCount' and no accessible extension method 'BurstShotsCount' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L349
'GunComponent' does not contain a definition for 'BurstActivated' and no accessible extension method 'BurstActivated' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L350
'GunComponent' does not contain a definition for 'BurstShotsCount' and no accessible extension method 'BurstShotsCount' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L351
'GunComponent' does not contain a definition for 'BurstCooldown' and no accessible extension method 'BurstCooldown' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs#L375
'GunComponent' does not contain a definition for 'BurstActivated' and no accessible extension method 'BurstActivated' accepting a first argument of type 'GunComponent' could be found (are you missing a using directive or an assembly reference?)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
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)
|
Build:
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)
|
Build:
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)
|
Build:
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)
|
Build:
RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
|
Build:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L225
'BoundUserInterface.DeferredClose' is obsolete
|
Build:
RobustToolbox/Robust.Shared/Physics/ComponentTreeEntry.cs#L16
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Build:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L406
'BoundUserInterface.DeferredClose' is obsolete
|
Build:
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L457
'BoundUserInterface.DeferredClose' is obsolete
|
Build:
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>()'
|
Loading