Refactor audio system to send collection IDs over the network #12855
Annotations
10 warnings
Build:
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:
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:
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:
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:
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:
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:
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:
Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L359
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:
Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L384
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string?)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
|
Build:
Robust.Shared/Audio/ResolvedSoundSpecifier.cs#L94
'ResolvedCollectionSpecifier.Path' is obsolete: 'Path for ResolvedCollectionSpecifier is deprecated, look up the collection prototype instead'
|
Loading