Skip to content

fix: limit outgoing HTTP body reads before trimming #144

fix: limit outgoing HTTP body reads before trimming

fix: limit outgoing HTTP body reads before trimming #144

Triggered via pull request June 25, 2026 20:20
Status Success
Total duration 34s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: DebugProbe.SampleApi/Models/Order.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DebugProbe.SampleApi/Models/Order.cs#L10
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DebugProbe.AspNetCore/Handlers/DebugProbeHttpClientHandler.cs#L112
Possible null reference return.
build: DebugProbe.SampleApi/Models/Order.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DebugProbe.SampleApi/Models/Order.cs#L10
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: DebugProbe.AspNetCore/Handlers/DebugProbeHttpClientHandler.cs#L112
Possible null reference return.