Fix loading custom.css from custom path #713
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/WebApi.cs#L36
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build Cef .NET Application:
Dotnet/WebApi.cs#L37
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
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.
|
Build Cef .NET Application:
Dotnet/ScreenshotMetadata/ScreenshotMetadata.cs#L65
Non-nullable field 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Cef .NET Application:
Dotnet/ScreenshotMetadata/ScreenshotMetadata.cs#L65
Non-nullable field 'JSON' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Cef .NET Application:
Dotnet/ScreenshotMetadata/ScreenshotMetadata.cs#L136
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Cef .NET Application:
Dotnet/ScreenshotMetadata/ScreenshotMetadata.cs#L141
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property 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