Skip to content

Update tests to handle invalid traceparent #102

Update tests to handle invalid traceparent

Update tests to handle invalid traceparent #102

Triggered via push February 11, 2025 18:22
Status Success
Total duration 4m 14s
Artifacts
static-analysis  /  Datadog Static Analyzer
27s
static-analysis / Datadog Static Analyzer
build-and-push  /  test-and-build
2m 9s
build-and-push / test-and-build
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
static-analysis / Datadog Static Analyzer
Unexpected input(s) 'dd_service', 'dd_env', valid inputs are ['entryPoint', 'args', 'dd_api_key', 'dd_app_key', 'dd_site', 'cpu_count', 'enable_performance_statistics', 'debug', 'secrets_enabled', 'static_analysis_enabled', 'subdirectory', 'architecture', 'diff_aware']
build-and-push / test-and-build: src/shared/PlantBasedPizza.Shared/Authentication/AuthenticationConfig.cs#L25
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build-and-push / test-and-build: src/shared/PlantBasedPizza.Shared/Setup.cs#L42
Dereference of a possibly null reference.
build-and-push / test-and-build: src/shared/PlantBasedPizza.Events/CloudEventExtensions.cs#L24
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build: src/shared/PlantBasedPizza.Events/CloudEventExtensions.cs#L145
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build: src/PlantBasedPizza.Delivery/application/PlantBasedPizza.Deliver.Core/PublicEvents/DriverDeliveredOrderEventV1.cs#L9
Non-nullable property 'OrderIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build: src/PlantBasedPizza.Delivery/application/PlantBasedPizza.Deliver.Core/PublicEvents/DriverCollectedOrderEventV1.cs#L9
Non-nullable property 'DriverName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build: src/PlantBasedPizza.Delivery/application/PlantBasedPizza.Deliver.Core/PublicEvents/DriverCollectedOrderEventV1.cs#L9
Non-nullable property 'OrderIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build: src/PlantBasedPizza.Delivery/application/PlantBasedPizza.Deliver.Core/GetDeliveryStatus/GetDeliveryQueryHandler.cs#L21
Possible null reference argument for parameter 'request' in 'DeliveryRequestDto.DeliveryRequestDto(DeliveryRequest request)'.
build-and-push / test-and-build
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build-and-push / test-and-build
Dereference of a possibly null reference.
build-and-push / test-and-build
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build
Cannot convert null literal to non-nullable reference type.
build-and-push / test-and-build
Non-nullable property 'OrderIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build
Non-nullable property 'DeliveryAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-push / test-and-build
Possible null reference argument for parameter 'request' in 'DeliveryRequestDto.DeliveryRequestDto(DeliveryRequest request)'.
build-and-push / test-and-build
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.