Skip to content

Update nuget tags

Update nuget tags #15

Triggered via pull request December 20, 2023 08:27
@dicko2dicko2
synchronize #1
dicko2-patch-1
Status Failure
Total duration 1m 27s
Artifacts

build.yml

on: pull_request
Deploy Packages
0s
Deploy Packages
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Build Package
The readme file 'readme.md' does not exist in the package.
Build Package
Process completed with exit code 1.
Build Package
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build Package: src/KafkaFlow.ApplicationInsights.Tests/TestChannel.cs#L9
Non-nullable property 'EndpointAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Package: src/KafkaFlow.ApplicationInsights.Tests/MainIntegrationTestFixture.cs#L51
Dereference of a possibly null reference.
Build Package: src/KafkaFlow.ApplicationInsights.Tests/MainIntegrationTestFixture.cs#L66
'DependencyTelemetry.DependencyKind' is obsolete: 'Use Type'
Build Package: src/KafkaFlow.ApplicationInsights.Tests/MainIntegrationTestFixture.cs#L67
'DependencyTelemetry.DependencyTypeName' is obsolete: 'Renamed to Type'
Build Package: src/KafkaFlow.ApplicationInsights.Tests/MainIntegrationTestFixture.cs#L69
'DependencyTelemetry.DependencyKind' is obsolete: 'Use Type'
Build Package: src/KafkaFlow.ApplicationInsights.Tests/MainIntegrationTestFixture.cs#L70
'DependencyTelemetry.DependencyTypeName' is obsolete: 'Renamed to Type'
Build Package: src/KafkaFlow.ApplicationInsights.Tests/MainIntegrationTestFixture.cs#L47
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Build Package: src/KafkaFlow.ApplicationInsights.Tests/TestChannel.cs#L5
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
Build Package: src/KafkaFlow.ApplicationInsights.Tests/MainIntegrationTestFixture.cs#L63
Prevent the use of Thread.Sleep (https://agoda-com.github.io/standards-c-sharp/async/avoid-blocking.html)
Build Package: src/KafkaFlow.ApplicationInsights.Tests/MainIntegrationTestFixture.cs#L63
Do not use 'Thread.Sleep()' in a test. (https://rules.sonarsource.com/csharp/RSPEC-2925)