Skip to content

Add namespace and type mapping capabilities #45

Add namespace and type mapping capabilities

Add namespace and type mapping capabilities #45

Triggered via pull request July 20, 2025 02:11
Status Failure
Total duration 39s
Artifacts

code-quality.yml

on: pull_request
code-quality
37s
code-quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors
code-quality: src/DotNetApiDiff/ApiExtraction/ApiComparer.cs#L241
The parameters should all be placed on the same line or each parameter should be placed on its own line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md)
code-quality: src/DotNetApiDiff/ApiExtraction/ApiComparer.cs#L198
The parameters should all be placed on the same line or each parameter should be placed on its own line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md)
code-quality: src/DotNetApiDiff/ApiExtraction/ApiComparer.cs#L240
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
code-quality: src/DotNetApiDiff/ApiExtraction/ApiComparer.cs#L197
The parameters should begin on the line after the declaration, whenever the parameter span across multiple lines (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1116.md)
code-quality: src/DotNetApiDiff/ApiExtraction/ApiComparer.cs#L333
The parameters should all be placed on the same line or each parameter should be placed on its own line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md)
code-quality: src/DotNetApiDiff/ApiExtraction/NameMapper.cs#L5
Using directive for 'System.Text.RegularExpressions' should appear before directive for 'Microsoft.Extensions.Logging' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
code-quality: src/DotNetApiDiff/ApiExtraction/ApiComparer.cs#L311
Cannot convert null literal to non-nullable reference type.