Skip to content

Merge pull request #120 from Codeuctivity/dependabot/nuget/PuppeteerS… #414

Merge pull request #120 from Codeuctivity/dependabot/nuget/PuppeteerS…

Merge pull request #120 from Codeuctivity/dependabot/nuget/PuppeteerS… #414

Triggered via push September 4, 2024 16:17
Status Success
Total duration 3m 12s
Artifacts

dotnet.yml

on: push
Matrix: build
deployRelease
0s
deployRelease
deployTest
38s
deployTest
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
build (macos-latest): Codeuctivity.HtmlRendererCli/Program.cs#L42
Using member 'Codeuctivity.HtmlRenderer.Renderer.CreateAsync(BrowserFetcher, LaunchOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This functionality is not compatible with trimming. Use 'MethodFriendlyToTrimming' instead.
build (macos-latest): Codeuctivity.HtmlRenderer/RendererException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RendererException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build (macos-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L163
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (macos-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L204
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (macos-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L227
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (macos-latest): Codeuctivity.HtmlRendererTests/RendererTests.cs#L69
This call site is reachable on all platforms. 'Conversion.SavePng(string, byte[], string?, int, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'Linux', 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): Codeuctivity.HtmlRendererTests/RendererTests.cs#L39
This call site is reachable on all platforms. 'Conversion.SavePng(string, byte[], string?, int, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'Linux', 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (macos-latest): Codeuctivity.HtmlRenderer/RendererException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RendererException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build (macos-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L163
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (macos-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L204
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (macos-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L227
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (ubuntu-latest): Codeuctivity.HtmlRendererCli/Program.cs#L42
Using member 'Codeuctivity.HtmlRenderer.Renderer.CreateAsync(BrowserFetcher, LaunchOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This functionality is not compatible with trimming. Use 'MethodFriendlyToTrimming' instead.
build (ubuntu-latest): Codeuctivity.HtmlRenderer/RendererException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RendererException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build (ubuntu-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L163
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (ubuntu-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L204
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (ubuntu-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L227
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (ubuntu-latest): Codeuctivity.HtmlRendererTests/RendererTests.cs#L39
This call site is reachable on all platforms. 'Conversion.SavePng(string, byte[], string?, int, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'Linux', 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): Codeuctivity.HtmlRendererTests/RendererTests.cs#L69
This call site is reachable on all platforms. 'Conversion.SavePng(string, byte[], string?, int, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'Linux', 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (ubuntu-latest): Codeuctivity.HtmlRenderer/RendererException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RendererException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build (ubuntu-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L163
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (ubuntu-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L204
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (ubuntu-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L227
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (windows-latest): Codeuctivity.HtmlRenderer/RendererException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RendererException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build (windows-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L163
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (windows-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L204
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (windows-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L227
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (windows-latest): Codeuctivity.HtmlRendererTests/RendererTests.cs#L39
This call site is reachable on all platforms. 'Conversion.SavePng(string, byte[], string?, int, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'Linux', 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): Codeuctivity.HtmlRendererTests/RendererTests.cs#L69
This call site is reachable on all platforms. 'Conversion.SavePng(string, byte[], string?, int, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'Linux', 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-latest): Codeuctivity.HtmlRenderer/RendererException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RendererException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
build (windows-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L163
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (windows-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L204
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (windows-latest): Codeuctivity.HtmlRenderer/Renderer.cs#L227
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build (windows-latest): Codeuctivity.HtmlRendererCli/Program.cs#L42
Using member 'Codeuctivity.HtmlRenderer.Renderer.CreateAsync(BrowserFetcher, LaunchOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This functionality is not compatible with trimming. Use 'MethodFriendlyToTrimming' instead.
deployTest: Codeuctivity.HtmlRendererCli/Program.cs#L42
Using member 'Codeuctivity.HtmlRenderer.Renderer.CreateAsync(BrowserFetcher, LaunchOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This functionality is not compatible with trimming. Use 'MethodFriendlyToTrimming' instead.
deployTest: Codeuctivity.HtmlRenderer/RendererException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RendererException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
deployTest: Codeuctivity.HtmlRenderer/Renderer.cs#L163
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
deployTest: Codeuctivity.HtmlRenderer/Renderer.cs#L204
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
deployTest: Codeuctivity.HtmlRenderer/Renderer.cs#L227
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
deployTest: Codeuctivity.HtmlRendererTests/RendererTests.cs#L69
This call site is reachable on all platforms. 'Conversion.SavePng(string, byte[], string?, int, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'Linux', 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
deployTest: Codeuctivity.HtmlRendererTests/RendererTests.cs#L39
This call site is reachable on all platforms. 'Conversion.SavePng(string, byte[], string?, int, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'Linux', 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
deployTest: Codeuctivity.HtmlRenderer/RendererException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'RendererException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
deployTest: Codeuctivity.HtmlRenderer/Renderer.cs#L163
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
deployTest: Codeuctivity.HtmlRenderer/Renderer.cs#L204
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
deployTest: Codeuctivity.HtmlRenderer/Renderer.cs#L227
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)