Skip to content

feat: capture and display request and response headers #57

feat: capture and display request and response headers

feat: capture and display request and response headers #57

Triggered via pull request May 18, 2026 15:02
Status Failure
Total duration 22s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
build
Process completed with exit code 1.
build: DebugProbe.AspNetCore.Tests/Rendering/HtmlRendererTests.cs#L97
'DebugEntry' does not contain a definition for 'Headers'
build: DebugProbe.AspNetCore.Tests/Rendering/HtmlRendererTests.cs#L67
'DebugEntry' does not contain a definition for 'Headers' and no accessible extension method 'Headers' accepting a first argument of type 'DebugEntry' could be found (are you missing a using directive or an assembly reference?)
build: DebugProbe.AspNetCore.Tests/Rendering/HtmlRendererTests.cs#L97
'DebugEntry' does not contain a definition for 'Headers'
build: DebugProbe.AspNetCore.Tests/Rendering/HtmlRendererTests.cs#L67
'DebugEntry' does not contain a definition for 'Headers' and no accessible extension method 'Headers' accepting a first argument of type 'DebugEntry' could be found (are you missing a using directive or an assembly reference?)
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.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.