Update Folders.cs (#1081) #712
Annotations
11 warnings
Build Cef .NET Application:
Dotnet/AppApi/Electron/Folders.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Cef .NET Application:
Dotnet/AppApi/Electron/AppApiElectron.cs#L37
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 Cef .NET Application:
Dotnet/AppApi/Electron/Folders.cs#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Cef .NET Application:
Dotnet/AppApi/Electron/Folders.cs#L218
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 Cef .NET Application:
Dotnet/AppApi/Electron/Folders.cs#L224
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 Cef .NET Application:
Dotnet/AppApi/Electron/GameHandler.cs#L19
The variable 'isGameRunning' is assigned but its value is never used
|
Build Cef .NET Application:
Dotnet/AppApi/Electron/GameHandler.cs#L20
The variable 'isSteamVRRunning' is assigned but its value is never used
|
Build Cef .NET Application:
Dotnet/AppApi/Common/ImageSaving.cs#L155
The variable 'xOffset' is assigned but its value is never used
|
Build Cef .NET Application:
Dotnet/AppApi/Common/Update.cs#L14
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 Cef .NET Application:
Dotnet/ScreenshotMetadata/ScreenshotMetadata.cs#L65
Non-nullable field 'SourceFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Cef-html", "Cef-Release", "Electron-AppImage", "Electron-Release".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading