Refactor audio system to send collection IDs over the network #12821
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'
|