feat: capture and display request and response headers #57
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.
|