Draft: Augment audio system with the ability to have captions #12886
Annotations
10 errors and 11 warnings
build
Argument 2: cannot convert from 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'Robust.Shared.Audio.SoundSpecifier'
|
build
Argument 1: cannot convert from 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'string'
|
build
Argument 7: cannot convert from 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'string?'
|
build
Argument 2: cannot convert from 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'string'
|
build
Cannot implicitly convert type 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'string'
|
build
Argument 2: cannot convert from 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'string'
|
build
Argument 2: cannot convert from 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'string'
|
build
Argument 1: cannot convert from 'Robust.Shared.Prototypes.ProtoId<Content.Shared.Speech.SpeechSoundsPrototype>?' to 'Robust.Shared.Audio.ResolvedSoundSpecifier?'
|
build
Argument 2: cannot convert from 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'Robust.Shared.Audio.SoundSpecifier'
|
build
Argument 1: cannot convert from 'Robust.Shared.Audio.ResolvedSoundSpecifier' to 'string'
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
'Type.IsSerializable' 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
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
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
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|