deps: Bump MaterialDesignColors from 3.0.0 to 5.3.0 #48
Annotations
1 error and 10 warnings
|
Check formatting
Process completed with exit code 1.
|
|
Build with analyzers:
src/HyteraGateway.UI/Services/AudioService.cs#L54
'OpusDecoder.OpusDecoder(int, int)' is obsolete: 'Use OpusCodecFactory methods which can give you native code if supported by your platform'
|
|
Build with analyzers:
src/HyteraGateway.Radio/Services/RadioServerService.cs#L30
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build with analyzers:
src/HyteraGateway.Audio/Codecs/OpusCodec.cs#L86
'OpusDecoder.Decode(byte[], int, int, short[], int, int, bool)' is obsolete: 'Use Span<> overrides if possible'
|
|
Build with analyzers:
src/HyteraGateway.Audio/Streaming/AudioStreamManager.cs#L58
'OpusDecoder.Decode(byte[], int, int, short[], int, int, bool)' is obsolete: 'Use Span<> overrides if possible'
|
|
Build with analyzers:
src/HyteraGateway.Audio/Codecs/OpusCodec.cs#L61
'OpusEncoder.Encode(short[], int, int, byte[], int, int)' is obsolete: 'Use Span<> overrides if possible'
|
|
Build with analyzers:
src/HyteraGateway.Audio/Streaming/AudioStreamManager.cs#L43
'OpusEncoder.Encode(short[], int, int, byte[], int, int)' is obsolete: 'Use Span<> overrides if possible'
|
|
Build with analyzers:
src/HyteraGateway.Audio/Streaming/AudioStreamManager.cs#L27
'OpusDecoder.OpusDecoder(int, int)' is obsolete: 'Use OpusCodecFactory methods which can give you native code if supported by your platform'
|
|
Build with analyzers:
src/HyteraGateway.Audio/Streaming/AudioStreamManager.cs#L26
'OpusEncoder.OpusEncoder(int, int, OpusApplication)' is obsolete: 'Use OpusCodecFactory methods which can give you native code if supported by your platform'
|
|
Build with analyzers:
src/HyteraGateway.Audio/Codecs/OpusCodec.cs#L29
'OpusDecoder.OpusDecoder(int, int)' is obsolete: 'Use OpusCodecFactory methods which can give you native code if supported by your platform'
|
|
Build with analyzers:
src/HyteraGateway.Audio/Codecs/OpusCodec.cs#L26
'OpusEncoder.OpusEncoder(int, int, OpusApplication)' is obsolete: 'Use OpusCodecFactory methods which can give you native code if supported by your platform'
|
Loading