You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scan /blazor-samples/7.0/BlazorServerEFCoreSample in verbose mode
cd blazor-samples\7.0\BlazorServerEFCoreSample
dotnet sonarscanner begin /k:"demo" /d:sonar.host.url="http://localhost:9000" /d:sonar.login="sqa_TOKEN" /d:sonar.verbose=true
dotnet build .\BlazorServerEFCoreSample.csproj
dotnet sonarscanner end /d:sonar.login="sqa_TOKEN"
The build logs show:
blazor-samples\7.0\BlazorServerEFCoreSample\Shared\ContactRow.razor(50,20): warning BL0007: Component parameter 'BlazorServerEFCoreSample.Shared.ContactRow.CurrentContact' should be auto property [C:\con ferences\2024_blazor_webinar\blazor-samples\7.0\BlazorServerEFCoreSample\BlazorServerEFCoreSample.csproj]
blazor-samples\7.0\BlazorServerEFCoreSample\Pages\Index.razor(98,16): warning BL0007: Component parameter 'BlazorServerEFCoreSample.Pages.Index.Page' should be auto property [C:\conferences\2024_blazor_w ebinar\blazor-samples\7.0\BlazorServerEFCoreSample\BlazorServerEFCoreSample.csproj]
And the debug logs show:
20:21:11.882 DEBUG: Failed to retrieve the real full path for 'Microsoft.CodeAnalysis.Razor.Compiler.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Shared_ContactRow_razor.g.cs'
20:21:11.883 DEBUG: Skipping issue BL0007, input file not found or excluded: Microsoft.CodeAnalysis.Razor.Compiler.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Shared_ContactRow_razor.g.cs
20:21:11.883 DEBUG: Failed to retrieve the real full path for 'Microsoft.CodeAnalysis.Razor.Compiler.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Index_razor.g.cs'
20:21:11.884 DEBUG: Skipping issue BL0007, input file not found or excluded: Microsoft.CodeAnalysis.Razor.Compiler.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Index_razor.g.cs
Expected: BL0007 is imported as third party issue.
Actual: no third party issues are imported on Razor templates.
Dotnet version: 8.0.200-preview.23624.5 (ok, maybe I should install the LTS released version)
Analyzer version: 9.19
SonarScanner for MSBuild 5.15
The text was updated successfully, but these errors were encountered:
We analyze Razor templates (
.razor
,.cshtml
files) and we should import third party issues.Repro streps
/blazor-samples/7.0/BlazorServerEFCoreSample
in verbose modeThe build logs show:
And the debug logs show:
Expected: BL0007 is imported as third party issue.
Actual: no third party issues are imported on Razor templates.
Dotnet version: 8.0.200-preview.23624.5 (ok, maybe I should install the LTS released version)
Analyzer version: 9.19
SonarScanner for MSBuild 5.15
The text was updated successfully, but these errors were encountered: