Code Analysis #12
code-analysis.yml
on: workflow_dispatch
code-analysis
/
code-analysis
1m 3s
Annotations
4 errors
GlobalSuppressionsInEditorConfig:
_/src/RepoIntegrityTests/CodeFileTests.cs#L12
Global suppressions should be expressed in .editorconfig files so they are easily findable:
> src/NServiceBus.AwsLambda.SQS.Analyzer.Tests/GlobalSuppressions.cs
|
ComponentShouldTargetDotNetLtsVersion:
_/src/RepoIntegrityTests/PackageReferences.cs#L348
Component projects should target only LTS versions of .NET:
> src/NServiceBus.AwsLambda.SQS/NServiceBus.AwsLambda.SQS.csproj - A component should not target more than one version of .NET
|
ProjectsShouldBeSignedWithCorrectKey:
_/src/RepoIntegrityTests/InternalsVisibleToTests.cs#L89
Projects should be signed with the correct key:
> src/NServiceBus.AwsLambda.SQS.Analyzer.Tests/NServiceBus.AwsLambda.SQS.Analyzer.Tests.csproj - Test project NServiceBus.AwsLambda.SQS.Analyzer.Tests is not used in an InternalsVisibleTo element in any other project and therefore should not be signed.
|
code-analysis / code-analysis
Process completed with exit code 1.
|