Fix small mistake #63
Annotations
4 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish ShockOSC Photino Linux:
ShockOsc/Ui/ErrorHandling/CodeBlock.razor#L39
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.
|
Publish ShockOSC Photino Linux:
ShockOsc/Services/ShockOsc.cs#L95
Cannot convert null literal to non-nullable reference type.
|
Publish ShockOSC Photino Linux:
ShockOsc/Services/ShockOsc.cs#L95
Cannot convert null literal to non-nullable reference type.
|
Loading