Skip to content

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

Refactor audio system to send collection IDs over the network

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

Triggered via pull request November 30, 2024 02:56
Status Failure
Total duration 2m 36s
Artifacts

test-content.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build
Argument 1: cannot convert from 'Robust.Shared.Prototypes.ProtoId<Content.Shared.Speech.SpeechSoundsPrototype>?' to 'Robust.Shared.Audio.ResolvedSoundSpecifier?'
build
Argument 1: cannot convert from 'Robust.Shared.Prototypes.ProtoId<Content.Shared.Speech.SpeechSoundsPrototype>?' to 'Robust.Shared.Audio.ResolvedSoundSpecifier?'
build
Process completed with exit code 1.
build
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build
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
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
build
'ResolvedCollectionSpecifier.Path' is obsolete: 'Path for ResolvedCollectionSpecifier is deprecated, look up the collection prototype instead'