Skip to content

Add remove descriptor method to Java DI (#275) #232

Add remove descriptor method to Java DI (#275)

Add remove descriptor method to Java DI (#275) #232

Triggered via push September 10, 2025 12:54
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/MyServiceBus.Abstractions/MessageEnvelope.cs#L81
Non-nullable property 'OperatingSystemVersion' 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#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/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.