Skip to content

chore: moving pcs

chore: moving pcs #9

Triggered via push March 10, 2024 12:56
Status Failure
Total duration 1m 0s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
create_nuget
File not found: '/home/runner/work/purview-telemetry-sourcegenerator/purview-telemetry-sourcegenerator/README.md'.
create_nuget
Process completed with exit code 1.
run_test
Process completed with exit code 1.
create_nuget
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/.
create_nuget: 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)
create_nuget: src/Purview.Telemetry.SourceGenerator/Helpers/PipelineHelpers.Logger.cs#L258
Specify AttributeUsage on A (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1018)
create_nuget: src/Purview.Telemetry.SourceGenerator/Helpers/PipelineHelpers.Logger.cs#L258
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
run_test
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_test: 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_test: 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_test: src/Purview.Telemetry.SourceGenerator/Helpers/PipelineHelpers.Logger.cs#L258
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
run_test: 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_test: 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.