Skip to content

Configure dead-letter exchange for RabbitMQ #4

Configure dead-letter exchange for RabbitMQ

Configure dead-letter exchange for RabbitMQ #4

Triggered via pull request September 5, 2025 10:51
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/MyServiceBus.Abstractions/MessageEnvelope.cs#L78
Non-nullable property 'MassTransitVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MyServiceBus.Abstractions/MessageEnvelope.cs#L75
Non-nullable property 'FrameworkVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MyServiceBus.Abstractions/MessageEnvelope.cs#L72
Non-nullable property 'AssemblyVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MyServiceBus.Abstractions/MessageEnvelope.cs#L69
Non-nullable property 'Assembly' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MyServiceBus.Abstractions/MessageEnvelope.cs#L63
Non-nullable property 'ProcessName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MyServiceBus.Abstractions/MessageEnvelope.cs#L60
Non-nullable property 'MachineName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MyServiceBus.Abstractions/Fault.cs#L27
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/TestApp.Contracts/SubmitOrder.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/TestApp.Contracts/TestRequest.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/TestApp.Contracts/TestResponse.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.