Skip to content

docs: describe MyServiceBus architecture #8

docs: describe MyServiceBus architecture

docs: describe MyServiceBus architecture #8

Triggered via pull request September 5, 2025 11:17
Status Success
Total duration 37s
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.