Skip to content

Add verbose logging warning and disable logging by default #24

Add verbose logging warning and disable logging by default

Add verbose logging warning and disable logging by default #24

Triggered via push December 31, 2025 16:37
Status Success
Total duration 2m 24s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/Sendspin.SDK/Audio/TimedAudioBuffer.cs#L97
The field 'TimedAudioBuffer._hasEverPlayed' is assigned but its value is never used
build: src/Sendspin.SDK/Audio/Codecs/OpusDecoder.cs#L60
'OpusDecoder.Decode(byte[], int, int, short[], int, int, bool)' is obsolete: 'Use Span<> overrides if possible'
build: src/Sendspin.SDK/Audio/Codecs/OpusDecoder.cs#L41
'OpusDecoder.OpusDecoder(int, int)' is obsolete: 'Use OpusCodecFactory methods which can give you native code if supported by your platform'