Added the test logger #189
Annotations
16 errors and 20 warnings
|
windows
The job has exceeded the maximum execution time of 6h0m0s
|
|
windows
The operation was canceled.
|
|
ElectronNET.IntegrationTests.Tests.MultiEventRegistrationTests.WebContents_OnDomReady_multiple_handlers_called:
src/ElectronNET.IntegrationTests/Tests/MultiEventRegistrationTests.cs#L60
Not all events were fired:
Event1 fired: False
Event2 fired: True
|
|
windows
[xUnit.net 00:00:12.70] ElectronNET.IntegrationTests.Tests.MultiEventRegistrationTests.WebContents_OnDomReady_multiple_handlers_called [FAIL]
|
|
ElectronNET.IntegrationTests.Tests.MultiEventRegistrationTests.BrowserWindow_OnResize_multiple_handlers_called:
src/ElectronNET.IntegrationTests/Tests/MultiEventRegistrationTests.cs#L40
Not all events were fired:
Event1 fired: False
Event2 fired: False
Event3 fired: True
|
|
windows
[xUnit.net 00:00:10.66] ElectronNET.IntegrationTests.Tests.MultiEventRegistrationTests.BrowserWindow_OnResize_multiple_handlers_called [FAIL]
|
|
linux
The job has exceeded the maximum execution time of 6h0m0s
|
|
linux
The operation was canceled.
|
|
ElectronNET.IntegrationTests.Tests.NativeImageTests.Create_from_bitmap_and_to_png:
src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs#L13
System.TypeInitializationException : The type initializer for 'Gdip' threw an exception.
---- System.PlatformNotSupportedException : System.Drawing.Common is not supported on non-Windows platforms. See https://aka.ms/systemdrawingnonwindows for more information.
|
|
ElectronNET.IntegrationTests.Tests.NativeImageTests.Add_representation_for_scale_factor:
src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs#L70
System.TypeInitializationException : The type initializer for 'Gdip' threw an exception.
---- System.PlatformNotSupportedException : System.Drawing.Common is not supported on non-Windows platforms. See https://aka.ms/systemdrawingnonwindows for more information.
|
|
ElectronNET.IntegrationTests.Tests.NativeImageTests.Create_from_buffer_and_to_data_url:
src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs#L32
System.TypeInitializationException : The type initializer for 'Gdip' threw an exception.
---- System.PlatformNotSupportedException : System.Drawing.Common is not supported on non-Windows platforms. See https://aka.ms/systemdrawingnonwindows for more information.
|
|
ElectronNET.IntegrationTests.Tests.NativeImageTests.Resize_and_crop_produce_expected_sizes:
src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs#L50
System.TypeInitializationException : The type initializer for 'Gdip' threw an exception.
---- System.PlatformNotSupportedException : System.Drawing.Common is not supported on non-Windows platforms. See https://aka.ms/systemdrawingnonwindows for more information.
|
|
linux
[xUnit.net 00:00:00.17] ElectronNET.IntegrationTests.Tests.NativeImageTests.Create_from_bitmap_and_to_png [FAIL]
|
|
linux
[xUnit.net 00:00:00.17] ElectronNET.IntegrationTests.Tests.NativeImageTests.Add_representation_for_scale_factor [FAIL]
|
|
linux
[xUnit.net 00:00:00.17] ElectronNET.IntegrationTests.Tests.NativeImageTests.Create_from_buffer_and_to_data_url [FAIL]
|
|
linux
[xUnit.net 00:00:00.16] ElectronNET.IntegrationTests.Tests.NativeImageTests.Resize_and_crop_produce_expected_sizes [FAIL]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(70,29): warning CA1416: This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(73,17): warning CA1416: This call site is reachable on all platforms. 'Graphics.Clear(Color)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(33,28): warning CA1416: This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(32,29): warning CA1416: This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(39,13): warning CA1416: This call site is reachable on all platforms. 'Image.Save(Stream, ImageFormat)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(39,26): warning CA1416: This call site is reachable on all platforms. 'ImageFormat.Png' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(35,17): warning CA1416: This call site is reachable on all platforms. 'Graphics.Clear(Color)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(14,28): warning CA1416: This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(16,17): warning CA1416: This call site is reachable on all platforms. 'Graphics.Clear(Color)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
windows
D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\Tests\NativeImageTests.cs(13,29): warning CA1416: This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [D:\a\Electron.NET\Electron.NET\src\ElectronNET.IntegrationTests\ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(50,29): warning CA1416: This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(53,17): warning CA1416: This call site is reachable on all platforms. 'Graphics.Clear(Color)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(33,28): warning CA1416: This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(35,17): warning CA1416: This call site is reachable on all platforms. 'Graphics.Clear(Color)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(39,13): warning CA1416: This call site is reachable on all platforms. 'Image.Save(Stream, ImageFormat)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(32,29): warning CA1416: This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(39,26): warning CA1416: This call site is reachable on all platforms. 'ImageFormat.Png' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(13,29): warning CA1416: This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(14,28): warning CA1416: This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|
|
linux
/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs(16,17): warning CA1416: This call site is reachable on all platforms. 'Graphics.Clear(Color)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416) [/home/runner/work/Electron.NET/Electron.NET/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj]
|