Skip to content

Refactor audio system to send collection IDs over the network #12853

Refactor audio system to send collection IDs over the network

Refactor audio system to send collection IDs over the network #12853

Triggered via pull request November 30, 2024 02:43
Status Success
Total duration 5m 17s
Artifacts

build-test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): Robust.Shared/Audio/AudioDebugCommands.cs#L23
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build (ubuntu-latest): Robust.Shared/Audio/ResolvedSoundSpecifier.cs#L23
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
build (ubuntu-latest): Robust.Shared/Audio/ResolvedSoundSpecifier.cs#L93
'ResolvedCollectionSpecifier.Path' is obsolete: 'Path for ResolvedCollectionSpecifier is deprecated, look up the collection prototype instead'
build (ubuntu-latest): Robust.Shared/Audio/ResolvedSoundSpecifier.cs#L32
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'not null' is not covered.
build (ubuntu-latest): Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L75
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build (ubuntu-latest): Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest): 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 (windows-latest): Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L75
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build (windows-latest): Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L226
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build (windows-latest): Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L301
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'not null' is not covered.
build (windows-latest): Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L326
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build (windows-latest): Robust.Shared/Audio/ResolvedSoundSpecifier.cs#L93
'ResolvedCollectionSpecifier.Path' is obsolete: 'Path for ResolvedCollectionSpecifier is deprecated, look up the collection prototype instead'
build (windows-latest): Robust.Shared/Audio/ResolvedSoundSpecifier.cs#L23
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.