Draft: Augment audio system with the ability to have captions #12938
Annotations
3 errors and 11 warnings
Build:
Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L345
An expression of type 'ProtoId<SoundCollectionPrototype>?' cannot be handled by a pattern of type 'string'.
|
Build:
Robust.Shared/Audio/Systems/SharedAudioSystem.cs#L345
An expression of type 'ProtoId<SoundCollectionPrototype>?' cannot be handled by a pattern of type 'string'.
|
Build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#L236
'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#L357
'ResolvedSoundSpecifier.implicit operator ResolvedSoundSpecifier(string)' is obsolete: 'String literals for sounds are deprecated, use a SoundSpecifier or ResolvedSoundSpecifier as appropriate instead'
|
Build:
Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
Build:
Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
Loading