chore: moving pcs #9
Annotations
1 error and 6 warnings
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests:
src/Purview.Telemetry.SourceGenerator/Helpers/PipelineHelpers.Logger.cs#L259
Add a public read-only property accessor for positional argument Hello of Attribute A (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1019)
|
Run tests:
src/Purview.Telemetry.SourceGenerator/Helpers/PipelineHelpers.Logger.cs#L258
Specify AttributeUsage on A (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1018)
|
Run tests:
src/Purview.Telemetry.SourceGenerator/Helpers/PipelineHelpers.Logger.cs#L258
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
|
Run tests:
src/Purview.Telemetry.SourceGenerator.IntegrationTests/TestHelpers.cs#L114
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run tests:
src/Purview.Telemetry.SourceGenerator.IntegrationTests/TestHelpers.cs#L118
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Loading