Create LICENSE #8
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L32
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.
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L69
Dereference of a possibly null reference.
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L86
Dereference of a possibly null reference.
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L102
Dereference of a possibly null reference.
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L185
Possible null reference argument for parameter 'logger' in 'OpenShockLiveControlClient.OpenShockLiveControlClient(string gateway, Guid deviceId, string authToken, ILogger<OpenShockLiveControlClient> logger, ProgramInfo? programInfo = null)'.
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L44
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L69
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L86
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L102
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build:
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L187
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Loading