feat: Implement LicenseAnalyzer using project.assets.json for offline package license checking with enhanced diagnostics (enabled by default) #3417
ci.yml
on: pull_request
tagversion
/
Tag Version
5s
pinnedactions
/
Pin GitHub Actions to SHA
3s
docupdate
/
Check if documentation is updated
5s
format
/
format
47s
dogfood
/
Dogfood Analyzers
44s
sonarcloud
/
SonarCloud
1m 6s
performance
/
build
40s
build
/
build
43s
Annotations
23 errors and 10 warnings
dogfood / Dogfood Analyzers
Process completed with exit code 1.
|
performance / build
Process completed with exit code 1.
|
dogfood / Dogfood Analyzers:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
performance / build:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
dogfood / Dogfood Analyzers:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
performance / build:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
dogfood / Dogfood Analyzers:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
performance / build:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
dogfood / Dogfood Analyzers:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
performance / build:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
format / format
Process completed with exit code 2.
|
format / format:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused
|
format / format:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused
|
build / build
Process completed with exit code 1.
|
build / build:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
build / build:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
build / build:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
build / build:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
sonarcloud / SonarCloud
Process completed with exit code 1.
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Private member 'LicenseAnalyzer.IsLicenseAcceptable' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Remove the unused private method 'IsLicenseAcceptable'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L709
Using http protocol is insecure. Use https instead. (https://rules.sonarsource.com/csharp/RSPEC-5332)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L417
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L382
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L419
Loop should be simplified by calling Select(match => match.Groups)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L498
Remove this redundant jump. (https://rules.sonarsource.com/csharp/RSPEC-3626)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L284
Refactor this method to reduce its Cognitive Complexity from 28 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L219
Extract this nested code block into a separate method. (https://rules.sonarsource.com/csharp/RSPEC-1199)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L164
Remove this unused method parameter 'allowedLicenses'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
sonarcloud / SonarCloud:
Philips.CodeAnalysis.SecurityAnalyzers/LicenseAnalyzer.cs#L700
Remove the unused private method 'IsLicenseAcceptable'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|