Weapons Update (#350) #1485
build-test-debug.yml
on: push
Matrix: build
Build & Test Debug
0s
Annotations
11 warnings
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: space-wizards/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest):
RobustToolbox/OpenToolkit.GraphicsLibraryFramework/GLFWException.cs#L74
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L23
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Exceptions/TypeArgumentException.cs#L43
Member 'TypeArgumentException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'TypeArgumentException.GetObjectData(SerializationInfo, StreamingContext)'.
|
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/IoC/Exceptions/ImplementationConstructorException.cs#L29
Member 'ImplementationConstructorException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'ImplementationConstructorException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/IoC/Exceptions/UnregisteredDependencyException.cs#L47
Member 'UnregisteredDependencyException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'UnregisteredDependencyException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/IoC/Exceptions/UnregisteredTypeException.cs#L28
Member 'UnregisteredTypeException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'UnregisteredTypeException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L20
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L39
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
|
build (ubuntu-latest):
RobustToolbox/Robust.Shared/Physics/Dynamics/Fixture.cs#L42
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
|