Merge branch 'main' of https://github.com/krogenth/OpenShock.VoiceRec… #7
release.yml
on: push
Create Release Tag
4s
Matrix: release
Annotations
14 warnings
Create Release Tag
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
release (8.0.x, Release, windows-latest)
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/
|
release (8.0.x, Release, windows-latest)
Artifact pattern :release_output/*.tar.gz did not match any files
|
release (8.0.x, Release, windows-latest)
Artifact pattern:release_output/*.tar.gz did not match any files
|
release (8.0.x, Release, windows-latest):
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.
|
release (8.0.x, Release, windows-latest):
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L69
Dereference of a possibly null reference.
|
release (8.0.x, Release, windows-latest):
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L86
Dereference of a possibly null reference.
|
release (8.0.x, Release, windows-latest):
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L102
Dereference of a possibly null reference.
|
release (8.0.x, Release, windows-latest):
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L126
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.
|
release (8.0.x, Release, windows-latest):
OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L194
Possible null reference argument for parameter 'logger' in 'OpenShockLiveControlClient.OpenShockLiveControlClient(string gateway, Guid deviceId, string authToken, ILogger<OpenShockLiveControlClient> logger, ProgramInfo? programInfo = null)'.
|
release (8.0.x, Release, windows-latest):
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)
|
release (8.0.x, Release, windows-latest):
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)
|
release (8.0.x, Release, windows-latest):
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)
|
release (8.0.x, Release, windows-latest):
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)
|