Add .NET 10.0 target framework support to all projects and CI workflow #141
Annotations
1 error and 13 warnings
|
Publish FolderProfileWindows
Process completed with exit code 1.
|
|
Publish Unit Test Results
No files were found with the provided path: TestResult/**/*. No artifacts will be uploaded.
|
|
Publish FolderProfileWindows:
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.
|
|
Publish FolderProfileWindows:
Codeuctivity.HtmlRendererCli/Program.cs#L10
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
Build:
Codeuctivity.HtmlRendererCli/Program.cs#L10
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
Build:
Codeuctivity.HtmlRendererCli/Program.cs#L10
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
|
Build:
Codeuctivity.HtmlRenderer/Renderer.cs#L226
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Build:
Codeuctivity.HtmlRenderer/Renderer.cs#L162
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Build:
Codeuctivity.HtmlRenderer/Renderer.cs#L203
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Build:
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:
Codeuctivity.HtmlRenderer/Renderer.cs#L226
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Build:
Codeuctivity.HtmlRenderer/Renderer.cs#L162
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Build:
Codeuctivity.HtmlRenderer/Renderer.cs#L203
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Build:
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)
|
Loading