Skip to content

Merge pull request #849 from gorsheninmv/get-back-net6-support #88

Merge pull request #849 from gorsheninmv/get-back-net6-support

Merge pull request #849 from gorsheninmv/get-back-net6-support #88

Triggered via push May 1, 2024 15:08
Status Failure
Total duration 3m 4s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
windows
error: Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
windows
Target "PublishPackages" has thrown an exception
windows
Process completed with exit code 1.
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/App.cs(42,21): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/AutoUpdater.cs(33,21): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/AutoUpdater.cs(40,17): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/AutoUpdater.cs(63,21): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/AutoUpdater.cs(70,17): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/WindowManager.cs(54,17): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/AutoUpdater.cs(94,21): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/AutoUpdater.cs(101,17): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/AutoUpdater.cs(123,21): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/App.cs(114,21): warning CS4014: 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. [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(42,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\WindowManager.cs(54,17): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(114,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(165,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(200,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(229,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(258,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(287,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(316,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\App.cs(347,21): warning CS4014: 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. [D:\a\Electron.NET\Electron.NET\src\ElectronNET.API\ElectronNET.API.csproj::TargetFramework=net8.0]