code review,fix default mic #11
Annotations
10 warnings
LoopbackStream.cs#L89
Non-nullable field '_currentBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LoopbackStream.cs#L124
Cannot convert null literal to non-nullable reference type.
|
LoopbackStream.cs#L266
Cannot convert null literal to non-nullable reference type.
|
VoiceCommand.cs#L256
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
VoiceCommand.cs#L203
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.
|
LoopbackStream.cs#L89
Non-nullable field '_currentBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LoopbackStream.cs#L124
Cannot convert null literal to non-nullable reference type.
|
LoopbackStream.cs#L266
Cannot convert null literal to non-nullable reference type.
|
VoiceCommand.cs#L256
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
VoiceCommand.cs#L203
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.
|
This job succeeded
Loading